Home
last modified time | relevance | path

Searched refs:CreateSamplerYcbcrConversionFunc (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksCacheBuilder.cpp37 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerYcbcrConversionFunc) (VkDevice device, const … typedef
476 CreateSamplerYcbcrConversionFunc createSamplerYcbcrConversionFunc = DE_NULL; in buildPipelineCache()
664 …createSamplerYcbcrConversionFunc = (CreateSamplerYcbcrConversionFunc) getDeviceProcAddrFunc (*pcDe… in buildPipelineCache()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl203 CreateSamplerYcbcrConversionFunc createSamplerYcbcrConversion;
DvkInitDeviceFunctionPointers.inl235 m_vk.createSamplerYcbcrConversion = (CreateSamplerYcbcrConversionFunc) GET_PROC_ADDR("v…
237 …m_vk.createSamplerYcbcrConversion = (CreateSamplerYcbcrConversionFunc) GET_PROC_ADDR("v…
DvkFunctionPointerTypes.inl306 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerYcbcrConversionFunc) (VkDevice de… typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkResourceInterface.hpp207 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerYcbcrConversionFunc) (VkDevice device, const… typedef