Home
last modified time | relevance | path

Searched defs:ycbcrConversion (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler_ycbcr_conversion.h154 …sizeof_vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_sizeof_vkDestroySamplerYcbcrConversion()
169 …der *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_encode_vkDestroySamplerYcbcrConversion()
182 …_vkDestroySamplerYcbcrConversion_reply(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_sizeof_vkDestroySamplerYcbcrConversion_reply()
194 …rsion_reply(struct vn_cs_decoder *dec, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_decode_vkDestroySamplerYcbcrConversion_reply()
226 …*vn_ring, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_submit_vkDestroySamplerYcbcrConversion()
269 …bcrConversion(struct vn_ring *vn_ring, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_call_vkDestroySamplerYcbcrConversion()
282 …bcrConversion(struct vn_ring *vn_ring, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_async_vkDestroySamplerYcbcrConversion()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkSamplerYcbcrConversion.h30 VkSamplerYcbcrConversion ycbcrConversion() const { return fYcbcrConversion; } in ycbcrConversion() function
56 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey()
71 GrVkSamplerYcbcrConversion(const GrVkGpu* gpu, VkSamplerYcbcrConversion ycbcrConversion, in GrVkSamplerYcbcrConversion()
H A DAHardwareBufferVk.cpp113 skgpu::VulkanYcbcrConversionInfo ycbcrConversion; in GetVulkanBackendFormat() local
206 const skgpu::VulkanYcbcrConversionInfo* ycbcrConversion = in make_vk_backend_texture() local
H A DGrVkImageView.cpp25 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Make() local
H A DGrVkImageView.h51 GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView()
H A DGrVkSampler.cpp93 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local
H A DGrVkSampler.h74 GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler()
H A DGrVkResourceProvider.cpp260 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion() local
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanResourceProvider.cpp86 sk_sp<VulkanYcbcrConversion> ycbcrConversion; in onCreateWrappedTexture() local
127 sk_sp<VulkanYcbcrConversion> ycbcrConversion; in createTexture() local
150 sk_sp<VulkanYcbcrConversion> ycbcrConversion = nullptr; in createSampler() local
528 auto ycbcrConversion = VulkanYcbcrConversion::Make(this->vulkanSharedContext(), ycbcrInfo); in findOrCreateCompatibleYcbcrConversion() local
H A DVulkanTexture.cpp155 sk_sp<VulkanYcbcrConversion> ycbcrConversion) { in Make()
178 sk_sp<VulkanYcbcrConversion> ycbcrConversion) { in MakeWrapped()
316 sk_sp<VulkanYcbcrConversion> ycbcrConversion) in VulkanTexture()
H A DVulkanImageView.cpp23 sk_sp<VulkanYcbcrConversion> ycbcrConversion) { in Make()
88 sk_sp<VulkanYcbcrConversion> ycbcrConversion) in VulkanImageView()
H A DVulkanSampler.cpp19 sk_sp<VulkanYcbcrConversion> ycbcrConversion) in VulkanSampler()
42 sk_sp<VulkanYcbcrConversion> ycbcrConversion) { in Make()
H A DVulkanYcbcrConversion.h42 VkSamplerYcbcrConversion ycbcrConversion() const { return fYcbcrConversion; } in ycbcrConversion() function
H A DVulkanSampler.h31 const VulkanYcbcrConversion* ycbcrConversion() const { return fYcbcrConversion.get(); } in ycbcrConversion() function
H A DVulkanYcbcrConversion.cpp175 VkSamplerYcbcrConversion ycbcrConversion) in VulkanYcbcrConversion()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkSampler.cpp19 …amplerState(const VkSamplerCreateInfo *pCreateInfo, const vk::SamplerYcbcrConversion *ycbcrConvers… in SamplerState()
H A DVkImageView.hpp156 const vk::SamplerYcbcrConversion *ycbcrConversion = nullptr; member in vk::ImageView
H A DVkImageView.cpp129 …onst VkImageViewCreateInfo *pCreateInfo, void *mem, const vk::SamplerYcbcrConversion *ycbcrConvers… in ImageView()
H A DVkPromotedExtensions.cpp212 …ALL vkDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vkDestroySamplerYcbcrConversionKHR()
H A DlibVulkan.cpp2211 const vk::SamplerYcbcrConversion *ycbcrConversion = nullptr; in vkCreateImageView() local
2504 const vk::SamplerYcbcrConversion *ycbcrConversion = nullptr; in vkCreateSampler() local
4206 …I_CALL vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vkDestroySamplerYcbcrConversion()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktObjectRefreshTests.cpp186 vk::Move<vk::VkSamplerYcbcrConversion> ycbcrConversion = in refreshObjects() local
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_dispatch_table_helper.h47 …CALL StubDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in StubDestroySamplerYcbcrConversion()
103 …L StubDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in StubDestroySamplerYcbcrConversionKHR()
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_image.c1064 VkSamplerYcbcrConversion ycbcrConversion, in vn_DestroySamplerYcbcrConversion()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h343 VkSamplerYcbcrConversion ycbcrConversion = VK_NULL_HANDLE; member
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp4267 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversion() local
4281 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionUnique() local
4292 …E void Device::destroySamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrCo… in destroySamplerYcbcrConversion()
4300 …E void Device::destroySamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrCo… in destroySamplerYcbcrConversion()
4315 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversi… in destroy()
4323 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversi… in destroy()

1234