HomeSort by relevance Sort by last modified time
    Searched refs:TGSI_SEMANTIC_BCOLOR (Results 1 - 25 of 29) sorted by null

1 2

  /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_vs_exec.c 174 (name == TGSI_SEMANTIC_COLOR || name == TGSI_SEMANTIC_BCOLOR))
draw_pipe_flatshade.c 174 semantic_name == TGSI_SEMANTIC_BCOLOR) {
draw_pipe_clip.c 775 semantic_name == TGSI_SEMANTIC_BCOLOR) {
draw_llvm.c 642 case TGSI_SEMANTIC_BCOLOR:
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_emulate.c 131 semantic == TGSI_SEMANTIC_BCOLOR)
tgsi_two_side.c 31 * 1. create corresponding back-color inputs (TGSI_SEMANTIC_BCOLOR)
112 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR;
tgsi_scan.c 165 name == TGSI_SEMANTIC_BCOLOR ||
tgsi_lowering.c     [all...]
  /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/llvmpipe/
lp_state_derived.c 131 TGSI_SEMANTIC_BCOLOR, i);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 156 TGSI_SEMANTIC_BCOLOR,
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 167 TGSI_SEMANTIC_BCOLOR, /**< back-face color */
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 295 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
299 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 50 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10;
79 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 217 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, 1, 3, 0x00000004 },
nvfx_vertprog.c 834 case TGSI_SEMANTIC_BCOLOR:
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_program.c 103 case TGSI_SEMANTIC_BCOLOR:
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 1091 if (semantics[i] == TGSI_SEMANTIC_BCOLOR && indices[i] == index)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_gs.c 1084 case TGSI_SEMANTIC_BCOLOR:
1151 case TGSI_SEMANTIC_BCOLOR:
    [all...]
ilo_shader_vs.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 108 case TGSI_SEMANTIC_BCOLOR:
158 [VARYING_SLOT_BFC0] = { TGSI_SEMANTIC_BCOLOR, 0 },
159 [VARYING_SLOT_BFC1] = { TGSI_SEMANTIC_BCOLOR, 1 },
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 544 TGSI_SEMANTIC_BCOLOR, semantic_idx, &ctx->vs->info.base);

Completed in 299 milliseconds

1 2