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.c3374 unsigned adjust_mask = (emit->key.vs.adjust_attrib_range | in emit_adjusted_vertex_attribs() local
3377 while (adjust_mask) { in emit_adjusted_vertex_attribs()
3379 const unsigned index = u_bit_scan(&adjust_mask); in emit_adjusted_vertex_attribs()
Dsvga_tgsi_vgpu10.c5926 unsigned adjust_mask = (save_w_1_mask | in emit_vertex_attrib_instructions() local
5936 if (adjust_mask) { in emit_vertex_attrib_instructions()
5954 while (adjust_mask) { in emit_vertex_attrib_instructions()
5955 unsigned index = u_bit_scan(&adjust_mask); in emit_vertex_attrib_instructions()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c840 adjust_mask(struct gallivm_state *gallivm, in adjust_mask() function
923 val = adjust_mask(gallivm, val); in store_aos_array()