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

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2547 static const SpvImageOperandsMask ops_with_arg = local in function:image_operand_arg
2561 assert(op & ops_with_arg);
2563 uint32_t idx = util_bitcount(w[mask_idx] & (op - 1) & ops_with_arg) + 1;

Completed in 10 milliseconds