Searched refs:resolveDesc (Results 1 – 1 of 1) sorted by relevance
86 GpuImageDesc resolveDesc; in GetColorImageDesc() local87 resolveDesc.width = width; in GetColorImageDesc()88 resolveDesc.height = height; in GetColorImageDesc()89 resolveDesc.depth = 1; in GetColorImageDesc()92 resolveDesc.usageFlags = in GetColorImageDesc()98 return resolveDesc; in GetColorImageDesc()103 GpuImageDesc resolveDesc; in GetDepthImageDesc() local104 resolveDesc.width = width; in GetDepthImageDesc()105 resolveDesc.height = height; in GetDepthImageDesc()106 resolveDesc.depth = 1; in GetDepthImageDesc()[all …]