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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c302 unsigned z_swizzle; local in function:lp_depth_type
311 z_swizzle = format_desc->swizzle[0];
312 if (z_swizzle < 4) {
313 if (format_desc->channel[z_swizzle].type == UTIL_FORMAT_TYPE_FLOAT) {
315 assert(z_swizzle == 0);
316 assert(format_desc->channel[z_swizzle].size == 32);
318 else if(format_desc->channel[z_swizzle].type == UTIL_FORMAT_TYPE_UNSIGNED) {
320 assert(format_desc->channel[z_swizzle].normalized);
321 if (format_desc->channel[z_swizzle].size < format_desc->block.bits) {
351 unsigned z_swizzle; local in function:get_z_shift_and_mask
873 const unsigned z_swizzle = format_desc->swizzle[0]; local in function:lp_build_depth_stencil_test
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c303 unsigned z_swizzle; local in function:lp_depth_type
312 z_swizzle = format_desc->swizzle[0];
313 if (z_swizzle < 4) {
314 if (format_desc->channel[z_swizzle].type == UTIL_FORMAT_TYPE_FLOAT) {
316 assert(z_swizzle == 0);
317 assert(format_desc->channel[z_swizzle].size == 32);
319 else if(format_desc->channel[z_swizzle].type == UTIL_FORMAT_TYPE_UNSIGNED) {
321 assert(format_desc->channel[z_swizzle].normalized);
322 if (format_desc->channel[z_swizzle].size < format_desc->block.bits) {
352 unsigned z_swizzle; local in function:get_z_shift_and_mask
884 ASSERTED const unsigned z_swizzle = format_desc->swizzle[0]; local in function:lp_build_depth_stencil_test
[all...]

Completed in 4 milliseconds