Searched refs:chroma_offsets (Results 1 – 9 of 9) sorted by relevance
93 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()
1657 conversion->chroma_offsets[0] = pCreateInfo->xChromaOffset; in anv_CreateSamplerYcbcrConversion()1658 conversion->chroma_offsets[1] = pCreateInfo->yChromaOffset; in anv_CreateSamplerYcbcrConversion()1673 (conversion->chroma_offsets[0] == VK_CHROMA_LOCATION_COSITED_EVEN || in anv_CreateSamplerYcbcrConversion()1674 conversion->chroma_offsets[1] == VK_CHROMA_LOCATION_COSITED_EVEN); in anv_CreateSamplerYcbcrConversion()
4517 VkChromaLocation chroma_offsets[2]; member
100 if (conversion->chroma_offsets[c] == VK_CHROMA_LOCATION_COSITED_EVEN) { in implicit_downsampled_coords()
1529 conversion->chroma_offsets[0] = pCreateInfo->xChromaOffset; in radv_CreateSamplerYcbcrConversion()1530 conversion->chroma_offsets[1] = pCreateInfo->yChromaOffset; in radv_CreateSamplerYcbcrConversion()
2346 VkChromaLocation chroma_offsets[2]; member
300 if (conversion->chroma_offsets[0] == VK_CHROMA_LOCATION_MIDPOINT) in tu_image_view_init()302 if (conversion->chroma_offsets[1] == VK_CHROMA_LOCATION_MIDPOINT) in tu_image_view_init()
1262 conversion->chroma_offsets[0] = pCreateInfo->xChromaOffset; in tu_CreateSamplerYcbcrConversion()1263 conversion->chroma_offsets[1] = pCreateInfo->yChromaOffset; in tu_CreateSamplerYcbcrConversion()
1491 VkChromaLocation chroma_offsets[2]; member