Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c302 unsigned z_swizzle; in lp_depth_type() local
311 z_swizzle = format_desc->swizzle[0]; in lp_depth_type()
312 if (z_swizzle < 4) { in lp_depth_type()
313 if (format_desc->channel[z_swizzle].type == UTIL_FORMAT_TYPE_FLOAT) { in lp_depth_type()
315 assert(z_swizzle == 0); in lp_depth_type()
316 assert(format_desc->channel[z_swizzle].size == 32); in lp_depth_type()
318 else if(format_desc->channel[z_swizzle].type == UTIL_FORMAT_TYPE_UNSIGNED) { in lp_depth_type()
320 assert(format_desc->channel[z_swizzle].normalized); in lp_depth_type()
321 if (format_desc->channel[z_swizzle].size < format_desc->block.bits) { in lp_depth_type()
351 unsigned z_swizzle; in get_z_shift_and_mask() local
[all …]