/external/mesa3d/src/gallium/drivers/r300/ |
r300_vs_draw.c | 170 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:
|
r300_vs.c | 67 case TGSI_SEMANTIC_BCOLOR:
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_twoside.c | 122 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_BCOLOR) {
|
draw_pipe_flatshade.c | 194 vs->info.output_semantic_name[i] == TGSI_SEMANTIC_BCOLOR) {
|
draw_vs_exec.c | 164 (name == TGSI_SEMANTIC_COLOR || name == TGSI_SEMANTIC_BCOLOR))
|
draw_pipe_clip.c | 627 vs->info.output_semantic_name[i] == TGSI_SEMANTIC_BCOLOR) {
|
draw_llvm.c | 473 case TGSI_SEMANTIC_BCOLOR: [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_derived.c | 100 TGSI_SEMANTIC_BCOLOR, i);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_decl_sm30.c | 53 case TGSI_SEMANTIC_BCOLOR: 235 semantic.Name = TGSI_SEMANTIC_BCOLOR;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 132 TGSI_SEMANTIC_BCOLOR, fsInfo->input_semantic_index[i]);
|
/external/mesa3d/src/gallium/include/pipe/ |
p_shader_tokens.h | 149 #define TGSI_SEMANTIC_BCOLOR 2 /**< back-face color */
|
/external/mesa3d/src/mesa/state_tracker/ |
st_program.c | 233 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR; 237 stvp->output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR; 944 gs_output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR; 948 gs_output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR; [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_program.c | 61 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10; 91 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10;
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_draw.c | 213 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, INTERP_LINEAR , 1, 3, 0x00000004 },
|
nvfx_vertprog.c | 845 case TGSI_SEMANTIC_BCOLOR: [all...] |
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_program.c | 100 case TGSI_SEMANTIC_BCOLOR:
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.c | [all...] |