/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fragment.cpp | 462 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/ |
D | tgsi_from_mesa.c | 200 case FRAG_RESULT_STENCIL: in tgsi_get_gl_frag_result_semantic()
|
/third_party/mesa3d/src/panfrost/util/ |
D | pan_lower_writeout.c | 47 else if (var->data.location == FRAG_RESULT_STENCIL) in pan_nir_lower_zs_store()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.c | 361 ENUM(FRAG_RESULT_STENCIL), in gl_frag_result_name()
|
D | shader_enums.h | 835 FRAG_RESULT_STENCIL = 1, enumerator
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 1229 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/ |
D | pan_shader.c | 231 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in GENX()
|
D | pan_blitter.c | 590 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/ |
D | brw_fs_visitor.cpp | 637 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/ |
D | brw_wm.c | 600 BITFIELD64_BIT(FRAG_RESULT_STENCIL) | in brw_wm_populate_default_key()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_signature.c | 231 case FRAG_RESULT_STENCIL: in get_semantic_ps_outname()
|
D | dxil_nir.c | 1556 case FRAG_RESULT_STENCIL: in dxil_sort_ps_outputs()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 1391 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/ |
D | radv_shader_info.c | 463 case FRAG_RESULT_STENCIL: in gather_info_output_decl_ps()
|
D | radv_meta_blit.c | 219 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
|
D | radv_meta_resolve_fs.c | 341 fs_out->data.location = index == DEPTH_RESOLVE ? FRAG_RESULT_DEPTH : FRAG_RESULT_STENCIL; in build_depth_stencil_resolve_fragment_shader()
|
D | radv_meta_blit2d.c | 617 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_clear.c | 125 s_out->data.location = FRAG_RESULT_STENCIL; in panvk_meta_clear_zs_attachment_shader()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 463 info->writes_stencil = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL); in si_nir_scan_shader()
|
D | si_shader_llvm_ps.c | 510 case FRAG_RESULT_STENCIL: in si_llvm_return_fs_outputs()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 415 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/ |
D | d3d12_compiler.cpp | 1046 (1ull << FRAG_RESULT_STENCIL) : in d3d12_create_shader()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 620 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/ |
D | fd6_program.c | 463 stencilref_regid = ir3_find_output_regid(fs, FRAG_RESULT_STENCIL); in setup_stateobj()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 622 if (var->data.location == FRAG_RESULT_STENCIL) in emit_store_var() 1423 if (var->data.location == FRAG_RESULT_STENCIL) in emit_var_decl()
|