Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c3498 unsigned adjust_mask = (emit->key.vs.adjust_attrib_range | in emit_adjusted_vertex_attribs() local
3501 while (adjust_mask) { in emit_adjusted_vertex_attribs()
3503 const unsigned index = u_bit_scan(&adjust_mask); in emit_adjusted_vertex_attribs()
Dsvga_tgsi_vgpu10.c6139 unsigned adjust_mask = (save_w_1_mask | in emit_vertex_attrib_instructions() local
6149 if (adjust_mask) { in emit_vertex_attrib_instructions()
6167 while (adjust_mask) { in emit_vertex_attrib_instructions()
6168 unsigned index = u_bit_scan(&adjust_mask); in emit_vertex_attrib_instructions()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c836 adjust_mask(struct gallivm_state *gallivm, in adjust_mask() function
919 val = adjust_mask(gallivm, val); in store_aos_array()