Searched refs:this_mask (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_opencl.c | 892 nir_ssa_def *this_mask = nir_channel(&b->nb, mask, i); local in function:handle_shuffle2 893 nir_ssa_def *vmask = nir_iand(&b->nb, this_mask, nir_imm_intN_t(&b->nb, half_mask, mask->bit_size)); 896 nir_ssa_def *sel = nir_ilt(&b->nb, this_mask, nir_imm_intN_t(&b->nb, in_elems, mask->bit_size));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 447 GLuint this_mask = (1 << i); local in function:ir_to_mesa_visitor::emit_scalar 452 if (done_mask & this_mask) 465 this_mask |= (1 << j); 474 inst->dst.writemask = this_mask; 475 done_mask |= this_mask;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 448 GLuint this_mask = (1 << i); local in function:ir_to_mesa_visitor::emit_scalar 453 if (done_mask & this_mask) 466 this_mask |= (1 << j); 475 inst->dst.writemask = this_mask; 476 done_mask |= this_mask;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 830 GLuint this_mask = (1 << i); local in function:glsl_to_tgsi_visitor::emit_scalar 834 if (done_mask & this_mask) 847 this_mask |= (1 << j); 855 dst.writemask = this_mask; 857 done_mask |= this_mask;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 909 GLuint this_mask = (1 << i); local in function:glsl_to_tgsi_visitor::emit_scalar 913 if (done_mask & this_mask) 926 this_mask |= (1 << j); 934 dst.writemask = this_mask; 936 done_mask |= this_mask;
|
Completed in 70 milliseconds