Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_defines.h46 cf_alu_push_before = CF_OP_ALU_PUSH_BEFORE,
Dsfn_assembler.cpp342 case cf_alu_push_before: type = CF_OP_ALU_PUSH_BEFORE; break; in emit_alu_op()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h649 #define CF_OP_ALU_PUSH_BEFORE 81 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()
1285 type = CF_OP_ALU_PUSH_BEFORE; in r600_bytecode_add_alu_type()
Dr600_shader.c2690 r600_bytecode_add_alu_type(ctx.bc, &alu, CF_OP_ALU_PUSH_BEFORE); in generate_gs_copy_shader()
3244 r600_bytecode_add_alu_type(ctx->bc, &alu, CF_OP_ALU_PUSH_BEFORE); in r600_emit_tess_factor()
10633 int alu_type = CF_OP_ALU_PUSH_BEFORE; in emit_if()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp264 if (c->bc.op == CF_OP_ALU_PUSH_BEFORE && ctx.is_egcm()) { in run_on()
963 if (c->bc.op == CF_OP_ALU_PUSH_BEFORE && in cf_peephole()
Dsb_sched.cpp2026 clause->bc.set_op(CF_OP_ALU_PUSH_BEFORE); in emit_clause()