Home
last modified time | relevance | path

Searched refs:FRAG_RESULT_DEPTH (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c249 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in run_program()
250 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2]; in run_program()
291 if (program->Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in _swrast_exec_fragment_program()
Ds_context.c227 if (use_fprog && (fprog->Base.OutputsWritten & (1 << FRAG_RESULT_DEPTH))) { in _swrast_update_deferred_texture()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c635 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in st_translate_fragment_program()
638 outputMapping[FRAG_RESULT_DEPTH] = fs_num_outputs; in st_translate_fragment_program()
640 outputsWritten &= ~(1 << FRAG_RESULT_DEPTH); in st_translate_fragment_program()
655 case FRAG_RESULT_DEPTH: in st_translate_fragment_program()
Dst_cb_drawpixels.c235 p->Instructions[ic].DstReg.Index = FRAG_RESULT_DEPTH; in st_make_drawpix_z_stencil_program()
272 p->OutputsWritten |= BITFIELD64_BIT(FRAG_RESULT_DEPTH); in st_make_drawpix_z_stencil_program()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_wm_state.c180 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) in upload_wm_state()
Dgen7_wm_state.c63 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in upload_wm_state()
Dbrw_wm.c247 BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in brw_wm_payload_setup()
506 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) in brw_wm_populate_key()
Dbrw_wm_state.c155 BITFIELD64_BIT(FRAG_RESULT_DEPTH)) != 0; in brw_upload_wm_unit()
Dbrw_wm_fp.c972 struct prog_src_register outdepth = src_reg(PROGRAM_OUTPUT, FRAG_RESULT_DEPTH); in emit_render_target_writes()
Dbrw_fs.cpp2150 if (fp->Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) in brw_fs_precompile()
Dbrw_fs_visitor.cpp85 } else if (ir->location == FRAG_RESULT_DEPTH) { in visit()
/external/mesa3d/src/mesa/program/
Dnvfragparse.c846 *outputRegNum = FRAG_RESULT_DEPTH; in Parse_OutputReg()
847 parseState->outputsWritten |= (1 << FRAG_RESULT_DEPTH); in Parse_OutputReg()
Dprogram_parse.y2053 $$ = FRAG_RESULT_DEPTH;
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c151 case FRAG_RESULT_DEPTH: in src_vector()
213 case FRAG_RESULT_DEPTH: in get_result_vector()
/external/mesa3d/src/glsl/
Dbuiltin_variables.cpp65 { ir_var_out, FRAG_RESULT_DEPTH, "float", "gl_FragDepth" },
/external/mesa3d/src/mesa/main/
Dcontext.c349 gl_frag_result fr = FRAG_RESULT_DEPTH; in dummy_enum_func()
Dmtypes.h422 FRAG_RESULT_DEPTH = 0, enumerator