Searched refs:ops_with_two_args (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2566 static const SpvImageOperandsMask ops_with_two_args = local in function:image_operand_arg
2568 idx += util_bitcount(w[mask_idx] & (op - 1) & ops_with_two_args);
2572 vtn_fail_if(idx + (op & ops_with_two_args ? 1 : 0) >= count,

Completed in 8 milliseconds