/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() 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()
|
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 | 77 if (decl->Semantic.Name == TGSI_SEMANTIC_COLOR) { in xform_decl()
|
D | tgsi_scan.c | 173 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/ |
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/util/ |
D | u_simple_shaders.c | 270 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/ |
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/nir/ |
D | tgsi_to_nir.c | 103 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/ |
D | tri.c | 212 TGSI_SEMANTIC_COLOR }; in init_prog() 219 TGSI_SEMANTIC_COLOR, TGSI_INTERPOLATE_PERSPECTIVE, TRUE); in init_prog()
|
/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() 330 case TGSI_SEMANTIC_COLOR: in ps30_output()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 303 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/ |
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()
|
D | draw_vs_exec.c | 176 (name == TGSI_SEMANTIC_COLOR || name == TGSI_SEMANTIC_BCOLOR)) { in vs_exec_run_linear()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 49 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/ |
D | vl_compositor.c | 75 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()
|
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/freedreno/ |
D | freedreno_program.c | 111 ureg_TEX(ureg, ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, i), in fd_prog_blit()
|
/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/llvmpipe/ |
D | lp_state_derived.c | 93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
|