/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_sampler.h | 266 …nst VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) in vn_sizeof_vkCreateSampler() argument 279 cmd_size += vn_sizeof_simple_pointer(pSampler); in vn_sizeof_vkCreateSampler() 280 if (pSampler) in vn_sizeof_vkCreateSampler() 281 cmd_size += vn_sizeof_VkSampler(pSampler); in vn_sizeof_vkCreateSampler() 286 …nst VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) in vn_encode_vkCreateSampler() argument 298 if (vn_encode_simple_pointer(enc, pSampler)) in vn_encode_vkCreateSampler() 299 vn_encode_VkSampler(enc, pSampler); in vn_encode_vkCreateSampler() 302 …nst VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) in vn_sizeof_vkCreateSampler_reply() argument 312 cmd_size += vn_sizeof_simple_pointer(pSampler); in vn_sizeof_vkCreateSampler_reply() 313 if (pSampler) in vn_sizeof_vkCreateSampler_reply() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 651 VkSampler* pSampler) const in createSamplerHandlerNorm() 654 VkResult result = m_vk.createSampler(device, pCreateInfo, pAllocator, pSampler); in createSamplerHandlerNorm() 655 …m_resourceInterface->registerObjectHash(pSampler->getInternal(), calculateSamplerHash(*pCreateInfo… in createSamplerHandlerNorm() 662 VkSampler* pSampler) const in createSamplerHandlerStat() 666 *pSampler = VkSampler(m_resourceInterface->incResourceCounter()); in createSamplerHandlerStat() 667 …m_resourceInterface->registerObjectHash(pSampler->getInternal(), calculateSamplerHash(*pCreateInfo… in createSamplerHandlerStat() 668 m_resourceInterface->createSampler(device, pCreateInfo, pAllocator, pSampler); in createSamplerHandlerStat()
|
D | vkResourceInterface.hpp | 120 VkSampler* pSampler) const = 0; 209 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 284 VkSampler* pSampler) const override;
|
D | vkPlatform.hpp | 270 VkSampler* pSampler) const; 274 VkSampler* pSampler) const;
|
D | vkResourceInterface.cpp | 888 VkSampler* pSampler) const in createSampler() 892 m_pipelineInput.samplers.insert({ *pSampler, writeJSON_VkSamplerCreateInfo(*pCreateInfo) }); in createSampler()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_device.c | 305 VkSampler *pSampler) in panvk_per_arch() 319 *pSampler = panvk_sampler_to_handle(sampler); in panvk_per_arch()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_image.c | 639 VkSampler *pSampler) in vn_CreateSampler() argument 657 *pSampler = sampler_handle; in vn_CreateSampler()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_state.c | 944 VkSampler* pSampler) in genX() 1149 *pSampler = anv_sampler_to_handle(sampler); in genX()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 2145 …nst VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) in vkCreateSampler() argument 2148 device, pCreateInfo, pAllocator, pSampler); in vkCreateSampler() 2199 VkResult result = vk::Sampler::Create(pAllocator, pCreateInfo, pSampler, samplerState, samplerID); in vkCreateSampler() 2201 if(*pSampler == VK_NULL_HANDLE) in vkCreateSampler()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 2562 VkSampler *pSampler) in pvr_CreateSampler() argument 2692 *pSampler = pvr_sampler_to_handle(sampler); in pvr_CreateSampler()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 2149 VkSampler* pSampler) in lvp_CreateSampler() argument 2177 *pSampler = lvp_sampler_to_handle(sampler); in lvp_CreateSampler()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 2800 VkSampler *pSampler) in v3dv_CreateSampler() argument 2821 *pSampler = v3dv_sampler_to_handle(sampler); in v3dv_CreateSampler()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 2931 VkSampler *pSampler) in dzn_CreateSampler() argument 2934 pCreateInfo, pAllocator, pSampler); in dzn_CreateSampler()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 2812 VkSampler *pSampler) in tu_CreateSampler() argument 2825 *pSampler = tu_sampler_to_handle(sampler); in tu_CreateSampler()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | vksCacheBuilder.cpp | 39 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 202 const VkSampler* pSampler; 983 info.data.pSampler = &immutableSamplers[k]; 991 info.data.pSampler = &samplers[i][k];
|
/third_party/flutter/glfw/deps/vulkan/ |
D | vulkan.h | 2299 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 2753 VkSampler* pSampler);
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1598 … const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) { in vkCreateSampler() argument 1606 return disp->CreateSampler(device, pCreateInfo, pAllocator, pSampler); in vkCreateSampler()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 287 …SamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const 289 return m_vk.createSampler(device, pCreateInfo, pAllocator, pSampler);
|
D | vkConcreteDeviceInterface.inl | 62 …amplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const;
|
D | vkVirtualDeviceInterface.inl | 62 …erCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const = 0;
|
D | vkNullDriverImpl.inl | 84 …nst VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) argument 87 …VK_NULL_RETURN((*pSampler = allocateNonDispHandle<Sampler, VkSampler>(device, pCreateInfo, pAlloca…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | samplers.txt | 30 * pname:pSampler is a pointer to a slink:VkSampler handle in which the
|
D | samplers.adoc | 30 * pname:pSampler is a pointer to a slink:VkSampler handle in which the
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 2660 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 3057 VkSampler* pSampler);
|