Searched refs:TGSI_OPCODE_BREV (Results 1 – 13 of 13) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 229 { 1, 1, 0, 0, 0, 0, COMP, "BREV", TGSI_OPCODE_BREV }, 385 case TGSI_OPCODE_BREV: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 152 case TGSI_OPCODE_BREV: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6029 case TGSI_OPCODE_BREV: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 548 TGSI_OPCODE_BREV = 187, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 530 #define TGSI_OPCODE_BREV 187 macro
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 631 [nir_op_bitfield_reverse] = { TGSI_OPCODE_BREV }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1945 [TGSI_OPCODE_BREV] = nir_op_bitfield_reverse,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2646 bld_base->op_actions[TGSI_OPCODE_BREV].emit = brev_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 947 case TGSI_OPCODE_BREV: in translate_opcode() 9291 case TGSI_OPCODE_BREV: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3832 case TGSI_OPCODE_BREV: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11860 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_unsupported}, 12057 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_op2}, 12283 [TGSI_OPCODE_BREV] = { ALU_OP1_BFREV_INT, tgsi_op2},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2133 emit_asm(ir, TGSI_OPCODE_BREV, result_dst, op[0]); in visit_expression()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5275 case TGSI_OPCODE_BREV: in iter_instruction()
|