Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c2624 static const SpvImageOperandsMask ops_with_two_args = in image_operand_arg() local
2626 idx += util_bitcount(w[mask_idx] & (op - 1) & ops_with_two_args); in image_operand_arg()
2630 vtn_fail_if(idx + (op & ops_with_two_args ? 1 : 0) >= count, in image_operand_arg()

Completed in 9 milliseconds