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()
1345 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()
4310 VkChromaLocation chroma_offsets[2]; member
90 conversion->chroma_offsets[c] == VK_CHROMA_LOCATION_COSITED_EVEN) { in implicit_downsampled_coords()
1432 conversion->chroma_offsets[0] = pCreateInfo->xChromaOffset; in radv_CreateSamplerYcbcrConversion()1433 conversion->chroma_offsets[1] = pCreateInfo->yChromaOffset; in radv_CreateSamplerYcbcrConversion()
2176 VkChromaLocation chroma_offsets[2]; member
292 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()
1151 conversion->chroma_offsets[0] = pCreateInfo->xChromaOffset; in tu_CreateSamplerYcbcrConversion()1152 conversion->chroma_offsets[1] = pCreateInfo->yChromaOffset; in tu_CreateSamplerYcbcrConversion()
1340 VkChromaLocation chroma_offsets[2]; member