Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp462 semantic.location == FRAG_RESULT_STENCIL || in process_store_output()
535 location == FRAG_RESULT_STENCIL || in emit_store_output()
921 case FRAG_RESULT_STENCIL: in emit_export_pixel()
969 semantics.location == FRAG_RESULT_STENCIL || in emit_export_pixel()
989 case FRAG_RESULT_STENCIL: in emit_export_pixel()
1037 out_var->data.location == FRAG_RESULT_STENCIL || in emit_export_pixel()
/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.c47 else if (var->data.location == FRAG_RESULT_STENCIL) in pan_nir_lower_zs_store()
/third_party/mesa3d/src/compiler/
Dshader_enums.c361 ENUM(FRAG_RESULT_STENCIL), in gl_frag_result_name()
Dshader_enums.h835 FRAG_RESULT_STENCIL = 1, enumerator
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c1229 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) { in st_translate_fragment_program()
1232 outputMapping[FRAG_RESULT_STENCIL] = fs_num_outputs; in st_translate_fragment_program()
1234 outputsWritten &= ~(1 << FRAG_RESULT_STENCIL); in st_translate_fragment_program()
1254 case FRAG_RESULT_STENCIL: in st_translate_fragment_program()
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c231 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in GENX()
Dpan_blitter.c590 unsigned c = key->surfaces[i].loc == FRAG_RESULT_STENCIL ? 1 : 0; in pan_blitter_get_blit_shader()
664 blit_key.surfaces[1].loc = FRAG_RESULT_STENCIL; in pan_blitter_get_rsd()
1468 .loc = FRAG_RESULT_STENCIL, in pan_blitter_prefill_blit_shader_cache()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp637 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in emit_single_fb_write()
676 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) { in emit_fb_writes()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c600 BITFIELD64_BIT(FRAG_RESULT_STENCIL) | in brw_wm_populate_default_key()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c231 case FRAG_RESULT_STENCIL: in get_semantic_ps_outname()
Ddxil_nir.c1556 case FRAG_RESULT_STENCIL: in dxil_sort_ps_outputs()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1391 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefARB"); in generate_fs_special_vars()
1398 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefAMD"); in generate_fs_special_vars()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c463 case FRAG_RESULT_STENCIL: in gather_info_output_decl_ps()
Dradv_meta_blit.c219 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
Dradv_meta_resolve_fs.c341 fs_out->data.location = index == DEPTH_RESOLVE ? FRAG_RESULT_DEPTH : FRAG_RESULT_STENCIL; in build_depth_stencil_resolve_fragment_shader()
Dradv_meta_blit2d.c617 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_clear.c125 s_out->data.location = FRAG_RESULT_STENCIL; in panvk_meta_clear_zs_attachment_shader()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c463 info->writes_stencil = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL); in si_nir_scan_shader()
Dsi_shader_llvm_ps.c510 case FRAG_RESULT_STENCIL: in si_llvm_return_fs_outputs()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c415 var->data.location = FRAG_RESULT_STENCIL; in ttn_emit_declaration()
2219 else if (var->data.location == FRAG_RESULT_STENCIL) in ttn_add_output_stores()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp1046 (1ull << FRAG_RESULT_STENCIL) : in d3d12_create_shader()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c620 case FRAG_RESULT_STENCIL: in emit_output()
3919 s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) { in nir_to_spirv()
3997 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in nir_to_spirv()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c463 stencilref_regid = ir3_find_output_regid(fs, FRAG_RESULT_STENCIL); in setup_stateobj()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c622 if (var->data.location == FRAG_RESULT_STENCIL) in emit_store_var()
1423 if (var->data.location == FRAG_RESULT_STENCIL) in emit_var_decl()

12