Searched refs:vk_flags (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_physical_device_features.py | 126 % for flag in f.vk_flags: 143 Feature = namedtuple('Feature', 'name vk_type vk_flags') 199 feat = Feature(name=_type.attrib.get('name'), vk_type=s_type, vk_flags=flags)
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 291 static const VkDebugReportFlagsEXT vk_flags[] = { in radv_spirv_nir_debug() local 300 vk_debug_report(&instance->vk, vk_flags[level], debug_data->object, 0, 0, "radv", buffer); in radv_spirv_nir_debug() 309 static const VkDebugReportFlagsEXT vk_flags[] = { in radv_compiler_debug() local 317 vk_debug_report(&instance->vk, vk_flags[level] | VK_DEBUG_REPORT_DEBUG_BIT_EXT, in radv_compiler_debug()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 3825 VkMemoryAllocateFlags vk_flags = 0; in anv_AllocateMemory() local 3848 vk_flags = flags_info->flags; in anv_AllocateMemory() 3887 if (vk_flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT) in anv_AllocateMemory()
|
Completed in 10 milliseconds