Searched refs:operand_mask (Results 1 – 3 of 3) sorted by relevance
659 SpvImageOperandsMask operand_mask = SpvImageOperandsMaskNone; in spirv_builder_emit_image_sample() local664 operand_mask |= SpvImageOperandsBiasMask; in spirv_builder_emit_image_sample()668 operand_mask |= SpvImageOperandsLodMask; in spirv_builder_emit_image_sample()672 operand_mask |= SpvImageOperandsGradMask; in spirv_builder_emit_image_sample()676 operand_mask |= SpvImageOperandsOffsetMask; in spirv_builder_emit_image_sample()681 extra_operands[0] = operand_mask; in spirv_builder_emit_image_sample()721 SpvImageOperandsMask operand_mask = SpvImageOperandsMaskNone; in spirv_builder_emit_image_fetch() local726 operand_mask |= SpvImageOperandsLodMask; in spirv_builder_emit_image_fetch()730 operand_mask |= SpvImageOperandsSampleMask; in spirv_builder_emit_image_fetch()735 extra_operands[0] = operand_mask; in spirv_builder_emit_image_fetch()
2457 uint32_t operand_mask = 0; in apply_sgprs() local2470 operand_mask |= 1u << i; in apply_sgprs()2481 while (operand_mask) { in apply_sgprs()2484 uint32_t mask = operand_mask; in apply_sgprs()2494 operand_mask &= ~(1u << sgpr_idx); in apply_sgprs()2513 uint32_t swapped = (0x3120 >> (operand_mask & 0x3)) & 0xf; in apply_sgprs()2514 operand_mask = (operand_mask & ~0x3) | swapped; in apply_sgprs()
1252 - zink: fixup initialization of operand_mask / num_extra_operands