Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c152 case TGSI_OPCODE_BREV: in tgsi_opcode_infer_type()
Dtgsi_exec.c5702 case TGSI_OPCODE_BREV: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h543 TGSI_OPCODE_BREV = 187, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2646 bld_base->op_actions[TGSI_OPCODE_BREV].emit = brev_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1946 [TGSI_OPCODE_BREV] = nir_op_bitfield_reverse,
Dnir_to_tgsi.c1418 [nir_op_bitfield_reverse] = { TGSI_OPCODE_BREV }, in ntt_emit_alu()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3899 case TGSI_OPCODE_BREV: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11972 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_unsupported},
12169 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_op2},
12396 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1022 case TGSI_OPCODE_BREV: in translate_opcode()
10958 case TGSI_OPCODE_BREV: in emit_instruction()