Searched refs:FRAG_RESULT_COLOR (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | programopt.c | 270 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()
|
D | program.c | 803 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()
|
D | nvfragparse.c | 842 *outputRegNum = FRAG_RESULT_COLOR; in Parse_OutputReg() 843 parseState->outputsWritten |= (1 << FRAG_RESULT_COLOR); in Parse_OutputReg()
|
D | program_parse.y | 2075 $$ = FRAG_RESULT_COLOR;
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 230 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/ |
D | st_atom_pixeltransfer.c | 171 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()
|
D | st_cb_drawpixels.c | 89 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()
|
D | st_program.c | 660 case FRAG_RESULT_COLOR: in st_translate_fragment_program() 663 assert(attr == FRAG_RESULT_COLOR || in st_translate_fragment_program()
|
D | st_mesa_to_tgsi.c | 321 if (DstReg->Index >= FRAG_RESULT_COLOR) { in translate_dst()
|
D | st_glsl_to_tgsi.cpp | 4129 if (dst_reg->index >= FRAG_RESULT_COLOR) { in translate_dst()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_fp.c | 981 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()
|
D | brw_wm_state.c | 57 (fp->Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_COLOR) || in brw_color_buffer_write_enabled()
|
D | brw_fs_visitor.cpp | 79 } else if (ir->location == FRAG_RESULT_COLOR) { in visit()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 148 case FRAG_RESULT_COLOR: in src_vector() 210 case FRAG_RESULT_COLOR: in get_result_vector()
|
/external/mesa3d/src/glsl/ |
D | builtin_variables.cpp | 57 { ir_var_out, FRAG_RESULT_COLOR, "vec4", "gl_FragColor" },
|
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 427 FRAG_RESULT_COLOR = 2, enumerator
|