Searched refs:TGSI_SEMANTIC_BCOLOR (Results 1 - 25 of 55) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c82 *semantic_name = TGSI_SEMANTIC_BCOLOR;
86 *semantic_name = TGSI_SEMANTIC_BCOLOR;
H A Dtgsi_emulate.c131 semantic == TGSI_SEMANTIC_BCOLOR)
H A Dtgsi_two_side.c31 * 1. create corresponding back-color inputs (TGSI_SEMANTIC_BCOLOR)
113 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c170 case TGSI_SEMANTIC_BCOLOR:
187 insert_output_before(ctx, decl, TGSI_SEMANTIC_BCOLOR, 0,
215 decl->Semantic.Name == TGSI_SEMANTIC_BCOLOR &&
217 insert_output_after(ctx, decl, TGSI_SEMANTIC_BCOLOR, 1,
344 case TGSI_SEMANTIC_BCOLOR:
H A Dr300_vs.c67 case TGSI_SEMANTIC_BCOLOR:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c170 case TGSI_SEMANTIC_BCOLOR:
187 insert_output_before(ctx, decl, TGSI_SEMANTIC_BCOLOR, 0,
215 decl->Semantic.Name == TGSI_SEMANTIC_BCOLOR &&
217 insert_output_after(ctx, decl, TGSI_SEMANTIC_BCOLOR, 1,
346 case TGSI_SEMANTIC_BCOLOR:
H A Dr300_vs.c67 case TGSI_SEMANTIC_BCOLOR:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c84 *semantic_name = TGSI_SEMANTIC_BCOLOR;
88 *semantic_name = TGSI_SEMANTIC_BCOLOR;
H A Dtgsi_emulate.c131 semantic == TGSI_SEMANTIC_BCOLOR)
H A Dtgsi_two_side.c31 * 1. create corresponding back-color inputs (TGSI_SEMANTIC_BCOLOR)
113 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c125 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_BCOLOR) {
H A Ddraw_vs_exec.c176 (name == TGSI_SEMANTIC_COLOR || name == TGSI_SEMANTIC_BCOLOR)) {
H A Ddraw_pipe_flatshade.c174 semantic_name == TGSI_SEMANTIC_BCOLOR) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c125 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_BCOLOR) {
H A Ddraw_vs_exec.c179 (name == TGSI_SEMANTIC_COLOR || name == TGSI_SEMANTIC_BCOLOR)) {
H A Ddraw_pipe_flatshade.c174 semantic_name == TGSI_SEMANTIC_BCOLOR) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c53 case TGSI_SEMANTIC_BCOLOR:
236 semantic.Name = TGSI_SEMANTIC_BCOLOR;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c53 case TGSI_SEMANTIC_BCOLOR:
236 semantic.Name = TGSI_SEMANTIC_BCOLOR;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c131 TGSI_SEMANTIC_BCOLOR, i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c131 TGSI_SEMANTIC_BCOLOR, i);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h168 TGSI_SEMANTIC_BCOLOR, /**< back-face color */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c156 TGSI_SEMANTIC_BCOLOR,
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h162 TGSI_SEMANTIC_BCOLOR, /**< back-face color */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c156 TGSI_SEMANTIC_BCOLOR,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c51 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10;
80 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10;

Completed in 18 milliseconds

123