Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c237 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in run_program()
238 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2]; in run_program()
279 if (program->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in _swrast_exec_fragment_program()
Ds_context.c225 (fprog->info.outputs_written & (1 << FRAG_RESULT_DEPTH))) { in _swrast_update_deferred_texture()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c463 if (prog->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in brw_wm_populate_key()
615 if (outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) in brw_fs_precompile()
631 ~(BITFIELD64_BIT(FRAG_RESULT_DEPTH) | in brw_fs_precompile()
Dbrw_wm_state.c172 BITFIELD64_BIT(FRAG_RESULT_DEPTH)) != 0; in brw_upload_wm_unit()
Dbrw_fs_visitor.cpp417 if (nir->info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) in emit_single_fb_write()
Dbrw_fs.cpp5493 if (nir->info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in setup_fs_payload_gen6()
6265 if (shader->info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in computed_depth_mode()
Dbrw_fs_nir.cpp3028 else if (l == FRAG_RESULT_DEPTH) in alloc_frag_output()
/external/mesa3d/src/compiler/
Dshader_enums.c249 ENUM(FRAG_RESULT_DEPTH), in gl_frag_result_name()
Dshader_enums.h513 FRAG_RESULT_DEPTH = 0, enumerator
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c760 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) { in st_translate_fragment_program()
763 outputMapping[FRAG_RESULT_DEPTH] = fs_num_outputs; in st_translate_fragment_program()
765 outputsWritten &= ~(1 << FRAG_RESULT_DEPTH); in st_translate_fragment_program()
792 case FRAG_RESULT_DEPTH: in st_translate_fragment_program()
Dst_glsl_to_tgsi.cpp2981 (variable->data.location == FRAG_RESULT_DEPTH || in visit()
2986 if (variable->data.location == FRAG_RESULT_DEPTH) in visit()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c871 var->data.location == FRAG_RESULT_DEPTH) { in ptn_add_output_stores()
877 alu_src.src = nir_src_for_reg(c->output_regs[FRAG_RESULT_DEPTH]); in ptn_add_output_stores()
965 if (c->prog->Target == GL_FRAGMENT_PROGRAM_ARB && i == FRAG_RESULT_DEPTH) in setup_registers_and_variables()
Dprogram_parse.y1876 $$ = FRAG_RESULT_DEPTH;
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c208 posz_regid = ir3_find_output_regid(fp, FRAG_RESULT_DEPTH); in fd3_program_emit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c173 case FRAG_RESULT_DEPTH: in src_vector()
223 case FRAG_RESULT_DEPTH: in get_result_vector()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c203 [FRAG_RESULT_DEPTH] = { TGSI_SEMANTIC_POSITION, 0 }, in frag_result_to_tgsi_semantic()
417 var->data.location = FRAG_RESULT_DEPTH; in ttn_emit_declaration()
1953 var->data.location == FRAG_RESULT_DEPTH) { in ttn_add_output_stores()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_shader.c444 dump_output(so, FRAG_RESULT_DEPTH, "posz"); in ir3_shader_disasm()
Dir3_compiler_nir.c2128 case FRAG_RESULT_DEPTH: in setup_output()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c245 posz_regid = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DEPTH); in fd4_program_emit()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c539 uint32_t posz_regid = ir3_find_output_regid(fp, FRAG_RESULT_DEPTH); in fd5_emit_state()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c616 color_out->data.location = FRAG_RESULT_DEPTH; in build_nir_copy_fragment_shader_depth()
Dradv_meta_blit.c165 color_out->data.location = FRAG_RESULT_DEPTH; in build_nir_copy_fragment_shader_depth()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1193 add_output(FRAG_RESULT_DEPTH, float_t, "gl_FragDepth"); in generate_fs_special_vars()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1627 case FRAG_RESULT_DEPTH: in ntq_setup_outputs()
2560 if (orig_shader->info->outputs_written & (1 << FRAG_RESULT_DEPTH)) in vc4_get_compiled_shader()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c982 *location = FRAG_RESULT_DEPTH; in vtn_get_builtin_location()

12