Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2498 static const SpvImageOperandsMask ops_with_two_args = in image_operand_arg() local
2500 idx += util_bitcount(w[mask_idx] & (op - 1) & ops_with_two_args); in image_operand_arg()
2504 vtn_fail_if(idx + (op & ops_with_two_args ? 1 : 0) >= count, in image_operand_arg()