Home
last modified time | relevance | path

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

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