Home
last modified time | relevance | path

Searched refs:pYcbcrConversion (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_sampler_ycbcr_conversion.h81 …* 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/
DVkPromotedExtensions.cpp182 … *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) in vkCreateSamplerYcbcrConversionKHR() argument
184 return vkCreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversionKHR()
DlibVulkan.cpp3705 … *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/
Dvn_image.c688 VkSamplerYcbcrConversion *pYcbcrConversion) in vn_CreateSamplerYcbcrConversion() argument
726 *pYcbcrConversion = conv_handle; in vn_CreateSamplerYcbcrConversion()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_descriptor_set.c355 VkSamplerYcbcrConversion *pYcbcrConversion) in panvk_CreateSamplerYcbcrConversion() argument
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c1672 VkSamplerYcbcrConversion* pYcbcrConversion) in anv_CreateSamplerYcbcrConversion() argument
1728 *pYcbcrConversion = anv_ycbcr_conversion_to_handle(conversion); in anv_CreateSamplerYcbcrConversion()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c1327 VkSamplerYcbcrConversion *pYcbcrConversion) in tu_CreateSamplerYcbcrConversion() argument
1345 *pYcbcrConversion = tu_sampler_ycbcr_conversion_to_handle(conversion); in tu_CreateSamplerYcbcrConversion()
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c1639 VkSamplerYcbcrConversion *pYcbcrConversion) in radv_CreateSamplerYcbcrConversion() argument
1660 *pYcbcrConversion = radv_sampler_ycbcr_conversion_to_handle(conversion); in radv_CreateSamplerYcbcrConversion()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c1445 VkSamplerYcbcrConversion *pYcbcrConversion) in v3dv_CreateSamplerYcbcrConversion() argument
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkFunctionPointerTypes.inl160 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
250 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
DvkDeviceDriverImpl.inl660 …ateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const
662 return m_vk.createSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion);
DvkConcreteDeviceInterface.inl135 …teInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const;
DvkVirtualDeviceInterface.inl135 …fo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const = 0;
DvkNullDriverImpl.inl118 …* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) argument
121 …VK_NULL_RETURN((*pYcbcrConversion = allocateNonDispHandle<SamplerYcbcrConversion, VkSamplerYcbcrCo…
/third_party/vulkan-loader/loader/
Dtrampoline.c2807 … VkSamplerYcbcrConversion *pYcbcrConversion) { in vkCreateSamplerYcbcrConversion() argument
2814 return disp->CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversion()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2200 VkSamplerYcbcrConversion* pYcbcrConversion) in lvp_CreateSamplerYcbcrConversionKHR() argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp2660 … 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()
Dvulkan_core.h5156 … 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/
Dvulkan_core.h5062 … 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/
Ddzn_device.c2968 VkSamplerYcbcrConversion *pYcbcrConversion) in dzn_CreateSamplerYcbcrConversion() argument
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h5205 … 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/
Dvulkan_core.h5213 … 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/
Dvulkan.hpp2384 … 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/
Dsamplers.txt624 * pname:pYcbcrConversion is a pointer to a slink:VkSamplerYcbcrConversion
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h5420 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
5532 VkSamplerYcbcrConversion* pYcbcrConversion);
8787 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
8795 VkSamplerYcbcrConversion* pYcbcrConversion);

12