Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_debug.h45 RADV_DEBUG_NO_DYNAMIC_BOUNDS = 1u << 14, enumerator
Dradv_device.c540 {"nodynamicbounds", RADV_DEBUG_NO_DYNAMIC_BOUNDS},
596 instance->debug_flags |= RADV_DEBUG_NO_DYNAMIC_BOUNDS; in radv_handle_per_app_options()
644 instance->debug_flags |= RADV_DEBUG_NO_DYNAMIC_BOUNDS; in radv_handle_per_app_options()
Dradv_cmd_buffer.c3951 … bool no_dynamic_bounds = cmd_buffer->device->instance->debug_flags & RADV_DEBUG_NO_DYNAMIC_BOUNDS; in radv_CmdBindDescriptorSets()