HomeSort by: relevance | last modified time | path
    Searched defs:sgpr_idx (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader.h 229 int8_t sgpr_idx; member in struct:radv_userdata_info
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_optimizer.cpp 2730 uint32_t sgpr_idx = 0; local
2738 sgpr_idx = i;
2742 operand_mask &= ~(1u << sgpr_idx);
2758 if (sgpr_idx == 0)
2761 if (sgpr_idx == 0 || instr->isVOP3() || instr->isSDWA() || instr->isVOP3P() ||
2764 if (info.is_extract() && can_apply_extract(ctx, instr, sgpr_idx, info))
2765 apply_extract(ctx, instr, sgpr_idx, info);
2768 instr->operands[sgpr_idx] = Operand(sgpr);
2770 instr->operands[sgpr_idx] = instr->operands[0];
2777 instr->operands[sgpr_idx] = Operand(sgpr)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_shader.h 179 int8_t sgpr_idx; member in struct:radv_userdata_info

Completed in 18 milliseconds