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

123

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c80 case TGSI_SEMANTIC_COLOR:
124 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 0);
131 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 1);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c157 case TGSI_SEMANTIC_COLOR:
164 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 0,
177 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 0,
182 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 1,
339 case TGSI_SEMANTIC_COLOR:
H A Dr300_fs.c56 case TGSI_SEMANTIC_COLOR:
103 case TGSI_SEMANTIC_COLOR:
224 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
H A Dr300_vs.c62 case TGSI_SEMANTIC_COLOR:
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c252 TGSI_SEMANTIC_COLOR,
344 TGSI_SEMANTIC_COLOR,
401 TGSI_SEMANTIC_COLOR,
460 TGSI_SEMANTIC_COLOR,
556 dst[i] = ureg_DECL_output( ureg, TGSI_SEMANTIC_COLOR, i );
751 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
812 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR);
131 case TGSI_SEMANTIC_COLOR:
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR &&
H A Dsp_fs_exec.c145 case TGSI_SEMANTIC_COLOR:
/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c212 TGSI_SEMANTIC_COLOR };
219 TGSI_SEMANTIC_COLOR, TGSI_INTERPOLATE_PERSPECTIVE, TRUE);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c49 case TGSI_SEMANTIC_COLOR:
220 (semantic.Name == TGSI_SEMANTIC_COLOR)) {
330 case TGSI_SEMANTIC_COLOR:
H A Dsvga_state_vs.c295 case TGSI_SEMANTIC_COLOR:
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c116 if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_COLOR) {
H A Ddraw_pipe_flatshade.c173 if (semantic_name == TGSI_SEMANTIC_COLOR ||
219 if (fs->info.input_semantic_name[i] == TGSI_SEMANTIC_COLOR) {
H A Ddraw_vs_exec.c174 (name == TGSI_SEMANTIC_COLOR || name == TGSI_SEMANTIC_BCOLOR))
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_emulate.c130 if (semantic == TGSI_SEMANTIC_COLOR ||
H A Dtgsi_aa_point.c68 decl->Semantic.Name == TGSI_SEMANTIC_COLOR &&
H A Dtgsi_two_side.c30 * Basically, if the FS has any color inputs (TGSI_SEMANTIC_COLOR) we'll:
77 if (decl->Semantic.Name == TGSI_SEMANTIC_COLOR) {
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c109 ureg_TEX(ureg, ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, i),
/external/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c103 case TGSI_SEMANTIC_COLOR:
156 [VARYING_SLOT_COL0] = { TGSI_SEMANTIC_COLOR, 0 },
157 [VARYING_SLOT_COL1] = { TGSI_SEMANTIC_COLOR, 1 },
204 [FRAG_RESULT_COLOR] = { TGSI_SEMANTIC_COLOR, -1 },
205 [FRAG_RESULT_DATA0 + 0] = { TGSI_SEMANTIC_COLOR, 0 },
206 [FRAG_RESULT_DATA0 + 1] = { TGSI_SEMANTIC_COLOR, 1 },
207 [FRAG_RESULT_DATA0 + 2] = { TGSI_SEMANTIC_COLOR, 2 },
208 [FRAG_RESULT_DATA0 + 3] = { TGSI_SEMANTIC_COLOR, 3 },
209 [FRAG_RESULT_DATA0 + 4] = { TGSI_SEMANTIC_COLOR, 4 },
210 [FRAG_RESULT_DATA0 + 5] = { TGSI_SEMANTIC_COLOR,
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.c287 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
291 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
633 input_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
639 input_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
813 fs_output_semantic_name[fs_num_outputs] = TGSI_SEMANTIC_COLOR;
1246 input_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
1250 input_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
1341 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
1345 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
H A Dst_cb_drawpixels_shader.c199 if (ctx->info.input_semantic_name[reg] == TGSI_SEMANTIC_COLOR &&
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c49 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10;
78 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10;
138 if (info->out[i].sn == TGSI_SEMANTIC_COLOR)
447 if (info->in[i].sn == TGSI_SEMANTIC_COLOR) {
476 if (info->out[i].sn == TGSI_SEMANTIC_COLOR)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR &&
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c303 dst = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
326 TGSI_SEMANTIC_COLOR,
480 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
497 TGSI_SEMANTIC_COLOR, 0,
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c74 o_color = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, VS_O_COLOR);
255 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0);
283 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0);
306 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0);
348 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0);
385 color = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_COLOR, VS_O_COLOR, TGSI_INTERPOLATE_LINEAR);
388 fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0);
H A Dvl_deint_filter.c103 o_fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0);
158 o_fragment = ureg_DECL_output(shader, TGSI_SEMANTIC_COLOR, 0);

Completed in 173 milliseconds

123