/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 74 *semantic_name = TGSI_SEMANTIC_COLOR; in tgsi_get_gl_varying_semantic() 78 *semantic_name = TGSI_SEMANTIC_COLOR; in tgsi_get_gl_varying_semantic() 187 *semantic_name = TGSI_SEMANTIC_COLOR; in tgsi_get_gl_frag_result_semantic() 202 *semantic_name = TGSI_SEMANTIC_COLOR; in tgsi_get_gl_frag_result_semantic()
|
D | tgsi_emulate.c | 130 if (semantic == TGSI_SEMANTIC_COLOR || in transform_instr()
|
D | tgsi_aa_point.c | 68 decl->Semantic.Name == TGSI_SEMANTIC_COLOR && in aa_decl()
|
D | tgsi_two_side.c | 78 if (decl->Semantic.Name == TGSI_SEMANTIC_COLOR) { in xform_decl()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 157 case TGSI_SEMANTIC_COLOR: in transform_decl() 164 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 0, in transform_decl() 177 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 0, in transform_decl() 182 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 1, in transform_decl() 339 case TGSI_SEMANTIC_COLOR: in r300_draw_init_vertex_shader()
|
D | r300_fs.c | 56 case TGSI_SEMANTIC_COLOR: in r300_shader_read_fs_inputs() 103 case TGSI_SEMANTIC_COLOR: in find_output_registers() 224 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in r300_dummy_fragment_shader()
|
D | r300_vs.c | 62 case TGSI_SEMANTIC_COLOR: in r300_shader_read_vs_outputs()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_derived.c | 80 case TGSI_SEMANTIC_COLOR: in calculate_vertex_layout() 124 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 0); in calculate_vertex_layout() 131 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 1); in calculate_vertex_layout()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor_gfx.c | 72 o_color = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, VS_O_COLOR); in create_vert_shader() 276 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_video_buffer() 298 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_weave_rgb() 321 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_deint_yuv() 376 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_palette() 413 color = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_COLOR, VS_O_COLOR, TGSI_INTERPOLATE_LINEAR); in create_frag_shader_rgba() 421 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_rgba() 453 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_rgb_yuv()
|
D | vl_deint_filter.c | 103 o_fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_copy_frag_shader() 158 o_fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_deint_frag_shader()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info() 131 case TGSI_SEMANTIC_COLOR: in softpipe_compute_vertex_info() 148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
|
D | sp_fs_exec.c | 137 case TGSI_SEMANTIC_COLOR: in exec_run()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 257 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in util_make_fragment_tex_shader_xrbias() 318 TGSI_SEMANTIC_COLOR, in util_make_fragment_tex_shader_writemask() 516 dst[i] = ureg_DECL_output( ureg, TGSI_SEMANTIC_COLOR, i ); in util_make_fragment_cloneinput_shader() 712 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in util_make_fs_msaa_resolve() 774 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in util_make_fs_msaa_resolve_bilinear() 993 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in util_make_fs_pack_color_zs() 1100 case TGSI_SEMANTIC_COLOR: in util_make_tess_ctrl_passthrough_shader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 66 case TGSI_SEMANTIC_COLOR: in semantic_to_vert_attrib() 82 case TGSI_SEMANTIC_COLOR: in semantic_to_varying_slot() 251 semantic_names[1] = TGSI_SEMANTIC_COLOR; in st_DrawTex()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 215 { TGSI_SEMANTIC_POSITION, TGSI_SEMANTIC_COLOR }; in init_prog() enumerator 222 TGSI_SEMANTIC_COLOR, TGSI_INTERPOLATE_PERSPECTIVE, TRUE); in init_prog()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 51 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10; in nvc0_shader_input_address() 80 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10; in nvc0_shader_output_address() 144 if (info->out[i].sn == TGSI_SEMANTIC_COLOR) in nvc0_fp_assign_output_slots() 150 if (info->out[i].sn == TGSI_SEMANTIC_COLOR) in nvc0_fp_assign_output_slots() 457 if (info->in[i].sn == TGSI_SEMANTIC_COLOR) { in nvc0_fp_gen_header() 489 if (info->out[i].sn == TGSI_SEMANTIC_COLOR) in nvc0_fp_gen_header()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 49 case TGSI_SEMANTIC_COLOR: in translate_vs_ps_semantic() 220 (semantic.Name == TGSI_SEMANTIC_COLOR)) { in ps30_input() 332 case TGSI_SEMANTIC_COLOR: in ps30_output()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 173 if ((semantic_name == TGSI_SEMANTIC_COLOR || in find_interp() 220 if (fs->info.input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in flatshade_init_state()
|
D | draw_pipe_twoside.c | 119 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_COLOR) { in twoside_first_tri()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 157 if (semantic_name == TGSI_SEMANTIC_COLOR) { in gather_intrinsic_load_deref_info() 550 if (semantic_name == TGSI_SEMANTIC_COLOR) { in nir_tgsi_scan_shader() 722 case TGSI_SEMANTIC_COLOR: in nir_tgsi_scan_shader()
|
/external/mesa3d/src/gallium/frontends/xa/ |
D | xa_tgsi.c | 201 TGSI_SEMANTIC_COLOR, in create_yuv_shader() 376 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in create_fs()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 297 semName == TGSI_SEMANTIC_COLOR || in tgsi_scan_shader() 373 if (semName == TGSI_SEMANTIC_COLOR) in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 162 ureg_TEX(ureg, ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, i), in fd_prog_blit_fs()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fragment.cpp | 89 case TGSI_SEMANTIC_COLOR: { in do_process_inputs() 253 if (i.name() != TGSI_SEMANTIC_COLOR) in do_allocate_reserved_registers() 628 if (m_need_back_color && io.name() == TGSI_SEMANTIC_COLOR) { in do_emit_load_deref()
|