/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 170 case TGSI_SEMANTIC_BCOLOR: in transform_decl() 187 insert_output_before(ctx, decl, TGSI_SEMANTIC_BCOLOR, 0, in transform_decl() 215 decl->Semantic.Name == TGSI_SEMANTIC_BCOLOR && in transform_decl() 217 insert_output_after(ctx, decl, TGSI_SEMANTIC_BCOLOR, 1, in transform_decl() 344 case TGSI_SEMANTIC_BCOLOR: in r300_draw_init_vertex_shader()
|
D | r300_vs.c | 67 case TGSI_SEMANTIC_BCOLOR: in r300_shader_read_vs_outputs()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 82 *semantic_name = TGSI_SEMANTIC_BCOLOR; in tgsi_get_gl_varying_semantic() 86 *semantic_name = TGSI_SEMANTIC_BCOLOR; in tgsi_get_gl_varying_semantic()
|
D | tgsi_emulate.c | 131 semantic == TGSI_SEMANTIC_BCOLOR) in transform_instr()
|
D | tgsi_two_side.c | 112 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR; in emit_prolog()
|
D | tgsi_scan.c | 185 name == TGSI_SEMANTIC_BCOLOR || in scan_src_operand()
|
D | tgsi_lowering.c | 1185 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR; in emit_twoside()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_twoside.c | 125 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_BCOLOR) { in twoside_first_tri()
|
D | draw_vs_exec.c | 176 (name == TGSI_SEMANTIC_COLOR || name == TGSI_SEMANTIC_BCOLOR)) { in vs_exec_run_linear()
|
D | draw_pipe_flatshade.c | 174 semantic_name == TGSI_SEMANTIC_BCOLOR) && in find_interp()
|
D | draw_pipe_clip.c | 775 semantic_name == TGSI_SEMANTIC_BCOLOR) && in find_interp()
|
D | draw_llvm.c | 646 case TGSI_SEMANTIC_BCOLOR: in generate_vs()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 53 case TGSI_SEMANTIC_BCOLOR: in translate_vs_ps_semantic() 235 semantic.Name = TGSI_SEMANTIC_BCOLOR; in ps30_input()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 131 TGSI_SEMANTIC_BCOLOR, i); in compute_vertex_info()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 167 #define TGSI_SEMANTIC_BCOLOR 2 /**< back-face color */ macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 168 TGSI_SEMANTIC_BCOLOR, /**< back-face color */ enumerator
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 156 TGSI_SEMANTIC_BCOLOR, in softpipe_compute_vertex_info()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 50 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10; in nvc0_shader_input_address() 79 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10; in nvc0_shader_output_address()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 298 semName == TGSI_SEMANTIC_BCOLOR || in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 108 case TGSI_SEMANTIC_BCOLOR: in tgsi_varying_semantic_to_slot() 158 [VARYING_SLOT_BFC0] = { TGSI_SEMANTIC_BCOLOR, 0 }, in varying_slot_to_tgsi_semantic() 159 [VARYING_SLOT_BFC1] = { TGSI_SEMANTIC_BCOLOR, 1 }, in varying_slot_to_tgsi_semantic()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_draw.c | 217 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, 1, 3, 0x00000004 },
|
D | nvfx_vertprog.c | 827 case TGSI_SEMANTIC_BCOLOR: in nvfx_vertprog_parse_decl_output()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 105 case TGSI_SEMANTIC_BCOLOR: in nv50_vertprog_assign_slots()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 730 ctx->inputs[j].name = TGSI_SEMANTIC_BCOLOR; in iter_declaration() 1018 case TGSI_SEMANTIC_BCOLOR: in iter_declaration() 1138 else if (ctx->outputs[i].name == TGSI_SEMANTIC_BCOLOR) in iter_declaration() 4511 if (ctx->outputs[i].name == TGSI_SEMANTIC_BCOLOR) in emit_ios() 4520 ctx->outputs[i].name == TGSI_SEMANTIC_BCOLOR)) { in emit_ios()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1193 TGSI_SEMANTIC_BCOLOR, semantic_idx, pPrevShader) - 1; in CompileFS()
|