Searched refs:TGSI_OPCODE_BFI (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 228 { 1, 4, 0, 0, 0, 0, 0, COMP, "BFI", TGSI_OPCODE_BFI }, 376 case TGSI_OPCODE_BFI: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5969 case TGSI_OPCODE_BFI: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 533 #define TGSI_OPCODE_BFI 186 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 772 bld_base->op_actions[TGSI_OPCODE_BFI].emit = emit_bfi; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1683 [TGSI_OPCODE_BFI] = nir_op_bitfield_insert,
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9247 [TGSI_OPCODE_BFI] = { ALU_OP0_NOP, tgsi_unsupported}, 9445 [TGSI_OPCODE_BFI] = { ALU_OP0_NOP, tgsi_bfi}, 9668 [TGSI_OPCODE_BFI] = { ALU_OP0_NOP, tgsi_bfi},
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3667 case TGSI_OPCODE_BFI: in handleInstruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2188 emit_asm(ir, TGSI_OPCODE_BFI, result_dst, op[0], op[1], op[2], op[3]); in visit_expression()
|