Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksCacheBuilder.cpp40 typedef VKAPI_ATTR void (VKAPI_CALL* DestroySamplerFunc) (VkDevice device, VkSampler sampler, c… typedef
479 DestroySamplerFunc destroySamplerFunc = DE_NULL; in buildPipelineCache()
667 …destroySamplerFunc = (DestroySamplerFunc) getDeviceProcAddrFunc (*pcDevice, "vkDestroySamp… in buildPipelineCache()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl63 DestroySamplerFunc destroySampler;
DvkInitDeviceFunctionPointers.inl65 m_vk.destroySampler = (DestroySamplerFunc) GET_PROC_ADDR("vkDestroySampler");
DvkFunctionPointerTypes.inl81 typedef VKAPI_ATTR void (VKAPI_CALL* DestroySamplerFunc) (VkDevice device, VkSample… typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkResourceInterface.hpp210 typedef VKAPI_ATTR void (VKAPI_CALL* DestroySamplerFunc) (VkDevice device, VkSampler sampler, … typedef