Home
last modified time | relevance | path

Searched refs:FRAG_RESULT_STENCIL (Results 1 – 25 of 43) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c200 case FRAG_RESULT_STENCIL: in tgsi_get_gl_frag_result_semantic()
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c91 else if (var->data.location == FRAG_RESULT_STENCIL) in pan_nir_lower_zs_store()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp474 case FRAG_RESULT_STENCIL: in emit_export_pixel()
533 semantics.location == FRAG_RESULT_STENCIL || in emit_export_pixel()
538 if (semantics.location == FRAG_RESULT_STENCIL) in emit_export_pixel()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_meta.c659 key->loc == FRAG_RESULT_STENCIL); in dzn_meta_blit_create()
672 assert(key->loc == FRAG_RESULT_STENCIL); in dzn_meta_blit_create()
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/
Dshader_enums.c366 ENUM(FRAG_RESULT_STENCIL), in gl_frag_result_name()
Dshader_enums.h897 FRAG_RESULT_STENCIL = 1, enumerator
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c248 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in GENX()
Dpan_blitter.c598 unsigned c = key->surfaces[i].loc == FRAG_RESULT_STENCIL ? 1 : 0; in pan_blitter_get_blit_shader()
667 key.surfaces[1].loc = FRAG_RESULT_STENCIL; in pan_blitter_get_key()
1639 .loc = FRAG_RESULT_STENCIL, in pan_blitter_prefill_blit_shader_cache()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1380 add_output(FRAG_RESULT_STENCIL, int_t, in generate_fs_special_vars()
1408 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefARB"); in generate_fs_special_vars()
1415 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefAMD"); in generate_fs_special_vars()
Dir.h619 this->data.location != FRAG_RESULT_STENCIL; in is_fb_fetch_color_output()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c386 return FRAG_RESULT_STENCIL; in svga_tgsi_to_gl_frag_result_semantic()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp642 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in emit_single_fb_write()
681 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) { in emit_fb_writes()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c264 case FRAG_RESULT_STENCIL: in get_semantic_ps_outname()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c653 info->writes_stencil = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL); in si_nir_scan_shader()
Dsi_shader_llvm_ps.c475 case FRAG_RESULT_STENCIL: in si_llvm_ps_build_end()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c638 info->ps.writes_stencil = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL); in radv_nir_shader_info_pass()
Dradv_meta_resolve_fs.c268 fs_out->data.location = index == DEPTH_RESOLVE ? FRAG_RESULT_DEPTH : FRAG_RESULT_STENCIL; in build_depth_stencil_resolve_fragment_shader()
Dradv_meta_blit.c218 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
Dradv_meta_blit2d.c586 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c346 …bool needs_write_s = rt->clear_stencil || (outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) … in zink_init_zs_attachment()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c416 var->data.location = FRAG_RESULT_STENCIL; in ttn_emit_declaration()
2223 else if (var->data.location == FRAG_RESULT_STENCIL) in ttn_add_output_stores()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c503 stencilref_regid = ir3_find_output_regid(fs, FRAG_RESULT_STENCIL); in setup_stateobj()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c655 case FRAG_RESULT_STENCIL: in emit_output()
4224 s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) { in nir_to_spirv()
4304 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in nir_to_spirv()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c186 out->data.location = FRAG_RESULT_STENCIL; in make_drawpix_z_stencil_program_nir()

12