Searched refs:VkSamplerCreateInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h101 VKAPI_ATTR VkResult CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
H A Dnull_driver.cpp1082 const VkSamplerCreateInfo*,
1081 CreateSampler(VkDevice device, const VkSamplerCreateInfo*, const VkAllocationCallbacks* , VkSampler* sampler) argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp352 VKAPI_ATTR VkResult CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
908 VKAPI_ATTR VkResult CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) {
1581 VKAPI_ATTR VkResult vkCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) {
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2146 typedef struct VkSamplerCreateInfo { struct
2165 } VkSamplerCreateInfo; typedef in typeref:struct:VkSamplerCreateInfo
2546 typedef VkResult (VKAPI_PTR *PFN_vkCreateSampler)(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
2998 const VkSamplerCreateInfo* pCreateInfo,

Completed in 253 milliseconds