/external/skqp/src/gpu/vk/ |
D | GrVkImageView.cpp | 19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local 24 ycbcrConversion = in Create() 26 if (!ycbcrConversion) { in Create() 32 conversionInfo.conversion = ycbcrConversion->ycbcrConversion(); in Create() 61 return new GrVkImageView(imageView, ycbcrConversion); in Create()
|
D | GrVkSamplerYcbcrConversion.h | 22 VkSamplerYcbcrConversion ycbcrConversion() const { return fYcbcrConversion; } in ycbcrConversion() function 44 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey() argument 45 return ycbcrConversion.fKey; in GetKey() 58 GrVkSamplerYcbcrConversion(VkSamplerYcbcrConversion ycbcrConversion, Key key) in GrVkSamplerYcbcrConversion() argument 60 , fYcbcrConversion(ycbcrConversion) in GrVkSamplerYcbcrConversion()
|
D | GrVkSampler.cpp | 70 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local 74 ycbcrConversion = in Create() 76 if (!ycbcrConversion) { in Create() 82 conversionInfo.conversion = ycbcrConversion->ycbcrConversion(); in Create() 112 return new GrVkSampler(sampler, ycbcrConversion, GenerateKey(samplerState, ycbcrInfo)); in Create()
|
D | GrVkImageView.h | 38 GrVkImageView(VkImageView imageView, GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView() argument 39 : INHERITED(), fImageView(imageView), fYcbcrConversion(ycbcrConversion) {} in GrVkImageView()
|
D | GrVkResourceProvider.cpp | 243 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion() local 245 if (!ycbcrConversion) { in findOrCreateCompatibleSamplerYcbcrConversion() 246 ycbcrConversion = GrVkSamplerYcbcrConversion::Create(fGpu, ycbcrInfo); in findOrCreateCompatibleSamplerYcbcrConversion() 247 if (!ycbcrConversion) { in findOrCreateCompatibleSamplerYcbcrConversion() 250 fYcbcrConversions.add(ycbcrConversion); in findOrCreateCompatibleSamplerYcbcrConversion() 252 SkASSERT(ycbcrConversion); in findOrCreateCompatibleSamplerYcbcrConversion() 253 ycbcrConversion->ref(); in findOrCreateCompatibleSamplerYcbcrConversion() 254 return ycbcrConversion; in findOrCreateCompatibleSamplerYcbcrConversion()
|
D | GrVkSampler.h | 61 GrVkSampler(VkSampler sampler, GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler() argument 64 , fYcbcrConversion(ycbcrConversion) in GrVkSampler()
|
/external/skia/src/gpu/vk/ |
D | GrVkImageView.cpp | 19 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local 24 ycbcrConversion = in Create() 26 if (!ycbcrConversion) { in Create() 32 conversionInfo.conversion = ycbcrConversion->ycbcrConversion(); in Create() 61 return new GrVkImageView(imageView, ycbcrConversion); in Create()
|
D | GrVkSamplerYcbcrConversion.h | 22 VkSamplerYcbcrConversion ycbcrConversion() const { return fYcbcrConversion; } in ycbcrConversion() function 44 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey() argument 45 return ycbcrConversion.fKey; in GetKey() 58 GrVkSamplerYcbcrConversion(VkSamplerYcbcrConversion ycbcrConversion, Key key) in GrVkSamplerYcbcrConversion() argument 60 , fYcbcrConversion(ycbcrConversion) in GrVkSamplerYcbcrConversion()
|
D | GrVkSampler.cpp | 70 GrVkSamplerYcbcrConversion* ycbcrConversion = nullptr; in Create() local 74 ycbcrConversion = in Create() 76 if (!ycbcrConversion) { in Create() 82 conversionInfo.conversion = ycbcrConversion->ycbcrConversion(); in Create() 112 return new GrVkSampler(sampler, ycbcrConversion, GenerateKey(samplerState, ycbcrInfo)); in Create()
|
D | GrVkImageView.h | 38 GrVkImageView(VkImageView imageView, GrVkSamplerYcbcrConversion* ycbcrConversion) in GrVkImageView() argument 39 : INHERITED(), fImageView(imageView), fYcbcrConversion(ycbcrConversion) {} in GrVkImageView()
|
D | GrVkResourceProvider.cpp | 243 GrVkSamplerYcbcrConversion* ycbcrConversion = in findOrCreateCompatibleSamplerYcbcrConversion() local 245 if (!ycbcrConversion) { in findOrCreateCompatibleSamplerYcbcrConversion() 246 ycbcrConversion = GrVkSamplerYcbcrConversion::Create(fGpu, ycbcrInfo); in findOrCreateCompatibleSamplerYcbcrConversion() 247 if (!ycbcrConversion) { in findOrCreateCompatibleSamplerYcbcrConversion() 250 fYcbcrConversions.add(ycbcrConversion); in findOrCreateCompatibleSamplerYcbcrConversion() 252 SkASSERT(ycbcrConversion); in findOrCreateCompatibleSamplerYcbcrConversion() 253 ycbcrConversion->ref(); in findOrCreateCompatibleSamplerYcbcrConversion() 254 return ycbcrConversion; in findOrCreateCompatibleSamplerYcbcrConversion()
|
D | GrVkSampler.h | 61 GrVkSampler(VkSampler sampler, GrVkSamplerYcbcrConversion* ycbcrConversion, Key key) in GrVkSampler() argument 64 , fYcbcrConversion(ycbcrConversion) in GrVkSampler()
|
/external/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 134 GrVkYcbcrConversionInfo ycbcrConversion; in GetBackendFormat() local 135 ycbcrConversion.fYcbcrModel = hwbFormatProps.suggestedYcbcrModel; in GetBackendFormat() 136 ycbcrConversion.fYcbcrRange = hwbFormatProps.suggestedYcbcrRange; in GetBackendFormat() 137 ycbcrConversion.fXChromaOffset = hwbFormatProps.suggestedXChromaOffset; in GetBackendFormat() 138 ycbcrConversion.fYChromaOffset = hwbFormatProps.suggestedYChromaOffset; in GetBackendFormat() 139 ycbcrConversion.fForceExplicitReconstruction = VK_FALSE; in GetBackendFormat() 140 ycbcrConversion.fExternalFormat = hwbFormatProps.externalFormat; in GetBackendFormat() 141 ycbcrConversion.fExternalFormatFeatures = hwbFormatProps.formatFeatures; in GetBackendFormat() 144 ycbcrConversion.fChromaFilter = VK_FILTER_LINEAR; in GetBackendFormat() 146 ycbcrConversion.fChromaFilter = VK_FILTER_NEAREST; in GetBackendFormat() [all …]
|
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 196 const GrVkYcbcrConversionInfo* ycbcrConversion = backendFormat.getVkYcbcrConversionInfo(); in make_vk_backend_texture() local 197 if (!ycbcrConversion) { in make_vk_backend_texture() 207 SkASSERT(!ycbcrConversion->isValid()); in make_vk_backend_texture() 209 SkASSERT(ycbcrConversion->isValid()); in make_vk_backend_texture() 213 SkASSERT(hwbFormatProps.externalFormat == ycbcrConversion->fExternalFormat); in make_vk_backend_texture() 336 imageInfo.fYcbcrConversionInfo = *ycbcrConversion; in make_vk_backend_texture() 514 GrVkYcbcrConversionInfo ycbcrConversion; in get_backend_format() local 515 ycbcrConversion.fYcbcrModel = hwbFormatProps.suggestedYcbcrModel; in get_backend_format() 516 ycbcrConversion.fYcbcrRange = hwbFormatProps.suggestedYcbcrRange; in get_backend_format() 517 ycbcrConversion.fXChromaOffset = hwbFormatProps.suggestedXChromaOffset; in get_backend_format() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 185 …ySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… in vkDestroySamplerYcbcrConversionKHR() argument 187 vkDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversionKHR()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 1374 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 1375 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 1376 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 1377 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 1378 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 1379 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo…
|
D | anv_entrypoints.c | 629 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 1050 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 1471 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 1892 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 2313 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 2734 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… 3802 …mplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConversion, const VkAllo… in anv_tramp_DestroySamplerYcbcrConversionKHR() argument 3805 …return anv_device->dispatch.vkDestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator… in anv_tramp_DestroySamplerYcbcrConversionKHR()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 665 …roySamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… argument 667 m_vk.destroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator);
|
D | vkFunctionPointerTypes.inl | 161 …YcbcrConversionFunc) (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… 249 …bcrConversionKHRFunc) (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo…
|
D | vkVirtualDeviceInterface.inl | 136 …SamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo…
|
D | vkConcreteDeviceInterface.inl | 136 …SamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo…
|
D | vkNullDriverImpl.inl | 350 …roySamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… argument 353 freeNonDispHandle<SamplerYcbcrConversion, VkSamplerYcbcrConversion>(ycbcrConversion, pAllocator);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1420 …void vkDestroySamplerYcbcrConversion( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, c… in vkDestroySamplerYcbcrConversion() argument 1422 return ::vkDestroySamplerYcbcrConversion( device, ycbcrConversion, pAllocator ); in vkDestroySamplerYcbcrConversion() 1425 …SamplerYcbcrConversionKHR( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… in vkDestroySamplerYcbcrConversionKHR() argument 1427 return ::vkDestroySamplerYcbcrConversionKHR( device, ycbcrConversion, pAllocator ); in vkDestroySamplerYcbcrConversionKHR() 14271 …void destroySamplerYcbcrConversion( SamplerYcbcrConversion ycbcrConversion, const AllocationCallba… 14274 …void destroySamplerYcbcrConversion( SamplerYcbcrConversion ycbcrConversion, Optional<const Allocat… 14278 …void destroy( SamplerYcbcrConversion ycbcrConversion, const AllocationCallbacks* pAllocator, Dispa… 14281 …void destroy( SamplerYcbcrConversion ycbcrConversion, Optional<const AllocationCallbacks> allocato… 14285 …void destroySamplerYcbcrConversionKHR( SamplerYcbcrConversion ycbcrConversion, const AllocationCal… 14288 …void destroySamplerYcbcrConversionKHR( SamplerYcbcrConversion ycbcrConversion, Optional<const Allo… [all …]
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4391 …roySamplerYcbcrConversion)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… 4506 VkSamplerYcbcrConversion ycbcrConversion, 5752 …SamplerYcbcrConversionKHR)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… 5763 VkSamplerYcbcrConversion ycbcrConversion,
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4391 …roySamplerYcbcrConversion)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… 4506 VkSamplerYcbcrConversion ycbcrConversion, 5752 …SamplerYcbcrConversionKHR)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… 5763 VkSamplerYcbcrConversion ycbcrConversion,
|