Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c254 unsigned depth_channel; in util_get_depth_format_mrd() local
263 depth_channel = desc->swizzle[0]; in util_get_depth_format_mrd()
265 if (desc->channel[depth_channel].type == UTIL_FORMAT_TYPE_UNSIGNED && in util_get_depth_format_mrd()
266 desc->channel[depth_channel].normalized) { in util_get_depth_format_mrd()
269 depth_bits = desc->channel[depth_channel].size; in util_get_depth_format_mrd()
Du_format.h378 unsigned depth_channel = desc->swizzle[0]; in util_get_depth_format_type() local
380 depth_channel != UTIL_FORMAT_SWIZZLE_NONE) { in util_get_depth_format_type()
381 return desc->channel[depth_channel].type; in util_get_depth_format_type()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c274 unsigned depth_channel; in util_get_depth_format_mrd() local
283 depth_channel = desc->swizzle[0]; in util_get_depth_format_mrd()
285 if (desc->channel[depth_channel].type == UTIL_FORMAT_TYPE_UNSIGNED && in util_get_depth_format_mrd()
286 desc->channel[depth_channel].normalized) { in util_get_depth_format_mrd()
289 depth_bits = desc->channel[depth_channel].size; in util_get_depth_format_mrd()
Du_format.h567 unsigned depth_channel = desc->swizzle[0]; in util_get_depth_format_type() local
569 depth_channel != PIPE_SWIZZLE_NONE) { in util_get_depth_format_type()
570 return desc->channel[depth_channel].type; in util_get_depth_format_type()