/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_sampler_ycbcr_conversion.h | 81 …* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion() argument 94 cmd_size += vn_sizeof_simple_pointer(pYcbcrConversion); in vn_sizeof_vkCreateSamplerYcbcrConversion() 95 if (pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion() 96 cmd_size += vn_sizeof_VkSamplerYcbcrConversion(pYcbcrConversion); in vn_sizeof_vkCreateSamplerYcbcrConversion() 101 …* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_encode_vkCreateSamplerYcbcrConversion() argument 113 if (vn_encode_simple_pointer(enc, pYcbcrConversion)) in vn_encode_vkCreateSamplerYcbcrConversion() 114 vn_encode_VkSamplerYcbcrConversion(enc, pYcbcrConversion); in vn_encode_vkCreateSamplerYcbcrConversion() 117 …* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion_reply() argument 127 cmd_size += vn_sizeof_simple_pointer(pYcbcrConversion); in vn_sizeof_vkCreateSamplerYcbcrConversion_reply() 128 if (pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion_reply() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 182 … *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) in vkCreateSamplerYcbcrConversionKHR() argument 184 return vkCreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversionKHR()
|
D | libVulkan.cpp | 3705 … *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) in vkCreateSamplerYcbcrConversion() argument 3708 device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversion() 3717 return vk::SamplerYcbcrConversion::Create(pAllocator, pCreateInfo, pYcbcrConversion); in vkCreateSamplerYcbcrConversion()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_image.c | 688 VkSamplerYcbcrConversion *pYcbcrConversion) in vn_CreateSamplerYcbcrConversion() argument 726 *pYcbcrConversion = conv_handle; in vn_CreateSamplerYcbcrConversion()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_descriptor_set.c | 355 VkSamplerYcbcrConversion *pYcbcrConversion) in panvk_CreateSamplerYcbcrConversion() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 1672 VkSamplerYcbcrConversion* pYcbcrConversion) in anv_CreateSamplerYcbcrConversion() argument 1728 *pYcbcrConversion = anv_ycbcr_conversion_to_handle(conversion); in anv_CreateSamplerYcbcrConversion()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 1327 VkSamplerYcbcrConversion *pYcbcrConversion) in tu_CreateSamplerYcbcrConversion() argument 1345 *pYcbcrConversion = tu_sampler_ycbcr_conversion_to_handle(conversion); in tu_CreateSamplerYcbcrConversion()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 1639 VkSamplerYcbcrConversion *pYcbcrConversion) in radv_CreateSamplerYcbcrConversion() argument 1660 *pYcbcrConversion = radv_sampler_ycbcr_conversion_to_handle(conversion); in radv_CreateSamplerYcbcrConversion()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_descriptor_set.c | 1445 VkSamplerYcbcrConversion *pYcbcrConversion) in v3dv_CreateSamplerYcbcrConversion() argument
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkFunctionPointerTypes.inl | 160 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 250 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
|
D | vkDeviceDriverImpl.inl | 660 …ateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const 662 return m_vk.createSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion);
|
D | vkConcreteDeviceInterface.inl | 135 …teInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const;
|
D | vkVirtualDeviceInterface.inl | 135 …fo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const = 0;
|
D | vkNullDriverImpl.inl | 118 …* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) argument 121 …VK_NULL_RETURN((*pYcbcrConversion = allocateNonDispHandle<SamplerYcbcrConversion, VkSamplerYcbcrCo…
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 2807 … VkSamplerYcbcrConversion *pYcbcrConversion) { in vkCreateSamplerYcbcrConversion() argument 2814 return disp->CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversion()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 2200 VkSamplerYcbcrConversion* pYcbcrConversion) in lvp_CreateSamplerYcbcrConversionKHR() argument
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 2660 … VkSamplerYcbcrConversion * pYcbcrConversion ) const VULKAN_HPP_NOEXCEPT in vkCreateSamplerYcbcrConversion() 2662 return ::vkCreateSamplerYcbcrConversion( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversion() 4312 … VkSamplerYcbcrConversion * pYcbcrConversion ) const VULKAN_HPP_NOEXCEPT in vkCreateSamplerYcbcrConversionKHR() 4314 … return ::vkCreateSamplerYcbcrConversionKHR( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversionKHR()
|
D | vulkan_core.h | 5156 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 5268 VkSamplerYcbcrConversion* pYcbcrConversion); 7421 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 7429 VkSamplerYcbcrConversion* pYcbcrConversion);
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5062 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 5174 VkSamplerYcbcrConversion* pYcbcrConversion); 7318 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 7326 VkSamplerYcbcrConversion* pYcbcrConversion);
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 2968 VkSamplerYcbcrConversion *pYcbcrConversion) in dzn_CreateSamplerYcbcrConversion() argument
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 5205 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 5317 VkSamplerYcbcrConversion* pYcbcrConversion); 7581 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 7589 VkSamplerYcbcrConversion* pYcbcrConversion);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 5213 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 5325 VkSamplerYcbcrConversion* pYcbcrConversion); 7589 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 7597 VkSamplerYcbcrConversion* pYcbcrConversion);
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 2384 … VkSamplerYcbcrConversion * pYcbcrConversion ) const VULKAN_HPP_NOEXCEPT in vkCreateSamplerYcbcrConversion() 2386 return ::vkCreateSamplerYcbcrConversion( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversion() 4189 … VkSamplerYcbcrConversion * pYcbcrConversion ) const VULKAN_HPP_NOEXCEPT in vkCreateSamplerYcbcrConversionKHR() 4191 … return ::vkCreateSamplerYcbcrConversionKHR( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversionKHR()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | samplers.txt | 624 * pname:pYcbcrConversion is a pointer to a slink:VkSamplerYcbcrConversion
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 5420 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 5532 VkSamplerYcbcrConversion* pYcbcrConversion); 8787 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 8795 VkSamplerYcbcrConversion* pYcbcrConversion);
|