Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_COLOR (Results 1 – 25 of 72) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c74 *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()
Dtgsi_emulate.c130 if (semantic == TGSI_SEMANTIC_COLOR || in transform_instr()
Dtgsi_aa_point.c68 decl->Semantic.Name == TGSI_SEMANTIC_COLOR && in aa_decl()
Dtgsi_two_side.c78 if (decl->Semantic.Name == TGSI_SEMANTIC_COLOR) { in xform_decl()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c157 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()
Dr300_fs.c56 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()
Dr300_vs.c62 case TGSI_SEMANTIC_COLOR: in r300_shader_read_vs_outputs()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c80 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/
Dvl_compositor_gfx.c72 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()
Dvl_deint_filter.c103 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/
Dsp_state_derived.c120 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()
Dsp_fs_exec.c137 case TGSI_SEMANTIC_COLOR: in exec_run()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c257 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/
Dst_cb_drawtex.c66 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/
Dtri.c215 { 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/
Dnvc0_program.c51 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/
Dsvga_tgsi_decl_sm30.c49 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/
Ddraw_pipe_flatshade.c173 if ((semantic_name == TGSI_SEMANTIC_COLOR || in find_interp()
220 if (fs->info.input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in flatshade_init_state()
Ddraw_pipe_twoside.c119 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_COLOR) { in twoside_first_tri()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c157 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/
Dxa_tgsi.c201 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/
Dtgsi_scan.c297 semName == TGSI_SEMANTIC_COLOR || in tgsi_scan_shader()
373 if (semName == TGSI_SEMANTIC_COLOR) in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c162 ureg_TEX(ureg, ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, i), in fd_prog_blit_fs()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp89 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()

123