Searched refs:CreateSamplerFunc (Results 1 – 8 of 8) sorted by relevance
53 CreateSamplerFunc createSampler;
103 m_vk.createSampler = (CreateSamplerFunc) GET_PROC_ADDR("vkCreateSampler");
70 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const … typedef
43 typedef VKAPI_ATTR VkResult(VKAPI_CALL *CreateSamplerFunc)(VkDevice device, const VkSamplerCreateIn… typedef543 CreateSamplerFunc createSamplerFunc = nullptr; in buildPipelineCache()754 … createSamplerFunc = (CreateSamplerFunc)getDeviceProcAddrFunc(*pcDevice, "vkCreateSampler"); in buildPipelineCache()
182 typedef VKAPI_ATTR VkResult(VKAPI_CALL *CreateSamplerFunc)(VkDevice device, const VkSamplerCreateIn… typedef
67 CreateSamplerFunc createSampler;
125 m_vk.createSampler = (CreateSamplerFunc) GET_PROC_ADDR("vkCreateSampler");
85 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const… typedef