Searched refs:current_node (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c50 unsigned current_node : 2; member in struct:r300_emit_state
330 if (emit->current_node > 0) {
331 error("Node %i has no TEX instructions", emit->current_node);
337 if (emit->current_node == 0)
348 code->code_addr[emit->current_node] =
368 switch(emit->current_node) {
407 if (emit->current_node == 3) {
415 emit->current_node++;
513 code->config |= emit.current_node; /* FIRST_NODE_HAS_TEX set by finish_node */
537 if (emit.current_node <
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c52 unsigned current_node : 2; member in struct:r300_emit_state
332 if (emit->current_node > 0) {
333 error("Node %i has no TEX instructions", emit->current_node);
339 if (emit->current_node == 0)
350 code->code_addr[emit->current_node] =
370 switch(emit->current_node) {
409 if (emit->current_node == 3) {
417 emit->current_node++;
515 code->config |= emit.current_node; /* FIRST_NODE_HAS_TEX set by finish_node */
539 if (emit.current_node <
[all...]

Completed in 6 milliseconds