Home
last modified time | relevance | path

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

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