Searched refs:vk_flags (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/vulkan/util/ |
D | vk_physical_device_features.py | 200 feat = Feature(name=_type.attrib.get('name'), vk_type=s_type, vk_flags=flags)
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 238 static const VkDebugReportFlagsEXT vk_flags[] = { in radv_spirv_nir_debug() local 247 vk_debug_report(&instance->vk, vk_flags[level], &debug_data->module->base, 0, 0, "radv", buffer); in radv_spirv_nir_debug() 256 static const VkDebugReportFlagsEXT vk_flags[] = { in radv_compiler_debug() local 264 vk_debug_report(&instance->vk, vk_flags[level] | VK_DEBUG_REPORT_DEBUG_BIT_EXT, in radv_compiler_debug()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 3656 VkMemoryAllocateFlags vk_flags = 0; in anv_AllocateMemory() local 3679 vk_flags = flags_info->flags; in anv_AllocateMemory() 3704 if (vk_flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT_KHR) in anv_AllocateMemory()
|