Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c7477 const bool nggc_supported = pipeline->has_ngg_culling; in radv_emit_ngg_culling_state() local
7479 if (!nggc_supported && !cmd_buffer->state.last_nggc_settings) { in radv_emit_ngg_culling_state()
7510 assert(v->info.has_ngg_culling == nggc_supported); in radv_emit_ngg_culling_state()
7515 assert(!nggc_supported || nggc_sgpr_idx != -1); in radv_emit_ngg_culling_state()
7524 uint32_t nggc_settings = nggc_supported && !skip in radv_emit_ngg_culling_state()
7553 bool emit_settings = nggc_supported && in radv_emit_ngg_culling_state()

Completed in 17 milliseconds