Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_BCOLOR (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c170 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()
Dr300_vs.c67 case TGSI_SEMANTIC_BCOLOR: in r300_shader_read_vs_outputs()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_emulate.c131 semantic == TGSI_SEMANTIC_BCOLOR) in transform_instr()
Dtgsi_two_side.c112 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR; in emit_prolog()
Dtgsi_scan.c165 name == TGSI_SEMANTIC_BCOLOR || in scan_src_operand()
Dtgsi_lowering.c1336 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR; in emit_twoside()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_twoside.c122 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_BCOLOR) { in twoside_first_tri()
Ddraw_vs_exec.c174 (name == TGSI_SEMANTIC_COLOR || name == TGSI_SEMANTIC_BCOLOR)) in vs_exec_run_linear()
Ddraw_pipe_flatshade.c174 semantic_name == TGSI_SEMANTIC_BCOLOR) { in find_interp()
Ddraw_pipe_clip.c775 semantic_name == TGSI_SEMANTIC_BCOLOR) { in find_interp()
Ddraw_llvm.c642 case TGSI_SEMANTIC_BCOLOR: in generate_vs()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c53 case TGSI_SEMANTIC_BCOLOR: in translate_vs_ps_semantic()
235 semantic.Name = TGSI_SEMANTIC_BCOLOR; in ps30_input()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c131 TGSI_SEMANTIC_BCOLOR, i); in compute_vertex_info()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c295 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/
Dsp_state_derived.c156 TGSI_SEMANTIC_BCOLOR, in softpipe_compute_vertex_info()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h167 TGSI_SEMANTIC_BCOLOR, /**< back-face color */ enumerator
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c50 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/
Dilo_shader_vs.c1089 case TGSI_SEMANTIC_BCOLOR: in vs_setup_shader_out()
1156 case TGSI_SEMANTIC_BCOLOR: in vs_setup_shader_out()
Dilo_shader_gs.c1084 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/
Dilo_shader.c1091 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/
Dnv30_draw.c217 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, 1, 3, 0x00000004 },
Dnvfx_vertprog.c834 case TGSI_SEMANTIC_BCOLOR: in nvfx_vertprog_parse_decl_output()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c108 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/
Dnv50_program.c103 case TGSI_SEMANTIC_BCOLOR: in nv50_vertprog_assign_slots()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp544 TGSI_SEMANTIC_BCOLOR, semantic_idx, &ctx->vs->info.base); in CompileFS()

12