HomeSort by: relevance | last modified time | path
    Searched defs:ngg (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection_setup.cpp 260 * When there are no param exports in an NGG (or legacy VS) shader,
263 * before the NGG (or VS) waves finish.
274 /* TODO: NGG streamout */
275 if (ctx->stage.hw == HWStage::NGG)
318 /* TODO: NGG streamout */
319 if (ctx->stage.hw == HWStage::NGG)
839 bool ngg = args->shader_info->is_ngg && args->options->chip_class >= GFX10; local
841 if (sw_stage == SWStage::VS && args->shader_info->vs.as_es && !ngg)
843 else if (sw_stage == SWStage::VS && !args->shader_info->vs.as_ls && !ngg)
845 else if (sw_stage == SWStage::VS && ngg)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader.h 514 * NGG - VS & PS: GS | | | | | PS
648 unsigned as_ngg : 1; /* whether it's the last GE stage and NGG is enabled,
679 /* For NGG VS and TES. */
750 uint8_t ngg : 1; /* gfx10+ */ member in struct:si_vgt_stages_key::__anon1619
751 uint8_t streamout : 1; /* only used with NGG */
756 uint8_t ngg : 1;
806 } ngg; member in struct:si_shader
853 } ngg; member in union:si_shader::__anon1621
si_pipe.h 977 /* NGG streamout. */
1103 bool ngg : 1; member in struct:si_context
1956 gl_shader_stage stage, bool ngg, bool es)
1962 else if ((stage == MESA_SHADER_VERTEX && es && !ngg) ||
1963 (stage == MESA_SHADER_TESS_EVAL && es && !ngg) ||
1964 (stage == MESA_SHADER_GEOMETRY && !ngg)) /* legacy GS only supports Wave64 */
1981 [sctx->ngg];
1985 [sctx->ngg];

Completed in 7 milliseconds