/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 | 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 | 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 | 734 semantic_name == TGSI_SEMANTIC_BCOLOR) && in find_interp()
|
/external/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()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 131 TGSI_SEMANTIC_BCOLOR, i); in compute_vertex_info()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 168 TGSI_SEMANTIC_BCOLOR, /**< back-face color */ enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 168 #define TGSI_SEMANTIC_BCOLOR 2 /**< back-face color */ macro
|
/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 | 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()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 298 semName == TGSI_SEMANTIC_BCOLOR || in tgsi_scan_shader()
|
/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 | 107 case TGSI_SEMANTIC_BCOLOR: in nv50_vertprog_assign_slots()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 1101 case TGSI_SEMANTIC_BCOLOR: in util_make_tess_ctrl_passthrough_shader()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fragment.cpp | 259 auto bcol = new ShaderInputVarying(TGSI_SEMANTIC_BCOLOR, col, next_pos); in do_allocate_reserved_registers()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 1025 ctx->inputs[j].name = TGSI_SEMANTIC_BCOLOR; in iter_declaration() 1352 case TGSI_SEMANTIC_BCOLOR: in iter_declaration() 1465 else if (ctx->outputs[i].name == TGSI_SEMANTIC_BCOLOR) in iter_declaration() 6155 ctx->outputs[i].name == TGSI_SEMANTIC_BCOLOR) { in emit_ios_generic_outputs() 6166 if (ctx->outputs[i].name == TGSI_SEMANTIC_BCOLOR) { in emit_ios_generic_outputs() 6351 ctx->inputs[i].name == TGSI_SEMANTIC_BCOLOR) { in emit_ios_fs() 6495 ctx->outputs[i].name == TGSI_SEMANTIC_BCOLOR) { in emit_ios_geom() 7151 case TGSI_SEMANTIC_BCOLOR: in vrend_patch_vertex_shader_interpolants()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 113 case TGSI_SEMANTIC_BCOLOR: in tgsi_varying_semantic_to_slot()
|