Searched defs:CreateSampler (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/intel/vulkan/
H A DgenX_state.c147 VkResult genX(CreateSampler)( function
/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp4906 VKAPI_ATTR VkResult VKAPI_CALL CreateSampler(VkDevice device, const VkSamplerCreateInfo *pCreateInfo, function in namespace:core_validation
4909 VkResult result = dev_data->dispatch_table.CreateSampler(device, pCreateInfo, pAllocator, pSampler);
11905 {"vkCreateSampler", (void *)CreateSampler},

Completed in 160 milliseconds