Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2479 static const SpvImageOperandsMask ops_with_arg = in image_operand_arg() local
2493 assert(op & ops_with_arg); in image_operand_arg()
2495 uint32_t idx = util_bitcount(w[mask_idx] & (op - 1) & ops_with_arg) + 1; in image_operand_arg()