/third_party/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 20 if (info.fXChromaOffset == VK_CHROMA_LOCATION_MIDPOINT || in Create() 21 info.fYChromaOffset == VK_CHROMA_LOCATION_MIDPOINT) { in Create()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 20 if (info.fXChromaOffset == VK_CHROMA_LOCATION_MIDPOINT || in Create() 21 info.fYChromaOffset == VK_CHROMA_LOCATION_MIDPOINT) { in Create()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 533 p->suggestedXChromaOffset = VK_CHROMA_LOCATION_MIDPOINT; in get_ahb_buffer_format_properties() 534 p->suggestedYChromaOffset = VK_CHROMA_LOCATION_MIDPOINT; in get_ahb_buffer_format_properties() 609 p->suggestedXChromaOffset = VK_CHROMA_LOCATION_MIDPOINT; in get_ahb_buffer_format_properties2() 610 p->suggestedYChromaOffset = VK_CHROMA_LOCATION_MIDPOINT; in get_ahb_buffer_format_properties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 389 VK_CHROMA_LOCATION_MIDPOINT, in testImageQuery() 390 VK_CHROMA_LOCATION_MIDPOINT, in testImageQuery() 572 VK_CHROMA_LOCATION_MIDPOINT, in testImageQueryLod() 573 VK_CHROMA_LOCATION_MIDPOINT, in testImageQueryLod()
|
D | vktYCbCrFilteringTests.cpp | 205 VK_CHROMA_LOCATION_MIDPOINT, in createYCbCrConversion() 206 VK_CHROMA_LOCATION_MIDPOINT, in createYCbCrConversion() 408 …AMPLER_YCBCR_RANGE_ITU_FULL, m_chromaFiltering, VK_CHROMA_LOCATION_MIDPOINT, VK_CHROMA_LOCATION_MI… in iterate()
|
D | vktYCbCrFormatTests.cpp | 346 VK_CHROMA_LOCATION_MIDPOINT, in testFormat() 347 VK_CHROMA_LOCATION_MIDPOINT, in testFormat()
|
D | vktYCbCrViewTests.cpp | 504 VK_CHROMA_LOCATION_MIDPOINT, in testPlaneView() 505 VK_CHROMA_LOCATION_MIDPOINT, in testPlaneView()
|
D | vktYCbCrConversionTests.cpp | 650 …hromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT) && ((f… in checkSupport() 656 …hromaSubsampled(config.format) && (config.yChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT) && ((f… in checkSupport() 793 …, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_… in textureConversionTest() 1272 { "midpoint", vk::VK_CHROMA_LOCATION_MIDPOINT }
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFilteringTests.cpp | 205 VK_CHROMA_LOCATION_MIDPOINT, in createYCbCrConversion() 206 VK_CHROMA_LOCATION_MIDPOINT, in createYCbCrConversion() 408 …AMPLER_YCBCR_RANGE_ITU_FULL, m_chromaFiltering, VK_CHROMA_LOCATION_MIDPOINT, VK_CHROMA_LOCATION_MI… in iterate()
|
D | vktYCbCrImageQueryTests.cpp | 389 VK_CHROMA_LOCATION_MIDPOINT, in testImageQuery() 390 VK_CHROMA_LOCATION_MIDPOINT, in testImageQuery() 572 VK_CHROMA_LOCATION_MIDPOINT, in testImageQueryLod() 573 VK_CHROMA_LOCATION_MIDPOINT, in testImageQueryLod()
|
D | vktYCbCrFormatTests.cpp | 346 VK_CHROMA_LOCATION_MIDPOINT, in testFormat() 347 VK_CHROMA_LOCATION_MIDPOINT, in testFormat()
|
D | vktYCbCrViewTests.cpp | 504 VK_CHROMA_LOCATION_MIDPOINT, in testPlaneView() 505 VK_CHROMA_LOCATION_MIDPOINT, in testPlaneView()
|
D | vktYCbCrConversionTests.cpp | 650 …hromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT) && ((f… in checkSupport() 656 …hromaSubsampled(config.format) && (config.yChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT) && ((f… in checkSupport() 793 …, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_… in textureConversionTest() 1272 { "midpoint", vk::VK_CHROMA_LOCATION_MIDPOINT }
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktObjectRefreshTests.cpp | 179 vk::VK_CHROMA_LOCATION_MIDPOINT, // VkChromaLocation xChromaOffset; in refreshObjects() 180 vk::VK_CHROMA_LOCATION_MIDPOINT, // VkChromaLocation yChromaOffset; in refreshObjects()
|
D | vktDeviceObjectReservationTests.cpp | 809 VK_CHROMA_LOCATION_MIDPOINT, // xChromaOffset in createSamplerYcbcrConversions() 810 VK_CHROMA_LOCATION_MIDPOINT, // yChromaOffset in createSamplerYcbcrConversions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
D | vktObjectRefreshTests.cpp | 179 vk::VK_CHROMA_LOCATION_MIDPOINT, // VkChromaLocation xChromaOffset; in refreshObjects() 180 vk::VK_CHROMA_LOCATION_MIDPOINT, // VkChromaLocation yChromaOffset; in refreshObjects()
|
D | vktDeviceObjectReservationTests.cpp | 809 VK_CHROMA_LOCATION_MIDPOINT, // xChromaOffset in createSamplerYcbcrConversions() 810 VK_CHROMA_LOCATION_MIDPOINT, // yChromaOffset in createSamplerYcbcrConversions()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_android.c | 250 p->suggestedXChromaOffset = VK_CHROMA_LOCATION_MIDPOINT; in get_ahw_buffer_format_properties2() 251 p->suggestedYChromaOffset = VK_CHROMA_LOCATION_MIDPOINT; in get_ahw_buffer_format_properties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 193 …hromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT) && ((f… in validateFormatSupport() 199 …hromaSubsampled(config.format) && (config.yChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT) && ((f… in validateFormatSupport() 1068 …, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_… in generateYCbCrImage() 1336 { "midpoint", vk::VK_CHROMA_LOCATION_MIDPOINT } in createYCbCrConversionTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 193 …hromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT) && ((f… in validateFormatSupport() 199 …hromaSubsampled(config.format) && (config.yChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT) && ((f… in validateFormatSupport() 1068 …, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_… in generateYCbCrImage() 1336 { "midpoint", vk::VK_CHROMA_LOCATION_MIDPOINT } in createYCbCrConversionTests()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_android.c | 984 .suggestedXChromaOffset = VK_CHROMA_LOCATION_MIDPOINT, in vn_android_get_ahb_format_properties() 985 .suggestedYChromaOffset = VK_CHROMA_LOCATION_MIDPOINT, in vn_android_get_ahb_format_properties()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
D | DmaBufImageSiblingVkLinux.cpp | 227 : VK_CHROMA_LOCATION_MIDPOINT; in GetChromaLocation()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_image.c | 237 STATIC_ASSERT((unsigned)VK_CHROMA_LOCATION_MIDPOINT == (unsigned)FDL_CHROMA_LOCATION_MIDPOINT); in tu_image_view_init()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 808 sycci.xChromaOffset = VK_CHROMA_LOCATION_MIDPOINT; in resource_object_create() 809 sycci.yChromaOffset = VK_CHROMA_LOCATION_MIDPOINT; in resource_object_create()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | samplers.txt | 739 and pname:yChromaOffset must: not be ename:VK_CHROMA_LOCATION_MIDPOINT 908 * ename:VK_CHROMA_LOCATION_MIDPOINT specifies that downsampled chroma
|