Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_COLOR (Results 1 – 25 of 75) 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()
179 *semantic_name = TGSI_SEMANTIC_COLOR; in tgsi_get_gl_frag_result_semantic()
194 *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.c77 if (decl->Semantic.Name == TGSI_SEMANTIC_COLOR) { in xform_decl()
Dtgsi_scan.c173 if (name == TGSI_SEMANTIC_COLOR) in scan_src_operand()
184 name == TGSI_SEMANTIC_COLOR || in scan_src_operand()
724 case TGSI_SEMANTIC_COLOR: in scan_declaration()
/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/util/
Du_simple_shaders.c270 TGSI_SEMANTIC_COLOR, in util_make_fragment_tex_shader_writemask()
366 TGSI_SEMANTIC_COLOR, in util_make_fragment_tex_shader_writedepth()
424 TGSI_SEMANTIC_COLOR, in util_make_fragment_tex_shader_writedepthstencil()
483 TGSI_SEMANTIC_COLOR, in util_make_fragment_tex_shader_writestencil()
578 dst[i] = ureg_DECL_output( ureg, TGSI_SEMANTIC_COLOR, i ); in util_make_fragment_cloneinput_shader()
773 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in util_make_fs_msaa_resolve()
835 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in util_make_fs_msaa_resolve_bilinear()
/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/nir/
Dtgsi_to_nir.c103 case TGSI_SEMANTIC_COLOR: in tgsi_varying_semantic_to_slot()
156 [VARYING_SLOT_COL0] = { TGSI_SEMANTIC_COLOR, 0 }, in varying_slot_to_tgsi_semantic()
157 [VARYING_SLOT_COL1] = { TGSI_SEMANTIC_COLOR, 1 }, in varying_slot_to_tgsi_semantic()
204 [FRAG_RESULT_COLOR] = { TGSI_SEMANTIC_COLOR, -1 }, in frag_result_to_tgsi_semantic()
205 [FRAG_RESULT_DATA0 + 0] = { TGSI_SEMANTIC_COLOR, 0 }, in frag_result_to_tgsi_semantic()
206 [FRAG_RESULT_DATA0 + 1] = { TGSI_SEMANTIC_COLOR, 1 }, in frag_result_to_tgsi_semantic()
207 [FRAG_RESULT_DATA0 + 2] = { TGSI_SEMANTIC_COLOR, 2 }, in frag_result_to_tgsi_semantic()
208 [FRAG_RESULT_DATA0 + 3] = { TGSI_SEMANTIC_COLOR, 3 }, in frag_result_to_tgsi_semantic()
209 [FRAG_RESULT_DATA0 + 4] = { TGSI_SEMANTIC_COLOR, 4 }, in frag_result_to_tgsi_semantic()
210 [FRAG_RESULT_DATA0 + 5] = { TGSI_SEMANTIC_COLOR, 5 }, in frag_result_to_tgsi_semantic()
[all …]
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c212 TGSI_SEMANTIC_COLOR }; in init_prog()
219 TGSI_SEMANTIC_COLOR, TGSI_INTERPOLATE_PERSPECTIVE, TRUE); in init_prog()
/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()
330 case TGSI_SEMANTIC_COLOR: in ps30_output()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c303 dst = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in create_vs()
326 TGSI_SEMANTIC_COLOR, in create_yuv_shader()
480 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); in create_fs()
497 TGSI_SEMANTIC_COLOR, 0, in create_fs()
/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()
Ddraw_vs_exec.c176 (name == TGSI_SEMANTIC_COLOR || name == TGSI_SEMANTIC_BCOLOR)) { in vs_exec_run_linear()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c49 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10; in nvc0_shader_input_address()
78 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10; in nvc0_shader_output_address()
138 if (info->out[i].sn == TGSI_SEMANTIC_COLOR) in nvc0_fp_assign_output_slots()
447 if (info->in[i].sn == TGSI_SEMANTIC_COLOR) { in nvc0_fp_gen_header()
476 if (info->out[i].sn == TGSI_SEMANTIC_COLOR) in nvc0_fp_gen_header()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c75 o_color = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, VS_O_COLOR); in create_vert_shader()
279 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_video_buffer()
301 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_weave_rgb()
324 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_deint_yuv()
379 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_palette()
416 color = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_COLOR, VS_O_COLOR, TGSI_INTERPOLATE_LINEAR); in create_frag_shader_rgba()
424 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0); in create_frag_shader_rgba()
456 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/freedreno/
Dfreedreno_program.c111 ureg_TEX(ureg, ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, i), in fd_prog_blit()
/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/llvmpipe/
Dlp_state_derived.c93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()

123