/third_party/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.h | 24 VkSamplerYcbcrConversion ycbcrConversion() const { return fYcbcrConversion; } in ycbcrConversion() function 49 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey() 64 GrVkSamplerYcbcrConversion(const GrVkGpu* gpu, VkSamplerYcbcrConversion ycbcrConversion, in GrVkSamplerYcbcrConversion()
|
D | GrVkImageView.h | 42 GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView()
|
D | GrVkImageView.cpp | 21 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Make() local
|
D | GrVkSampler.cpp | 80 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local
|
D | GrVkSampler.h | 64 GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler()
|
D | GrVkResourceProvider.cpp | 242 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion() local
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_sampler_ycbcr_conversion.h | 154 …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 …instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_submit_vkDestroySamplerYcbcrConversion() 269 …rsion(struct vn_instance *vn_instance, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_call_vkDestroySamplerYcbcrConversion() 282 …rsion(struct vn_instance *vn_instance, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vn_async_vkDestroySamplerYcbcrConversion()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkSampler.cpp | 19 …amplerState(const VkSamplerCreateInfo *pCreateInfo, const vk::SamplerYcbcrConversion *ycbcrConvers… in SamplerState()
|
D | VkImageView.hpp | 148 const vk::SamplerYcbcrConversion *ycbcrConversion = nullptr; member in vk::ImageView
|
D | VkImageView.cpp | 122 …onst VkImageViewCreateInfo *pCreateInfo, void *mem, const vk::SamplerYcbcrConversion *ycbcrConvers… in ImageView()
|
D | VkPromotedExtensions.cpp | 187 …ALL vkDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vkDestroySamplerYcbcrConversionKHR()
|
D | libVulkan.cpp | 1869 const vk::SamplerYcbcrConversion *ycbcrConversion = nullptr; in vkCreateImageView() local 2156 const vk::SamplerYcbcrConversion *ycbcrConversion = nullptr; in vkCreateSampler() local 3720 …I_CALL vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vkDestroySamplerYcbcrConversion()
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 134 GrVkYcbcrConversionInfo ycbcrConversion; in GetBackendFormat() local 347 const GrVkYcbcrConversionInfo* ycbcrConversion = backendFormat.getVkYcbcrConversionInfo(); in make_vk_backend_texture() local
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_descriptor_set.c | 363 VkSamplerYcbcrConversion ycbcrConversion, in panvk_DestroySamplerYcbcrConversion()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktObjectRefreshTests.cpp | 184 …vk::Move<vk::VkSamplerYcbcrConversion> ycbcrConversion = vk::createSamplerYcbcrConversion(vkd, d… in refreshObjects() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
D | vktObjectRefreshTests.cpp | 184 …vk::Move<vk::VkSamplerYcbcrConversion> ycbcrConversion = vk::createSamplerYcbcrConversion(vkd, d… in refreshObjects() local
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_image.c | 733 VkSamplerYcbcrConversion ycbcrConversion, in vn_DestroySamplerYcbcrConversion()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 1351 VkSamplerYcbcrConversion ycbcrConversion, in tu_DestroySamplerYcbcrConversion()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 1665 radv_DestroySamplerYcbcrConversion(VkDevice _device, VkSamplerYcbcrConversion ycbcrConversion, in radv_DestroySamplerYcbcrConversion()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 2207 VkSamplerYcbcrConversion ycbcrConversion, in lvp_DestroySamplerYcbcrConversionKHR()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_funcs.hpp | 6245 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversion() local 6266 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionUnique() local 6282 …Device::destroySamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConv… in destroySamplerYcbcrConversion() 6295 …Device::destroySamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion y… in destroySamplerYcbcrConversion() 6309 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrCon… in destroy() 6321 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion … in destroy() 14202 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionKHR() local 14223 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionKHRUnique() local 14239 …Device::destroySamplerYcbcrConversionKHR( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrC… in destroySamplerYcbcrConversionKHR() 14252 …vice::destroySamplerYcbcrConversionKHR( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion … in destroySamplerYcbcrConversionKHR()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_funcs.hpp | 5949 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversion() local 5969 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionUnique() local 5985 …void Device::destroySamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbc… in destroySamplerYcbcrConversion() 5996 … Device::destroySamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion … in destroySamplerYcbcrConversion() 6010 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrCon… in destroy() 6021 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion … in destroy() 14895 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionKHR() local 14915 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionKHRUnique() local 14931 …d Device::destroySamplerYcbcrConversionKHR( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbc… in destroySamplerYcbcrConversionKHR() 14942 …vice::destroySamplerYcbcrConversionKHR( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion … in destroySamplerYcbcrConversionKHR()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 2817 …API_CALL vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in vkDestroySamplerYcbcrConversion()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_dispatch_table_helper.h | 120 …L StubDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in StubDestroySamplerYcbcrConversionKHR()
|
D | vk_loader_extensions.c | 3307 VkSamplerYcbcrConversion ycbcrConversion, in DestroySamplerYcbcrConversionKHR()
|