Home
last modified time | relevance | path

Searched refs:use_ngg_culling (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_viewport.c86 assert(sctx->screen->use_ngg_culling); in si_emit_cull_state()
461 if (ctx->screen->use_ngg_culling) in si_set_viewport_states()
Dsi_gfx_cs.c460 if (ctx->screen->use_ngg_culling) in si_begin_new_gfx_cs()
Dsi_state_shaders.c84 if (sel->screen->use_ngg_culling) in si_get_ir_cache_key()
986 if (sel->screen->use_ngg_culling) in gfx10_is_ngg_passthrough()
2982 sscreen->use_ngg_culling && in si_create_shader_selector()
Dsi_pipe.h545 bool use_ngg_culling; member
Dsi_pipe.c1282 sscreen->use_ngg_culling = sscreen->use_ngg && in radeonsi_screen_create_impl()
Dsi_state.c1107 if (sctx->screen->use_ngg_culling) in si_bind_rs_state()
2965 if (sctx->screen->use_ngg_culling) in si_set_framebuffer_state()
Dsi_state_draw.cpp272 if (GFX_VERSION >= GFX10 && sctx->screen->use_ngg_culling) in si_update_shaders()
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h267 bool use_ngg_culling; member
Dradv_shader.c906 if (!device->physical_device->use_ngg_culling) in radv_consider_culling()
Dradv_pipeline.c220 if (device->physical_device->use_ngg_culling) in radv_get_hash_flags()
Dradv_device.c713 device->use_ngg_culling = in radv_physical_device_try_create()
Dradv_cmd_buffer.c6539 if (cmd_buffer->device->physical_device->use_ngg_culling && in radv_emit_all_graphics_states()