Home
last modified time | relevance | path

Searched refs:fc_ops (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog_dump.c191 fprintf(stderr, "Flow Control Ops: 0x%08x\n",vs->fc_ops); in r300_vertex_program_dump()
194 switch((vs->fc_ops >> (i * 2)) & 0x3 ) { in r300_vertex_program_dump()
Dradeon_code.h288 uint32_t fc_ops; member
Dr3xx_vertprog.c482 compiler->code->fc_ops |= R300_VAP_PVS_FC_OPC_LOOP( in translate_vertex_program()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c1146 OUT_CS_REG(R300_VAP_PVS_FLOW_CNTL_OPC, code->fc_ops); in r300_emit_vs_state()