Home | History | Annotate | Download | only in vulkan

Lines Matching refs:conversion

114             const struct tu_sampler_ycbcr_conversion *conversion,
141 * swizzle (0,0,1) in the rest (see "Conversion to RGBA").
161 if (conversion)
162 compose_swizzle(swiz, &conversion->components);
213 const struct tu_sampler_ycbcr_conversion *conversion = ycbcr_conversion ?
214 tu_sampler_ycbcr_conversion_from_handle(ycbcr_conversion->conversion) : NULL;
281 tu6_texswiz(&pCreateInfo->components, conversion, format, aspect_mask, has_z24uint_s8uint) |
299 if (conversion) {
300 if (conversion->chroma_offsets[0] == VK_CHROMA_LOCATION_MIDPOINT)
302 if (conversion->chroma_offsets[1] == VK_CHROMA_LOCATION_MIDPOINT)