Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceFunctionPointers.inl52 CreateSamplerFunc createSampler;
DvkInitDeviceFunctionPointers.inl52 m_vk.createSampler = (CreateSamplerFunc) GET_PROC_ADDR("vkCreateSampler");
DvkFunctionPointerTypes.inl67 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const … typedef
/external/deqp/external/vulkancts/vkscserver/
DvksCacheBuilder.cpp39 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const VkSamplerCr… typedef
478 CreateSamplerFunc createSamplerFunc = DE_NULL; in buildPipelineCache()
666 …createSamplerFunc = (CreateSamplerFunc) getDeviceProcAddrFunc (*pcDevice, "vkCreateSampler… in buildPipelineCache()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFunctionPointers.inl62 CreateSamplerFunc createSampler;
DvkInitDeviceFunctionPointers.inl64 m_vk.createSampler = (CreateSamplerFunc) GET_PROC_ADDR("vkCreateSampler");
DvkFunctionPointerTypes.inl80 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const… typedef
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.hpp209 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const VkSamplerC… typedef