HomeSort by: relevance | last modified time | path
    Searched refs:FRAG_RESULT_STENCIL (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_from_mesa.c 190 case FRAG_RESULT_STENCIL:
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_from_mesa.c 200 case FRAG_RESULT_STENCIL:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
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/dist/src/panfrost/util/
pan_lower_writeout.c 47 else if (var->data.location == FRAG_RESULT_STENCIL)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_enums.c 277 ENUM(FRAG_RESULT_STENCIL),
shader_enums.h 671 FRAG_RESULT_STENCIL = 1,
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_enums.c 361 ENUM(FRAG_RESULT_STENCIL),
shader_enums.h 835 FRAG_RESULT_STENCIL = 1,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_shader.c 231 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL))
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/dist/src/mesa/state_tracker/
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/mesa/state_tracker/
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/intel/compiler/
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/intel/compiler/
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/mesa/drivers/dri/i965/
brw_wm.c 600 BITFIELD64_BIT(FRAG_RESULT_STENCIL) |
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_signature.c 231 case FRAG_RESULT_STENCIL:
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader_info.c 457 case FRAG_RESULT_STENCIL:
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_wm.c 556 BITFIELD64_BIT(FRAG_RESULT_STENCIL) |
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
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/
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/
radv_shader_info.c 463 case FRAG_RESULT_STENCIL:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
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/
panvk_vX_meta_clear.c 124 s_out->data.location = FRAG_RESULT_STENCIL;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader_nir.c 875 else if (variable->data.location == FRAG_RESULT_STENCIL)
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
tgsi_to_nir.c 415 var->data.location = FRAG_RESULT_STENCIL;
2219 else if (var->data.location == FRAG_RESULT_STENCIL)

Completed in 32 milliseconds

1 2 3