Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceFunctionPointers.inl53 DestroySamplerFunc destroySampler;
DvkInitDeviceFunctionPointers.inl53 m_vk.destroySampler = (DestroySamplerFunc) GET_PROC_ADDR("vkDestroySampler");
DvkFunctionPointerTypes.inl68 typedef VKAPI_ATTR void (VKAPI_CALL* DestroySamplerFunc) (VkDevice device, VkSampler… typedef
/external/deqp/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()
/external/deqp/external/vulkancts/framework/vulkan/generated/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
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.hpp210 typedef VKAPI_ATTR void (VKAPI_CALL* DestroySamplerFunc) (VkDevice device, VkSampler sampler, … typedef