Searched refs:CreateSamplerFunc (Results 1 – 8 of 8) sorted by relevance
52 CreateSamplerFunc createSampler;
52 m_vk.createSampler = (CreateSamplerFunc) GET_PROC_ADDR("vkCreateSampler");
67 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const … typedef
39 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const VkSamplerCr… typedef478 CreateSamplerFunc createSamplerFunc = DE_NULL; in buildPipelineCache()666 …createSamplerFunc = (CreateSamplerFunc) getDeviceProcAddrFunc (*pcDevice, "vkCreateSampler… in buildPipelineCache()
62 CreateSamplerFunc createSampler;
64 m_vk.createSampler = (CreateSamplerFunc) GET_PROC_ADDR("vkCreateSampler");
80 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const… typedef
209 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSamplerFunc) (VkDevice device, const VkSamplerC… typedef