Searched refs:low_bit (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emitssboinstruction.cpp | 670 auto low_bit = help.reg_i(2); local in function:r600::EmitSSBOInstruction::emit_image_size 686 emit_instruction(new AluInstruction(op3_cnde_int, dest.reg_i(2), low_bit, comp, high_bit, EmitInstruction::last_write));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 2011 unsigned count, low_bit, log2size; local in function:compressed_fetch_cached 2035 low_bit = util_logbase2(format_desc->block.bits / 8); 2044 lp_build_const_int_vec(gallivm, type, low_bit), "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 2050 unsigned count, low_bit, log2size; local in function:compressed_fetch_cached 2074 low_bit = util_logbase2(format_desc->block.bits / 8); 2083 lp_build_const_int_vec(gallivm, type, low_bit), "");
|
Completed in 12 milliseconds