Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_debug.h61 RADV_DEBUG_INVARIANT_GEOM = 1ull << 32, enumerator
Dradv_shader.c552 if (device->instance->debug_flags & RADV_DEBUG_INVARIANT_GEOM && in radv_shader_compile_to_nir()
Dradv_device.c556 {"invariantgeom", RADV_DEBUG_INVARIANT_GEOM},
614 instance->debug_flags |= RADV_DEBUG_INVARIANT_GEOM; in radv_handle_per_app_options()
Dradv_pipeline.c226 if (device->instance->debug_flags & RADV_DEBUG_INVARIANT_GEOM) in get_hash_flags()