Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_sampler.h266 …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/
DvkPlatform.cpp651 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()
DvkResourceInterface.hpp120 VkSampler* pSampler) const = 0;
209 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
284 VkSampler* pSampler) const override;
DvkPlatform.hpp270 VkSampler* pSampler) const;
274 VkSampler* pSampler) const;
DvkResourceInterface.cpp888 VkSampler* pSampler) const in createSampler()
892 m_pipelineInput.samplers.insert({ *pSampler, writeJSON_VkSamplerCreateInfo(*pCreateInfo) }); in createSampler()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_device.c305 VkSampler *pSampler) in panvk_per_arch()
319 *pSampler = panvk_sampler_to_handle(sampler); in panvk_per_arch()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_image.c639 VkSampler *pSampler) in vn_CreateSampler() argument
657 *pSampler = sampler_handle; in vn_CreateSampler()
/third_party/mesa3d/src/intel/vulkan/
DgenX_state.c944 VkSampler* pSampler) in genX()
1149 *pSampler = anv_sampler_to_handle(sampler); in genX()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp2145 …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/
Dpvr_device.c2562 VkSampler *pSampler) in pvr_CreateSampler() argument
2692 *pSampler = pvr_sampler_to_handle(sampler); in pvr_CreateSampler()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2149 VkSampler* pSampler) in lvp_CreateSampler() argument
2177 *pSampler = lvp_sampler_to_handle(sampler); in lvp_CreateSampler()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c2800 VkSampler *pSampler) in v3dv_CreateSampler() argument
2821 *pSampler = v3dv_sampler_to_handle(sampler); in v3dv_CreateSampler()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c2931 VkSampler *pSampler) in dzn_CreateSampler() argument
2934 pCreateInfo, pAllocator, pSampler); in dzn_CreateSampler()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c2812 VkSampler *pSampler) in tu_CreateSampler() argument
2825 *pSampler = tu_sampler_to_handle(sampler); in tu_CreateSampler()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksCacheBuilder.cpp39 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_descriptor_buffer.adoc202 const VkSampler* pSampler;
983 info.data.pSampler = &immutableSamplers[k];
991 info.data.pSampler = &samplers[i][k];
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h2299 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
2753 VkSampler* pSampler);
/third_party/vulkan-loader/loader/
Dtrampoline.c1598 … 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/
DvkDeviceDriverImpl.inl287 …SamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const
289 return m_vk.createSampler(device, pCreateInfo, pAllocator, pSampler);
DvkConcreteDeviceInterface.inl62 …amplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const;
DvkVirtualDeviceInterface.inl62 …erCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const = 0;
DvkNullDriverImpl.inl84 …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/
Dsamplers.txt30 * pname:pSampler is a pointer to a slink:VkSampler handle in which the
Dsamplers.adoc30 * pname:pSampler is a pointer to a slink:VkSampler handle in which the
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h2660 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
3057 VkSampler* pSampler);

12