Home
last modified time | relevance | path

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

12

/third_party/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()
343 case TGSI_SEMANTIC_BCOLOR: in r300_draw_init_vertex_shader()
Dr300_vs.c67 case TGSI_SEMANTIC_BCOLOR: in r300_shader_read_vs_outputs()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c84 *semantic_name = TGSI_SEMANTIC_BCOLOR; in tgsi_get_gl_varying_semantic()
88 *semantic_name = TGSI_SEMANTIC_BCOLOR; in tgsi_get_gl_varying_semantic()
Dtgsi_two_side.c113 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR; in emit_prolog()
Dtgsi_scan.c186 name == TGSI_SEMANTIC_BCOLOR || in scan_src_operand()
Dtgsi_lowering.c1186 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR; in emit_twoside()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c53 case TGSI_SEMANTIC_BCOLOR: in translate_vs_ps_semantic()
236 semantic.Name = TGSI_SEMANTIC_BCOLOR; in ps30_input()
Dsvga_tgsi.c327 case TGSI_SEMANTIC_BCOLOR: in svga_tgsi_to_gl_varying_semantic()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_twoside.c125 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_BCOLOR) { in twoside_first_tri()
Ddraw_vs_exec.c179 (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.c745 semantic_name == TGSI_SEMANTIC_BCOLOR) && in find_interp()
Ddraw_llvm.c943 case TGSI_SEMANTIC_BCOLOR: in do_clamp_vertex_color()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c155 TGSI_SEMANTIC_BCOLOR, in softpipe_compute_vertex_info()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c131 TGSI_SEMANTIC_BCOLOR, i); in compute_vertex_info()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h162 TGSI_SEMANTIC_BCOLOR, /**< back-face color */ enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp405 name == TGSI_SEMANTIC_BCOLOR) { in scan_input()
433 case TGSI_SEMANTIC_BCOLOR: in scan_input()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c52 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10; in nvc0_shader_input_address()
81 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10; in nvc0_shader_output_address()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c217 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, 1, 3, 0x00000004 },
Dnvfx_vertprog.c828 case TGSI_SEMANTIC_BCOLOR: in nvfx_vertprog_parse_decl_output()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c110 case TGSI_SEMANTIC_BCOLOR: in nv50_vertprog_assign_slots()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c1117 case TGSI_SEMANTIC_BCOLOR: in util_make_tess_ctrl_passthrough_shader()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c115 case TGSI_SEMANTIC_BCOLOR: in tgsi_varying_semantic_to_slot()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2217 case TGSI_SEMANTIC_BCOLOR: in nine_tgsi_to_interp_mode()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c745 case TGSI_SEMANTIC_BCOLOR: in r600_get_lds_unique_index()
3788 ctx.shader->input[ni].name = TGSI_SEMANTIC_BCOLOR; in r600_shader_from_tgsi()

12