/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 | 91 else if (var->data.location == FRAG_RESULT_STENCIL) in pan_nir_lower_zs_store()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fs.cpp | 474 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/ |
D | dzn_meta.c | 659 key->loc == FRAG_RESULT_STENCIL); in dzn_meta_blit_create() 672 assert(key->loc == FRAG_RESULT_STENCIL); in dzn_meta_blit_create()
|
D | dzn_nir.c | 640 (info->loc == FRAG_RESULT_DEPTH || info->loc == FRAG_RESULT_STENCIL) ? 1 : 4; in dzn_nir_blit_fs()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.c | 366 ENUM(FRAG_RESULT_STENCIL), in gl_frag_result_name()
|
D | shader_enums.h | 897 FRAG_RESULT_STENCIL = 1, enumerator
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_shader.c | 248 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in GENX()
|
D | pan_blitter.c | 598 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/ |
D | builtin_variables.cpp | 1380 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()
|
D | ir.h | 619 this->data.location != FRAG_RESULT_STENCIL; in is_fb_fetch_color_output()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 386 return FRAG_RESULT_STENCIL; in svga_tgsi_to_gl_frag_result_semantic()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_visitor.cpp | 642 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/ |
D | dxil_signature.c | 264 case FRAG_RESULT_STENCIL: in get_semantic_ps_outname()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_info.c | 653 info->writes_stencil = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL); in si_nir_scan_shader()
|
D | si_shader_llvm_ps.c | 475 case FRAG_RESULT_STENCIL: in si_llvm_ps_build_end()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 638 info->ps.writes_stencil = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL); in radv_nir_shader_info_pass()
|
D | radv_meta_resolve_fs.c | 268 fs_out->data.location = index == DEPTH_RESOLVE ? FRAG_RESULT_DEPTH : FRAG_RESULT_STENCIL; in build_depth_stencil_resolve_fragment_shader()
|
D | radv_meta_blit.c | 218 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
|
D | radv_meta_blit2d.c | 586 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_render_pass.c | 346 …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/ |
D | tgsi_to_nir.c | 416 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/ |
D | fd6_program.c | 503 stencilref_regid = ir3_find_output_regid(fs, FRAG_RESULT_STENCIL); in setup_stateobj()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 655 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/ |
D | st_cb_drawpixels.c | 186 out->data.location = FRAG_RESULT_STENCIL; in make_drawpix_z_stencil_program_nir()
|