Searched refs:CF_OP_ALU_PUSH_BEFORE (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_defines.h46 cf_alu_push_before = CF_OP_ALU_PUSH_BEFORE,
H A Dsfn_ir_to_assembly.cpp340 case cf_alu_push_before: type = CF_OP_ALU_PUSH_BEFORE; break;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_isa.h643 #define CF_OP_ALU_PUSH_BEFORE 81 macro
H A Dr600_asm.c1211 type == CF_OP_ALU_PUSH_BEFORE) {
H A Dr600_shader.c2591 r600_bytecode_add_alu_type(ctx.bc, &alu, CF_OP_ALU_PUSH_BEFORE);
3144 r600_bytecode_add_alu_type(ctx->bc, &alu, CF_OP_ALU_PUSH_BEFORE);
10506 int alu_type = CF_OP_ALU_PUSH_BEFORE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_isa.h649 #define CF_OP_ALU_PUSH_BEFORE 81 macro
H A Dr600_asm.c1216 type == CF_OP_ALU_PUSH_BEFORE) {
H A Dr600_shader.c2679 r600_bytecode_add_alu_type(ctx.bc, &alu, CF_OP_ALU_PUSH_BEFORE);
3233 r600_bytecode_add_alu_type(ctx->bc, &alu, CF_OP_ALU_PUSH_BEFORE);
10605 int alu_type = CF_OP_ALU_PUSH_BEFORE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp264 if (c->bc.op == CF_OP_ALU_PUSH_BEFORE && ctx.is_egcm()) {
963 if (c->bc.op == CF_OP_ALU_PUSH_BEFORE &&
H A Dsb_sched.cpp2025 clause->bc.set_op(CF_OP_ALU_PUSH_BEFORE);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp264 if (c->bc.op == CF_OP_ALU_PUSH_BEFORE && ctx.is_egcm()) {
963 if (c->bc.op == CF_OP_ALU_PUSH_BEFORE &&
H A Dsb_sched.cpp2028 clause->bc.set_op(CF_OP_ALU_PUSH_BEFORE);

Completed in 47 milliseconds