Home
last modified time | relevance | path

Searched refs:ALU_OP0_NOP (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c2369 alu.op = ALU_OP0_NOP; in generate_gs_copy_shader()
6696 alu.op = ALU_OP0_NOP; in tgsi_helper_copy()
10248 [TGSI_OPCODE_ARL] = { ALU_OP0_NOP, tgsi_r600_arl},
10250 [TGSI_OPCODE_LIT] = { ALU_OP0_NOP, tgsi_lit},
10254 [TGSI_OPCODE_RSQ] = { ALU_OP0_NOP, tgsi_rsq},
10255 [TGSI_OPCODE_EXP] = { ALU_OP0_NOP, tgsi_exp},
10256 [TGSI_OPCODE_LOG] = { ALU_OP0_NOP, tgsi_log},
10261 [TGSI_OPCODE_DST] = { ALU_OP0_NOP, tgsi_opdst},
10268 [TGSI_OPCODE_LRP] = { ALU_OP0_NOP, tgsi_lrp},
10269 [TGSI_OPCODE_FMA] = { ALU_OP0_NOP, tgsi_unsupported},
[all …]
Dr600_isa.h218 #define ALU_OP0_NOP 24 macro
Dr600_asm.c313 return alu->op == ALU_OP0_NOP; in is_nop_inst()
1104 alu.op = ALU_OP0_NOP; in insert_nop_r6xx()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp189 newop = ALU_OP0_NOP; in optimize_cc_op2()
Dsb_bc_finalize.cpp46 a->bc.set_op(ALU_OP0_NOP); in insert_rv6xx_load_ar_workaround()
84 a->bc.set_op(ALU_OP0_NOP); in run()