Home
last modified time | relevance | path

Searched refs:RADV_DEBUG_INVARIANT_GEOM (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.h60 RADV_DEBUG_INVARIANT_GEOM = 1ull << 29, enumerator
Dradv_device.c851 {"invariantgeom", RADV_DEBUG_INVARIANT_GEOM},
947 instance->debug_flags |= RADV_DEBUG_INVARIANT_GEOM; in radv_init_dri_options()
Dradv_pipeline.c2710 if (pipeline->device->instance->debug_flags & RADV_DEBUG_INVARIANT_GEOM) in radv_generate_graphics_pipeline_key()