Home
last modified time | relevance | path

Searched refs:vk_flags (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device_features.py126 % 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 Dradv_shader.c291 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 Danv_device.c3825 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