HomeSort by: relevance | last modified time | path
    Searched refs:nir_is_helper_invocation (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_discard_or_demote.c 92 return nir_is_helper_invocation(b, 1);
nir_opt_uniform_atomics.c 240 nir_ssa_def *helper = nir_is_helper_invocation(b, 1);
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c 5934 vtn_push_nir_ssa(b, w[2], nir_is_helper_invocation(&b->nb, 1));
  /xsrc/external/mit/MesaLib/src/compiler/nir/
nir_builder_opcodes.h 12277 #define nir_is_helper_invocation nir_build_is_helper_invocation macro

Completed in 19 milliseconds