/external/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.h | 22 VkSamplerYcbcrConversion ycbcrConversion() const { return fYcbcrConversion; } in ycbcrConversion() function 44 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey() 58 GrVkSamplerYcbcrConversion(VkSamplerYcbcrConversion ycbcrConversion, Key key) in GrVkSamplerYcbcrConversion()
|
D | GrVkImageView.h | 38 GrVkImageView(VkImageView imageView, GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView()
|
D | GrVkImageView.cpp | 19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local
|
D | GrVkSampler.cpp | 70 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local
|
D | GrVkSampler.h | 61 GrVkSampler(VkSampler sampler, GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler()
|
D | GrVkResourceProvider.cpp | 243 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion() local
|
/external/skqp/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.h | 22 VkSamplerYcbcrConversion ycbcrConversion() const { return fYcbcrConversion; } in ycbcrConversion() function 44 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey() 58 GrVkSamplerYcbcrConversion(VkSamplerYcbcrConversion ycbcrConversion, Key key) in GrVkSamplerYcbcrConversion()
|
D | GrVkImageView.h | 38 GrVkImageView(VkImageView imageView, GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView()
|
D | GrVkImageView.cpp | 19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local
|
D | GrVkSampler.cpp | 70 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local
|
D | GrVkSampler.h | 61 GrVkSampler(VkSampler sampler, GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler()
|
D | GrVkResourceProvider.cpp | 243 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion() local
|
/external/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 134 GrVkYcbcrConversionInfo ycbcrConversion; in GetBackendFormat() local 313 const GrVkYcbcrConversionInfo* ycbcrConversion = backendFormat.getVkYcbcrConversionInfo(); in make_vk_backend_texture() local
|
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 196 const GrVkYcbcrConversionInfo* ycbcrConversion = backendFormat.getVkYcbcrConversionInfo(); in make_vk_backend_texture() local 514 GrVkYcbcrConversionInfo ycbcrConversion; in get_backend_format() local
|
/external/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 185 …ALL vkDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vkDestroySamplerYcbcrConversionKHR()
|
D | libVulkan.cpp | 1964 …I_CALL vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vkDestroySamplerYcbcrConversion()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 3802 …ramp_DestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion… in anv_tramp_DestroySamplerYcbcrConversionKHR()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 665 …Driver::destroySamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, …
|
D | vkNullDriverImpl.inl | 350 …PI_CALL destroySamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, …
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1829 …void vkDestroySamplerYcbcrConversion( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, c… in vkDestroySamplerYcbcrConversion() 1833 …id vkDestroySamplerYcbcrConversionKHR( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vkDestroySamplerYcbcrConversionKHR() 44432 SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversion() local 44440 SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionUnique() local 44458 SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionKHR() local 44466 SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionKHRUnique() local 44476 …N_HPP_INLINE void Device::destroySamplerYcbcrConversion( SamplerYcbcrConversion ycbcrConversion, c… in destroySamplerYcbcrConversion() 44482 …N_HPP_INLINE void Device::destroySamplerYcbcrConversion( SamplerYcbcrConversion ycbcrConversion, O… in destroySamplerYcbcrConversion() 44489 …VULKAN_HPP_INLINE void Device::destroy( SamplerYcbcrConversion ycbcrConversion, const AllocationCa… in destroy() 44495 …VULKAN_HPP_INLINE void Device::destroy( SamplerYcbcrConversion ycbcrConversion, Optional<const All… in destroy() [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1420 …void vkDestroySamplerYcbcrConversion( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, c… in vkDestroySamplerYcbcrConversion() 1425 …id vkDestroySamplerYcbcrConversionKHR( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, … in vkDestroySamplerYcbcrConversionKHR() 49367 SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversion() local 49375 SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionUnique() local 49393 SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionKHR() local 49401 SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionKHRUnique() local 50163 …N_HPP_INLINE void Device::destroySamplerYcbcrConversion( SamplerYcbcrConversion ycbcrConversion, c… in destroySamplerYcbcrConversion() 50169 …N_HPP_INLINE void Device::destroySamplerYcbcrConversion( SamplerYcbcrConversion ycbcrConversion, O… in destroySamplerYcbcrConversion() 50176 …VULKAN_HPP_INLINE void Device::destroy( SamplerYcbcrConversion ycbcrConversion, const AllocationCa… in destroy() 50182 …VULKAN_HPP_INLINE void Device::destroy( SamplerYcbcrConversion ycbcrConversion, Optional<const All… in destroy() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 13430 …tCallRecordDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in PostCallRecordDestroySamplerYcbcrConversion() 13439 …llRecordDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in PostCallRecordDestroySamplerYcbcrConversionKHR()
|