Home
last modified time | relevance | path

Searched refs:CF_OP_ALU (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_defines.h45 cf_alu = CF_OP_ALU,
Dsfn_assembler.cpp341 case cf_alu: type = CF_OP_ALU; break; in emit_alu_op()
1057 if (m_bc->cf_last->op == CF_OP_ALU) in emit_endif()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h648 #define CF_OP_ALU 80 macro
Dr600_asm.c1278 if ((bc->cf_last->op == CF_OP_ALU && type == CF_OP_ALU_PUSH_BEFORE) || in r600_bytecode_add_alu_type()
1279 (bc->cf_last->op == CF_OP_ALU_PUSH_BEFORE && type == CF_OP_ALU)) { in r600_bytecode_add_alu_type()
1420 return r600_bytecode_add_alu_type(bc, alu, CF_OP_ALU); in r600_bytecode_add_alu()
Dr600_shader.c10421 if (ctx->bc->cf_last->op == CF_OP_ALU) in pops()
10655 alu_type = CF_OP_ALU; in emit_if()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp968 c->bc.set_op(CF_OP_ALU); in cf_peephole()
994 if (a->bc.op == CF_OP_ALU) { in cf_peephole()
Dsb_shader.cpp91 case NST_ALU_CLAUSE: n->bc.set_op(CF_OP_ALU); break; in create_clause()