/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_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 | 165 name == TGSI_SEMANTIC_BCOLOR || in scan_src_operand()
|
D | tgsi_lowering.c | 1336 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR; in emit_twoside()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_twoside.c | 122 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_BCOLOR) { in twoside_first_tri()
|
D | draw_vs_exec.c | 174 (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 | 642 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/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 295 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR; in st_translate_vertex_program() 299 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR; in st_translate_vertex_program() 1349 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR; in st_translate_program_common() 1353 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR; in st_translate_program_common()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 156 TGSI_SEMANTIC_BCOLOR, in softpipe_compute_vertex_info()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 167 TGSI_SEMANTIC_BCOLOR, /**< back-face color */ enumerator
|
/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/mesa3d/src/gallium/drivers/ilo/shader/ |
D | ilo_shader_vs.c | 1089 case TGSI_SEMANTIC_BCOLOR: in vs_setup_shader_out() 1156 case TGSI_SEMANTIC_BCOLOR: in vs_setup_shader_out()
|
D | ilo_shader_gs.c | 1084 case TGSI_SEMANTIC_BCOLOR: in gs_setup_shader_out() 1151 case TGSI_SEMANTIC_BCOLOR: in gs_setup_shader_out()
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_shader.c | 1091 if (semantics[i] == TGSI_SEMANTIC_BCOLOR && indices[i] == index) in route_attr() 1223 src_semantics[src_slot + 1] == TGSI_SEMANTIC_BCOLOR && in ilo_shader_select_kernel_sbe()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_draw.c | 217 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, 1, 3, 0x00000004 },
|
D | nvfx_vertprog.c | 834 case TGSI_SEMANTIC_BCOLOR: in nvfx_vertprog_parse_decl_output()
|
/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/nv50/ |
D | nv50_program.c | 103 case TGSI_SEMANTIC_BCOLOR: in nv50_vertprog_assign_slots()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 544 TGSI_SEMANTIC_BCOLOR, semantic_idx, &ctx->vs->info.base); in CompileFS()
|