Home
last modified time | relevance | path

Searched defs:pYcbcrConversion (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler_ycbcr_conversion.h81 static inline size_t vn_sizeof_vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion() argument
101 static inline void vn_encode_vkCreateSamplerYcbcrConversion(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_encode_vkCreateSamplerYcbcrConversion() argument
117 static inline size_t vn_sizeof_vkCreateSamplerYcbcrConversion_reply(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion_reply() argument
134 vn_decode_vkCreateSamplerYcbcrConversion_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) vn_decode_vkCreateSamplerYcbcrConversion_reply() argument
205 vn_submit_vkCreateSamplerYcbcrConversion(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion, struct vn_instance_submit_command *submit) vn_submit_vkCreateSamplerYcbcrConversion() argument
247 vn_call_vkCreateSamplerYcbcrConversion(struct vn_instance *vn_instance, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) vn_call_vkCreateSamplerYcbcrConversion() argument
263 vn_async_vkCreateSamplerYcbcrConversion(struct vn_instance *vn_instance, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) vn_async_vkCreateSamplerYcbcrConversion() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_descriptor_set.c352 panvk_CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) panvk_CreateSamplerYcbcrConversion() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c684 vn_CreateSamplerYcbcrConversion( VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) vn_CreateSamplerYcbcrConversion() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp182 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) in vkCreateSamplerYcbcrConversionKHR() argument
H A DlibVulkan.cpp3705 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) in vkCreateSamplerYcbcrConversion() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.c1323 tu_CreateSamplerYcbcrConversion( VkDevice _device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) tu_CreateSamplerYcbcrConversion() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c1441 v3dv_CreateSamplerYcbcrConversion( VkDevice _device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) v3dv_CreateSamplerYcbcrConversion() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c1668 anv_CreateSamplerYcbcrConversion( VkDevice _device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) anv_CreateSamplerYcbcrConversion() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c1636 radv_CreateSamplerYcbcrConversion(VkDevice _device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) radv_CreateSamplerYcbcrConversion() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c2196 lvp_CreateSamplerYcbcrConversionKHR( VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) lvp_CreateSamplerYcbcrConversionKHR() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c2965 dzn_CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) dzn_CreateSamplerYcbcrConversion() argument
/third_party/vulkan-loader/loader/
H A Dtrampoline.c2953 vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) vkCreateSamplerYcbcrConversion() argument
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c4076 CreateSamplerYcbcrConversionKHR( VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) CreateSamplerYcbcrConversionKHR() argument

Completed in 54 milliseconds