Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c785 nir_ssa_def *this_mask = nir_channel(&b->nb, mask, i); in handle_shuffle2() local
786 …nir_ssa_def *vmask = nir_iand(&b->nb, this_mask, nir_imm_intN_t(&b->nb, half_mask, mask->bit_size)… in handle_shuffle2()
789 … nir_ssa_def *sel = nir_ilt(&b->nb, this_mask, nir_imm_intN_t(&b->nb, in_elems, mask->bit_size)); in handle_shuffle2()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp448 GLuint this_mask = (1 << i); in emit_scalar() local
453 if (done_mask & this_mask) in emit_scalar()
466 this_mask |= (1 << j); in emit_scalar()
475 inst->dst.writemask = this_mask; in emit_scalar()
476 done_mask |= this_mask; in emit_scalar()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp831 GLuint this_mask = (1 << i); in emit_scalar() local
835 if (done_mask & this_mask) in emit_scalar()
848 this_mask |= (1 << j); in emit_scalar()
856 dst.writemask = this_mask; in emit_scalar()
858 done_mask |= this_mask; in emit_scalar()