Searched refs:TGSI_SEMANTIC_BCOLOR (Results 1 – 25 of 26) sorted by relevance
12
/third_party/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() 343 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()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 84 *semantic_name = TGSI_SEMANTIC_BCOLOR; in tgsi_get_gl_varying_semantic() 88 *semantic_name = TGSI_SEMANTIC_BCOLOR; in tgsi_get_gl_varying_semantic()
|
D | tgsi_two_side.c | 113 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR; in emit_prolog()
|
D | tgsi_scan.c | 186 name == TGSI_SEMANTIC_BCOLOR || in scan_src_operand()
|
D | tgsi_lowering.c | 1186 decl.Semantic.Name = TGSI_SEMANTIC_BCOLOR; in emit_twoside()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 53 case TGSI_SEMANTIC_BCOLOR: in translate_vs_ps_semantic() 236 semantic.Name = TGSI_SEMANTIC_BCOLOR; in ps30_input()
|
D | svga_tgsi.c | 327 case TGSI_SEMANTIC_BCOLOR: in svga_tgsi_to_gl_varying_semantic()
|
/third_party/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 | 179 (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 | 745 semantic_name == TGSI_SEMANTIC_BCOLOR) && in find_interp()
|
D | draw_llvm.c | 943 case TGSI_SEMANTIC_BCOLOR: in do_clamp_vertex_color()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 155 TGSI_SEMANTIC_BCOLOR, in softpipe_compute_vertex_info()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 131 TGSI_SEMANTIC_BCOLOR, i); in compute_vertex_info()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 162 TGSI_SEMANTIC_BCOLOR, /**< back-face color */ enumerator
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fs.cpp | 405 name == TGSI_SEMANTIC_BCOLOR) { in scan_input() 433 case TGSI_SEMANTIC_BCOLOR: in scan_input()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 52 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/ |
D | nv30_draw.c | 217 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, 1, 3, 0x00000004 },
|
D | nvfx_vertprog.c | 828 case TGSI_SEMANTIC_BCOLOR: in nvfx_vertprog_parse_decl_output()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 110 case TGSI_SEMANTIC_BCOLOR: in nv50_vertprog_assign_slots()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 1117 case TGSI_SEMANTIC_BCOLOR: in util_make_tess_ctrl_passthrough_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 115 case TGSI_SEMANTIC_BCOLOR: in tgsi_varying_semantic_to_slot()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 2217 case TGSI_SEMANTIC_BCOLOR: in nine_tgsi_to_interp_mode()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 745 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