Home
last modified time | relevance | path

Searched refs:needEmulatedAlpha (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h252 bool needEmulatedAlpha = false; member
261 bool needEmulatedAlpha = false; member
270 needEmulatedAlpha = other.needEmulatedAlpha;
DVkDecoderGlobalState.cpp2385 bool needEmulatedAlpha = false; in on_vkCreateImageView() local
2390 needEmulatedAlpha = CompressedImageInfo::needEmulatedAlpha(pCreateInfo->format); in on_vkCreateImageView()
2399 needEmulatedAlpha = false; in on_vkCreateImageView()
2417 imageViewInfo.needEmulatedAlpha = needEmulatedAlpha; in on_vkCreateImageView()
2454 samplerInfo.needEmulatedAlpha = in on_vkCreateSampler()
3236 if (samplerInfo && imgViewInfo->needEmulatedAlpha && in on_vkUpdateDescriptorSetsImpl()
3237 samplerInfo->needEmulatedAlpha) { in on_vkUpdateDescriptorSetsImpl()
3273 if (imgViewInfo->needEmulatedAlpha && samplerInfo->needEmulatedAlpha) { in on_vkUpdateDescriptorSetsImpl()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.h42 static bool needEmulatedAlpha(VkFormat format);
DCompressedImageInfo.cpp352 bool CompressedImageInfo::needEmulatedAlpha(VkFormat format) { in needEmulatedAlpha() function in gfxstream::vk::CompressedImageInfo