Searched refs:nggc_supported (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c6421 const bool nggc_supported = pipeline->graphics.has_ngg_culling; local in function:radv_emit_ngg_culling_state
6423 if (!nggc_supported && !cmd_buffer->state.last_nggc_settings) {
6454 assert(v->info.has_ngg_culling == nggc_supported);
6459 assert(!nggc_supported || nggc_sgpr_idx != -1);
6468 uint32_t nggc_settings = nggc_supported && !skip
6497 bool emit_settings = nggc_supported &&

Completed in 12 milliseconds