Searched refs:ycbcrConversion (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.h | 312 VkSamplerYcbcrConversion ycbcrConversion, 323 VkSamplerYcbcrConversion ycbcrConversion,
|
D | ResourceTracker.cpp | 3104 VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversion() argument 3107 if (ycbcrConversion != VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkDestroySamplerYcbcrConversion() 3108 enc->vkDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversion() 3154 VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversionKHR() argument 3157 if (ycbcrConversion != VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkDestroySamplerYcbcrConversionKHR() 3158 enc->vkDestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversionKHR() 5539 VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversion() argument 5542 context, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversion() 5558 VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversionKHR() argument 5561 context, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversionKHR()
|
D | VkEncoder.h | 794 VkSamplerYcbcrConversion ycbcrConversion, 1273 VkSamplerYcbcrConversion ycbcrConversion,
|
D | VkEncoder.cpp | 11501 VkSamplerYcbcrConversion ycbcrConversion, in vkDestroySamplerYcbcrConversion() argument 11516 local_ycbcrConversion = ycbcrConversion; in vkDestroySamplerYcbcrConversion() 11564 …destroyMapping()->mapHandles_VkSamplerYcbcrConversion((VkSamplerYcbcrConversion*)&ycbcrConversion); in vkDestroySamplerYcbcrConversion() 18044 VkSamplerYcbcrConversion ycbcrConversion, in vkDestroySamplerYcbcrConversionKHR() argument 18059 local_ycbcrConversion = ycbcrConversion; in vkDestroySamplerYcbcrConversionKHR() 18107 …destroyMapping()->mapHandles_VkSamplerYcbcrConversion((VkSamplerYcbcrConversion*)&ycbcrConversion); in vkDestroySamplerYcbcrConversionKHR()
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 1933 VkSamplerYcbcrConversion ycbcrConversion, in entry_vkDestroySamplerYcbcrConversion() argument 1939 resources->on_vkDestroySamplerYcbcrConversion(vkEnc, device, ycbcrConversion, pAllocator); in entry_vkDestroySamplerYcbcrConversion() 1943 VkSamplerYcbcrConversion ycbcrConversion, in dynCheck_entry_vkDestroySamplerYcbcrConversion() argument 1953 resources->on_vkDestroySamplerYcbcrConversion(vkEnc, device, ycbcrConversion, pAllocator); in dynCheck_entry_vkDestroySamplerYcbcrConversion() 3548 VkSamplerYcbcrConversion ycbcrConversion, in entry_vkDestroySamplerYcbcrConversionKHR() argument 3554 resources->on_vkDestroySamplerYcbcrConversionKHR(vkEnc, device, ycbcrConversion, pAllocator); in entry_vkDestroySamplerYcbcrConversionKHR() 3558 VkSamplerYcbcrConversion ycbcrConversion, in dynCheck_entry_vkDestroySamplerYcbcrConversionKHR() argument 3568 resources->on_vkDestroySamplerYcbcrConversionKHR(vkEnc, device, ycbcrConversion, pAllocator); in dynCheck_entry_vkDestroySamplerYcbcrConversionKHR()
|