Searched refs:adjust_mask (Results 1 – 3 of 3) sorted by relevance
3375 unsigned adjust_mask = (emit->key.vs.adjust_attrib_range | in emit_adjusted_vertex_attribs() local3378 while (adjust_mask) { in emit_adjusted_vertex_attribs()3380 const unsigned index = u_bit_scan(&adjust_mask); in emit_adjusted_vertex_attribs()
9918 unsigned adjust_mask = (save_w_1_mask | in emit_vertex_attrib_instructions() local9928 if (adjust_mask) { in emit_vertex_attrib_instructions()9946 while (adjust_mask) { in emit_vertex_attrib_instructions()9947 unsigned index = u_bit_scan(&adjust_mask); in emit_vertex_attrib_instructions()
1189 adjust_mask(struct gallivm_state *gallivm, in adjust_mask() function1272 val = adjust_mask(gallivm, val); in store_aos_array()