Searched refs:TGSI_OPCODE_BREV (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.c | 152 case TGSI_OPCODE_BREV:
|
| H A D | tgsi_exec.c | 6068 case TGSI_OPCODE_BREV:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.c | 152 case TGSI_OPCODE_BREV:
|
| H A D | tgsi_exec.c | 5781 case TGSI_OPCODE_BREV:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 540 TGSI_OPCODE_BREV = 187, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 542 TGSI_OPCODE_BREV = 187, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_alu.c | 687 bld_base->op_actions[TGSI_OPCODE_BREV].emit = build_tgsi_intrinsic_nomem; 688 bld_base->op_actions[TGSI_OPCODE_BREV].intr_name = "llvm.bitreverse.i32";
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1673 [TGSI_OPCODE_BREV] = nir_op_bitfield_reverse,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 2646 bld_base->op_actions[TGSI_OPCODE_BREV].emit = brev_emit_cpu;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1942 [TGSI_OPCODE_BREV] = nir_op_bitfield_reverse,
|
| H A D | nir_to_tgsi.c | 933 [nir_op_bitfield_reverse] = { TGSI_OPCODE_BREV },
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 947 case TGSI_OPCODE_BREV: 9346 case TGSI_OPCODE_BREV:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 3860 case TGSI_OPCODE_BREV:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 3893 case TGSI_OPCODE_BREV:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 11775 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_unsupported}, 11972 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_op2}, 12198 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_op2},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 11944 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_unsupported}, 12141 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_op2}, 12368 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_op2},
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 2138 emit_asm(ir, TGSI_OPCODE_BREV, result_dst, op[0]);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 2211 emit_asm(ir, TGSI_OPCODE_BREV, result_dst, op[0]);
|
Completed in 100 milliseconds