Home
last modified time | relevance | path

Searched refs:FRAG_RESULT_DEPTH (Results 1 - 25 of 58) sorted by relevance

123

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_fragdepth.c74 if (var->data.location != FRAG_RESULT_DEPTH) in nir_opt_fragdepth()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c197 case FRAG_RESULT_DEPTH: in tgsi_get_gl_frag_result_semantic()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_writeout.c89 if (var->data.location == FRAG_RESULT_DEPTH) in pan_nir_lower_zs_store()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_ra.c198 deref->var->data.location == FRAG_RESULT_DEPTH) { in etna_ra_assign()
H A Detnaviv_compiler_nir.c109 case FRAG_RESULT_DEPTH: in etna_emit_output()
964 deref->var->data.location == FRAG_RESULT_DEPTH && in emit_shader()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c658 key->loc == FRAG_RESULT_DEPTH || in dzn_meta_blit_create()
667 if (key->loc == FRAG_RESULT_DEPTH) { in dzn_meta_blit_create()
H A Ddzn_nir.c640 (info->loc == FRAG_RESULT_DEPTH || info->loc == FRAG_RESULT_STENCIL) ? 1 : 4; in dzn_nir_blit_fs()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c365 ENUM(FRAG_RESULT_DEPTH), in gl_frag_result_name()
H A Dshader_enums.h896 FRAG_RESULT_DEPTH = 0, enumerator
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c246 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) in pan_shader_compile()
H A Dpan_blitter.c657 key.surfaces[0].loc = FRAG_RESULT_DEPTH; in pan_blitter_get_key()
1630 .loc = FRAG_RESULT_DEPTH, in pan_blitter_prefill_blit_shader_cache()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dppir.h211 case FRAG_RESULT_DEPTH: in ppir_nir_output_to_ppir()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c159 posz_regid = ir3_find_output_regid(fp, FRAG_RESULT_DEPTH); in fd3_program_emit()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c381 return FRAG_RESULT_DEPTH; in svga_tgsi_to_gl_frag_result_semantic()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp471 case FRAG_RESULT_DEPTH: in emit_export_pixel()
532 } else if (semantics.location == FRAG_RESULT_DEPTH || in emit_export_pixel()
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c842 var->data.location == FRAG_RESULT_DEPTH) { in ptn_add_output_stores()
946 if ((c->prog->Target == GL_FRAGMENT_PROGRAM_ARB && i == FRAG_RESULT_DEPTH) || in setup_registers_and_variables()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp1373 add_output(FRAG_RESULT_DEPTH, float_t, in generate_fs_special_vars()
1399 add_output(FRAG_RESULT_DEPTH, float_t, GLSL_PRECISION_HIGH, in generate_fs_special_vars()
1404 add_output(FRAG_RESULT_DEPTH, float_t, "gl_FragDepthEXT"); in generate_fs_special_vars()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c637 info->ps.writes_z = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH); in radv_nir_shader_info_pass()
H A Dradv_meta_blit2d.c561 color_out->data.location = FRAG_RESULT_DEPTH; in build_nir_copy_fragment_shader_depth()
H A Dradv_meta_blit.c170 color_out->data.location = FRAG_RESULT_DEPTH; in build_nir_copy_fragment_shader_depth()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c652 info->writes_z = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH); in si_nir_scan_shader()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c260 case FRAG_RESULT_DEPTH: in get_semantic_ps_outname()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c185 posz_regid = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DEPTH); in fd4_program_emit()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c412 var->data.location = FRAG_RESULT_DEPTH; in ttn_emit_declaration()
2221 if (var->data.location == FRAG_RESULT_DEPTH) in ttn_add_output_stores()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.c890 dump_output(out, so, FRAG_RESULT_DEPTH, "posz"); in ir3_shader_disasm()

Completed in 41 milliseconds

123