Searched refs:FRAG_RESULT_COLOR (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_fragprog.c230 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_COLOR)) {
232 machine->Outputs[FRAG_RESULT_COLOR]);
286 if (program->Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_COLOR)) {
/external/mesa3d/src/mesa/program/
H A Dprogramopt.c270 if (!(fprog->Base.OutputsWritten & (1 << FRAG_RESULT_COLOR))) {
304 inst->DstReg.Index == FRAG_RESULT_COLOR) {
383 inst->DstReg.Index = FRAG_RESULT_COLOR;
398 inst->DstReg.Index = FRAG_RESULT_COLOR;
415 assert(fprog->Base.OutputsWritten & (1 << FRAG_RESULT_COLOR));
619 inst[0].DstReg.Index = FRAG_RESULT_COLOR;
635 prog->Base.OutputsWritten = BITFIELD64_BIT(FRAG_RESULT_COLOR);
H A Dprogram.c803 if ((progA->OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_COLOR)) &&
816 PROGRAM_OUTPUT, FRAG_RESULT_COLOR,
826 if (progA->OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_COLOR)) {
H A Dnvfragparse.c842 *outputRegNum = FRAG_RESULT_COLOR;
843 parseState->outputsWritten |= (1 << FRAG_RESULT_COLOR);
H A Dprogram_parse.y2075 $$ = FRAG_RESULT_COLOR;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c171 fp->Base.OutputsWritten = BITFIELD64_BIT(FRAG_RESULT_COLOR);
255 last->DstReg.Index = FRAG_RESULT_COLOR;
H A Dst_program.c660 case FRAG_RESULT_COLOR:
663 assert(attr == FRAG_RESULT_COLOR ||
H A Dst_cb_drawpixels.c89 inst[0].DstReg.Index == FRAG_RESULT_COLOR &&
245 p->Instructions[ic].DstReg.Index = FRAG_RESULT_COLOR;
273 p->OutputsWritten |= BITFIELD64_BIT(FRAG_RESULT_COLOR);
H A Dst_mesa_to_tgsi.c321 if (DstReg->Index >= FRAG_RESULT_COLOR) {
H A Dst_glsl_to_tgsi.cpp4129 if (dst_reg->index >= FRAG_RESULT_COLOR) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_state.c57 (fp->Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_COLOR) ||
H A Dbrw_wm_fp.c981 if (c->fp->program.Base.OutputsWritten & (1 << FRAG_RESULT_COLOR)) {
982 outcolor = src_reg(PROGRAM_OUTPUT, FRAG_RESULT_COLOR);
998 0, src_reg(PROGRAM_OUTPUT, FRAG_RESULT_COLOR),
H A Dbrw_fs_visitor.cpp79 } else if (ir->location == FRAG_RESULT_COLOR) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c148 case FRAG_RESULT_COLOR:
210 case FRAG_RESULT_COLOR:
/external/mesa3d/src/glsl/
H A Dbuiltin_variables.cpp57 { ir_var_out, FRAG_RESULT_COLOR, "vec4", "gl_FragColor" },
/external/mesa3d/src/mesa/main/
H A Dmtypes.h427 FRAG_RESULT_COLOR = 2, enumerator in enum:__anon15278
431 * any are written, FRAG_RESULT_COLOR will not be written.

Completed in 260 milliseconds