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.inl53 CreateSamplerFunc createSampler;
DvkInitDeviceFunctionPointers.inl103 m_vk.createSampler = (CreateSamplerFunc) GET_PROC_ADDR("vkCreateSampler");
DvkFunctionPointerTypes.inl70 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const … typedef
/external/deqp/external/vulkancts/vkscserver/
DvksCacheBuilder.cpp43 typedef VKAPI_ATTR VkResult(VKAPI_CALL *CreateSamplerFunc)(VkDevice device, const VkSamplerCreateIn… typedef
543 CreateSamplerFunc createSamplerFunc = nullptr; in buildPipelineCache()
754 … createSamplerFunc = (CreateSamplerFunc)getDeviceProcAddrFunc(*pcDevice, "vkCreateSampler"); in buildPipelineCache()
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.hpp182 typedef VKAPI_ATTR VkResult(VKAPI_CALL *CreateSamplerFunc)(VkDevice device, const VkSamplerCreateIn… typedef
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFunctionPointers.inl67 CreateSamplerFunc createSampler;
DvkInitDeviceFunctionPointers.inl125 m_vk.createSampler = (CreateSamplerFunc) GET_PROC_ADDR("vkCreateSampler");
DvkFunctionPointerTypes.inl85 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const… typedef