| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 190 case FRAG_RESULT_STENCIL:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 200 case FRAG_RESULT_STENCIL:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_fragment.cpp | 462 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 D | shader_enums.c | 277 ENUM(FRAG_RESULT_STENCIL),
|
| H A D | shader_enums.h | 671 FRAG_RESULT_STENCIL = 1, enumerator in enum:__anon0f1973a70503
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | pan_lower_writeout.c | 47 else if (var->data.location == FRAG_RESULT_STENCIL)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_enums.c | 361 ENUM(FRAG_RESULT_STENCIL),
|
| H A D | shader_enums.h | 835 FRAG_RESULT_STENCIL = 1, enumerator in enum:__anon671c309a0503
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_shader.c | 231 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL))
|
| H A D | pan_blitter.c | 590 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 D | st_program.c | 972 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 D | st_program.c | 1229 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 D | brw_fs_visitor.cpp | 384 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 D | brw_fs_visitor.cpp | 637 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 D | radv_shader_info.c | 457 case FRAG_RESULT_STENCIL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 556 BITFIELD64_BIT(FRAG_RESULT_STENCIL) |
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_signature.c | 231 case FRAG_RESULT_STENCIL:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 600 BITFIELD64_BIT(FRAG_RESULT_STENCIL) |
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1391 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 D | builtin_variables.cpp | 1235 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 D | radv_shader_info.c | 463 case FRAG_RESULT_STENCIL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 875 else if (variable->data.location == FRAG_RESULT_STENCIL)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 463 info->writes_stencil = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_clear.c | 124 s_out->data.location = FRAG_RESULT_STENCIL;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 415 var->data.location = FRAG_RESULT_STENCIL; 2219 else if (var->data.location == FRAG_RESULT_STENCIL)
|