Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.h45 RADV_DEBUG_NO_DYNAMIC_BOUNDS = 1ull << 14, enumerator
Dradv_device.c961 {"nodynamicbounds", RADV_DEBUG_NO_DYNAMIC_BOUNDS},
1073 instance->debug_flags |= RADV_DEBUG_NO_DYNAMIC_BOUNDS; in radv_init_dri_options()
Dradv_cmd_buffer.c5228 cmd_buffer->device->instance->debug_flags & RADV_DEBUG_NO_DYNAMIC_BOUNDS; in radv_CmdBindDescriptorSets()