Searched refs:ALU_OP0_NOP (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 2687 alu.op = ALU_OP0_NOP; in generate_gs_copy_shader() 7215 alu.op = ALU_OP0_NOP; in tgsi_helper_copy() 11671 [TGSI_OPCODE_ARL] = { ALU_OP0_NOP, tgsi_r600_arl}, 11673 [TGSI_OPCODE_LIT] = { ALU_OP0_NOP, tgsi_lit}, 11677 [TGSI_OPCODE_RSQ] = { ALU_OP0_NOP, tgsi_rsq}, 11678 [TGSI_OPCODE_EXP] = { ALU_OP0_NOP, tgsi_exp}, 11679 [TGSI_OPCODE_LOG] = { ALU_OP0_NOP, tgsi_log}, 11684 [TGSI_OPCODE_DST] = { ALU_OP0_NOP, tgsi_opdst}, 11691 [TGSI_OPCODE_LRP] = { ALU_OP0_NOP, tgsi_lrp}, 11692 [TGSI_OPCODE_FMA] = { ALU_OP0_NOP, tgsi_unsupported}, [all …]
|
D | r600_isa.h | 219 #define ALU_OP0_NOP 24 macro
|
D | r600_asm.c | 332 return alu->op == ALU_OP0_NOP; in is_nop_inst() 1123 alu.op = ALU_OP0_NOP; in insert_nop_r6xx()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_peephole.cpp | 189 newop = ALU_OP0_NOP; in optimize_cc_op2()
|
D | sb_bc_finalize.cpp | 46 a->bc.set_op(ALU_OP0_NOP); in insert_rv6xx_load_ar_workaround() 84 a->bc.set_op(ALU_OP0_NOP); in run()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_ir_to_assembly.cpp | 266 alu.op = ALU_OP0_NOP; in emit_alu() 1248 {op0_nop, ALU_OP0_NOP},
|