Searched refs:fc_ops (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c191 fprintf(stderr, "Flow Control Ops: 0x%08x\n",vs->fc_ops);
194 switch((vs->fc_ops >> (i * 2)) & 0x3 ) {
H A Dradeon_code.h288 uint32_t fc_ops; member in struct:r300_vertex_program_code
H A Dr3xx_vertprog.c482 compiler->code->fc_ops |= R300_VAP_PVS_FC_OPC_LOOP(
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c191 fprintf(stderr, "Flow Control Ops: 0x%08x\n",vs->fc_ops);
194 switch((vs->fc_ops >> (i * 2)) & 0x3 ) {
H A Dradeon_code.h288 uint32_t fc_ops; member in struct:r300_vertex_program_code
H A Dr3xx_vertprog.c485 compiler->code->fc_ops |= R300_VAP_PVS_FC_OPC_LOOP(
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1143 OUT_CS_REG(R300_VAP_PVS_FLOW_CNTL_OPC, code->fc_ops);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1146 OUT_CS_REG(R300_VAP_PVS_FLOW_CNTL_OPC, code->fc_ops);

Completed in 11 milliseconds