Searched refs:adjust_mask (Results 1 – 3 of 3) sorted by relevance
3498 unsigned adjust_mask = (emit->key.vs.adjust_attrib_range | in emit_adjusted_vertex_attribs() local3501 while (adjust_mask) { in emit_adjusted_vertex_attribs()3503 const unsigned index = u_bit_scan(&adjust_mask); in emit_adjusted_vertex_attribs()
6139 unsigned adjust_mask = (save_w_1_mask | in emit_vertex_attrib_instructions() local6149 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()
836 adjust_mask(struct gallivm_state *gallivm, in adjust_mask() function919 val = adjust_mask(gallivm, val); in store_aos_array()