Home
last modified time | relevance | path

Searched refs:pSampler (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/intel/vulkan/
DgenX_state.c237 VkSampler* pSampler) in genX()
341 *pSampler = anv_sampler_to_handle(sampler); in genX()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp1036 …nst VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) in vkCreateSampler() argument
1039 device, pCreateInfo, pAllocator, pSampler); in vkCreateSampler()
1046 return vk::Sampler::Create(pAllocator, pCreateInfo, pSampler); in vkCreateSampler()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h666 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
667 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
668 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
669 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
670 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
671 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
Danv_entrypoints.c501 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((…
922 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((…
1343 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((…
1764 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((…
2185 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((…
2606 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((…
3268 …nst VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) in anv_tramp_CreateSampler() argument
3271 return anv_device->dispatch.vkCreateSampler(device, pCreateInfo, pAllocator, pSampler); in anv_tramp_CreateSampler()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl275 …SamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const
277 return m_vk.createSampler(device, pCreateInfo, pAllocator, pSampler);
DvkConcreteDeviceInterface.inl58 …amplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const;
DvkVirtualDeviceInterface.inl58 …erCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const = 0;
DvkNullDriverImpl.inl82 …nst VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) argument
85 …VK_NULL_RETURN((*pSampler = allocateNonDispHandle<Sampler, VkSampler>(device, pCreateInfo, pAlloca…
DvkFunctionPointerTypes.inl74 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
DvkVulkan_c.inl2697 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
3151 VkSampler* pSampler);
/external/vulkan-validation-layers/layers/
Dstateless_validation.h951 … const VkAllocationCallbacks *pAllocator, VkSampler *pSampler);
Dparameter_validation_utils.cpp1741 … const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) { in manual_PreCallValidateCreateSampler() argument
Dcore_validation.h1148 … const VkAllocationCallbacks* pAllocator, VkSampler* pSampler, VkResult result);
Dcore_validation.cpp5302 … const VkAllocationCallbacks *pAllocator, VkSampler *pSampler, VkResult result) { in PostCallRecordCreateSampler() argument
5304 …device_data->samplerMap[*pSampler] = unique_ptr<SAMPLER_STATE>(new SAMPLER_STATE(pSampler, pCreate… in PostCallRecordCreateSampler()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c3662 VkSampler* pSampler) in radv_CreateSampler() argument
3675 *pSampler = radv_sampler_to_handle(sampler); in radv_CreateSampler()
/external/mesa3d/include/vulkan/
Dvulkan.h2624 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
3078 VkSampler* pSampler);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2804 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
3258 VkSampler* pSampler);
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2804 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
3258 VkSampler* pSampler);
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2969 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
3423 VkSampler* pSampler);
Dvulkan.hpp1260 …amplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler ) const in vkCreateSampler()
1262 return ::vkCreateSampler( device, pCreateInfo, pAllocator, pSampler ); in vkCreateSampler()
13867 …reateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Sampler* pSampler, Dispatch const &…
49333 …reateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Sampler* pSampler, Dispatch const &… in createSampler() argument
49335 …ret_cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkSampler*>( pSampler ) ) ); in createSampler()
/external/swiftshader/include/vulkan/
Dvulkan_core.h2922 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
3376 VkSampler* pSampler);
Dvulkan.hpp1655 …mplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler ) const in vkCreateSampler()
1657 return ::vkCreateSampler( device, pCreateInfo, pAllocator, pSampler); in vkCreateSampler()
40531 …reateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Sampler* pSampler, Dispatch const &…
42722 …reateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Sampler* pSampler, Dispatch const &… in createSampler() argument
42724 …ret_cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkSampler*>( pSampler ) ) ); in createSampler()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2694 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
3148 VkSampler* pSampler);