Searched refs:FRAG_RESULT_STENCIL (Results 1 - 25 of 60) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c190 case FRAG_RESULT_STENCIL:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c200 case FRAG_RESULT_STENCIL:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fragment.cpp462 semantic.location == FRAG_RESULT_STENCIL ||
535 location == FRAG_RESULT_STENCIL ||
921 case FRAG_RESULT_STENCIL:
969 semantics.location == FRAG_RESULT_STENCIL ||
989 case FRAG_RESULT_STENCIL:
1037 out_var->data.location == FRAG_RESULT_STENCIL ||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.c277 ENUM(FRAG_RESULT_STENCIL),
H A Dshader_enums.h671 FRAG_RESULT_STENCIL = 1, enumerator in enum:__anon0f1973a70503
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_writeout.c47 else if (var->data.location == FRAG_RESULT_STENCIL)
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.c361 ENUM(FRAG_RESULT_STENCIL),
H A Dshader_enums.h835 FRAG_RESULT_STENCIL = 1, enumerator in enum:__anon671c309a0503
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c231 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL))
H A Dpan_blitter.c590 unsigned c = key->surfaces[i].loc == FRAG_RESULT_STENCIL ? 1 : 0;
664 blit_key.surfaces[1].loc = FRAG_RESULT_STENCIL;
1468 .loc = FRAG_RESULT_STENCIL,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_program.c972 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) {
975 outputMapping[FRAG_RESULT_STENCIL] = fs_num_outputs;
977 outputsWritten &= ~(1 << FRAG_RESULT_STENCIL);
997 case FRAG_RESULT_STENCIL:
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_program.c1229 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) {
1232 outputMapping[FRAG_RESULT_STENCIL] = fs_num_outputs;
1234 outputsWritten &= ~(1 << FRAG_RESULT_STENCIL);
1254 case FRAG_RESULT_STENCIL:
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp384 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL))
499 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp637 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL))
676 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader_info.c457 case FRAG_RESULT_STENCIL:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c556 BITFIELD64_BIT(FRAG_RESULT_STENCIL) |
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.c231 case FRAG_RESULT_STENCIL:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c600 BITFIELD64_BIT(FRAG_RESULT_STENCIL) |
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1391 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefARB");
1398 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefAMD");
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1235 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefARB");
1242 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefAMD");
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_info.c463 case FRAG_RESULT_STENCIL:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c875 else if (variable->data.location == FRAG_RESULT_STENCIL)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c463 info->writes_stencil = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c124 s_out->data.location = FRAG_RESULT_STENCIL;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c415 var->data.location = FRAG_RESULT_STENCIL;
2219 else if (var->data.location == FRAG_RESULT_STENCIL)

Completed in 37 milliseconds

123