Searched refs:pYcbcrConversion (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.h | 308 VkSamplerYcbcrConversion* pYcbcrConversion); 319 VkSamplerYcbcrConversion* pYcbcrConversion);
|
D | ResourceTracker.cpp | 3067 VkSamplerYcbcrConversion* pYcbcrConversion) { in on_vkCreateSamplerYcbcrConversion() argument 3081 *pYcbcrConversion = VK_YCBCR_CONVERSION_DO_NOTHING; in on_vkCreateSamplerYcbcrConversion() 3092 device, &localCreateInfo, pAllocator, pYcbcrConversion); in on_vkCreateSamplerYcbcrConversion() 3094 if (*pYcbcrConversion == VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkCreateSamplerYcbcrConversion() 3117 VkSamplerYcbcrConversion* pYcbcrConversion) { in on_vkCreateSamplerYcbcrConversionKHR() argument 3131 *pYcbcrConversion = VK_YCBCR_CONVERSION_DO_NOTHING; in on_vkCreateSamplerYcbcrConversionKHR() 3142 device, &localCreateInfo, pAllocator, pYcbcrConversion); in on_vkCreateSamplerYcbcrConversionKHR() 3144 if (*pYcbcrConversion == VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkCreateSamplerYcbcrConversionKHR() 5531 VkSamplerYcbcrConversion* pYcbcrConversion) { in on_vkCreateSamplerYcbcrConversion() argument 5533 context, input_result, device, pCreateInfo, pAllocator, pYcbcrConversion); in on_vkCreateSamplerYcbcrConversion() [all …]
|
D | VkEncoder.h | 791 VkSamplerYcbcrConversion* pYcbcrConversion); 1270 VkSamplerYcbcrConversion* pYcbcrConversion);
|
D | VkEncoder.cpp | 11410 VkSamplerYcbcrConversion* pYcbcrConversion) in vkCreateSamplerYcbcrConversion() argument 11459 …countingStream->handleMapping()->mapHandles_VkSamplerYcbcrConversion_u64(pYcbcrConversion, &cgen_v… in vkCreateSamplerYcbcrConversion() 11480 …stream->handleMapping()->mapHandles_VkSamplerYcbcrConversion_u64(pYcbcrConversion, &cgen_var_733, … in vkCreateSamplerYcbcrConversion() 11487 …andles_u64_VkSamplerYcbcrConversion(&cgen_var_734, (VkSamplerYcbcrConversion*)pYcbcrConversion, 1); in vkCreateSamplerYcbcrConversion() 17953 VkSamplerYcbcrConversion* pYcbcrConversion) in vkCreateSamplerYcbcrConversionKHR() argument 18002 …countingStream->handleMapping()->mapHandles_VkSamplerYcbcrConversion_u64(pYcbcrConversion, &cgen_v… in vkCreateSamplerYcbcrConversionKHR() 18023 …stream->handleMapping()->mapHandles_VkSamplerYcbcrConversion_u64(pYcbcrConversion, &cgen_var_1156,… in vkCreateSamplerYcbcrConversionKHR() 18030 …ndles_u64_VkSamplerYcbcrConversion(&cgen_var_1157, (VkSamplerYcbcrConversion*)pYcbcrConversion, 1); in vkCreateSamplerYcbcrConversionKHR()
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 1905 VkSamplerYcbcrConversion* pYcbcrConversion) in entry_vkCreateSamplerYcbcrConversion() argument 1911 …CreateSamplerYcbcrConversion(vkEnc, VK_SUCCESS, device, pCreateInfo, pAllocator, pYcbcrConversion); in entry_vkCreateSamplerYcbcrConversion() 1918 VkSamplerYcbcrConversion* pYcbcrConversion) in dynCheck_entry_vkCreateSamplerYcbcrConversion() argument 1928 …CreateSamplerYcbcrConversion(vkEnc, VK_SUCCESS, device, pCreateInfo, pAllocator, pYcbcrConversion); in dynCheck_entry_vkCreateSamplerYcbcrConversion() 3520 VkSamplerYcbcrConversion* pYcbcrConversion) in entry_vkCreateSamplerYcbcrConversionKHR() argument 3526 …ateSamplerYcbcrConversionKHR(vkEnc, VK_SUCCESS, device, pCreateInfo, pAllocator, pYcbcrConversion); in entry_vkCreateSamplerYcbcrConversionKHR() 3533 VkSamplerYcbcrConversion* pYcbcrConversion) in dynCheck_entry_vkCreateSamplerYcbcrConversionKHR() argument 3543 …ateSamplerYcbcrConversionKHR(vkEnc, VK_SUCCESS, device, pCreateInfo, pAllocator, pYcbcrConversion); in dynCheck_entry_vkCreateSamplerYcbcrConversionKHR()
|