Home
last modified time | relevance | path

Searched refs:chroma_offsets (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c93 for (c = 0; c < ARRAY_SIZE(conversion->chroma_offsets); c++) { in implicit_downsampled_coords()
95 conversion->chroma_offsets[c] == VK_CHROMA_LOCATION_COSITED_EVEN) { in implicit_downsampled_coords()
Danv_formats.c1345 conversion->chroma_offsets[0] = pCreateInfo->xChromaOffset; in anv_CreateSamplerYcbcrConversion()
1346 conversion->chroma_offsets[1] = pCreateInfo->yChromaOffset; in anv_CreateSamplerYcbcrConversion()
1361 (conversion->chroma_offsets[0] == VK_CHROMA_LOCATION_COSITED_EVEN || in anv_CreateSamplerYcbcrConversion()
1362 conversion->chroma_offsets[1] == VK_CHROMA_LOCATION_COSITED_EVEN); in anv_CreateSamplerYcbcrConversion()
Danv_private.h4310 VkChromaLocation chroma_offsets[2]; member
/external/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c90 conversion->chroma_offsets[c] == VK_CHROMA_LOCATION_COSITED_EVEN) { in implicit_downsampled_coords()
Dradv_descriptor_set.c1432 conversion->chroma_offsets[0] = pCreateInfo->xChromaOffset; in radv_CreateSamplerYcbcrConversion()
1433 conversion->chroma_offsets[1] = pCreateInfo->yChromaOffset; in radv_CreateSamplerYcbcrConversion()
Dradv_private.h2176 VkChromaLocation chroma_offsets[2]; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_image.c292 if (conversion->chroma_offsets[0] == VK_CHROMA_LOCATION_MIDPOINT) in tu_image_view_init()
294 if (conversion->chroma_offsets[1] == VK_CHROMA_LOCATION_MIDPOINT) in tu_image_view_init()
Dtu_descriptor_set.c1151 conversion->chroma_offsets[0] = pCreateInfo->xChromaOffset; in tu_CreateSamplerYcbcrConversion()
1152 conversion->chroma_offsets[1] = pCreateInfo->yChromaOffset; in tu_CreateSamplerYcbcrConversion()
Dtu_private.h1340 VkChromaLocation chroma_offsets[2]; member