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

/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1903 typedef struct VkSamplerCreateInfo { struct
1922 } VkSamplerCreateInfo; typedef in typeref:struct:VkSamplerCreateInfo
2303 typedef VkResult (VKAPI_PTR *PFN_vkCreateSampler)(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
2755 const VkSamplerCreateInfo* pCreateInfo,
/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.cpp1032 const VkSamplerCreateInfo*,
1031 CreateSampler(VkDevice device, const VkSamplerCreateInfo*, const VkAllocationCallbacks* , VkSampler* sampler) argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp350 VKAPI_ATTR VkResult CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
890 VKAPI_ATTR VkResult CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) {
1563 VKAPI_ATTR VkResult vkCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) {

Completed in 33 milliseconds