Searched refs:FRAG_RESULT_DEPTH (Results 1 – 17 of 17) sorted by relevance
249 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()
227 if (use_fprog && (fprog->Base.OutputsWritten & (1 << FRAG_RESULT_DEPTH))) { in _swrast_update_deferred_texture()
635 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()
235 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()
180 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) in upload_wm_state()
63 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in upload_wm_state()
247 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()
155 BITFIELD64_BIT(FRAG_RESULT_DEPTH)) != 0; in brw_upload_wm_unit()
972 struct prog_src_register outdepth = src_reg(PROGRAM_OUTPUT, FRAG_RESULT_DEPTH); in emit_render_target_writes()
2150 if (fp->Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) in brw_fs_precompile()
85 } else if (ir->location == FRAG_RESULT_DEPTH) { in visit()
846 *outputRegNum = FRAG_RESULT_DEPTH; in Parse_OutputReg()847 parseState->outputsWritten |= (1 << FRAG_RESULT_DEPTH); in Parse_OutputReg()
2053 $$ = FRAG_RESULT_DEPTH;
151 case FRAG_RESULT_DEPTH: in src_vector()213 case FRAG_RESULT_DEPTH: in get_result_vector()
65 { ir_var_out, FRAG_RESULT_DEPTH, "float", "gl_FragDepth" },
349 gl_frag_result fr = FRAG_RESULT_DEPTH; in dummy_enum_func()
422 FRAG_RESULT_DEPTH = 0, enumerator