Searched refs:depth_channel (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.c253 unsigned depth_channel; local in function:util_get_depth_format_mrd
262 depth_channel = desc->swizzle[0];
264 if (desc->channel[depth_channel].type == UTIL_FORMAT_TYPE_UNSIGNED &&
265 desc->channel[depth_channel].normalized) {
268 depth_bits = desc->channel[depth_channel].size;
H A Du_format.h616 unsigned depth_channel = desc->swizzle[0]; local in function:util_get_depth_format_type
618 depth_channel != PIPE_SWIZZLE_NONE) {
619 return desc->channel[depth_channel].type;
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c341 unsigned depth_channel; local in function:util_get_depth_format_mrd
350 depth_channel = desc->swizzle[0];
352 if (desc->channel[depth_channel].type == UTIL_FORMAT_TYPE_UNSIGNED &&
353 desc->channel[depth_channel].normalized) {
356 depth_bits = desc->channel[depth_channel].size;
H A Du_format.h626 unsigned depth_channel = desc->swizzle[0]; local in function:util_get_depth_format_type
628 depth_channel != PIPE_SWIZZLE_NONE) {
629 return desc->channel[depth_channel].type;

Completed in 9 milliseconds