Home
last modified time | relevance | path

Searched defs:radv_instance (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_instance.h36 struct radv_instance { struct
37 struct vk_instance vk;
39 VkAllocationCallbacks alloc;
41 simple_mtx_t shader_dump_mtx;
43 uint64_t debug_flags;
44 uint64_t perftest_flags;
45 enum radeon_ctx_pstate profile_pstate;
47 struct {
83 VK_DEFINE_HANDLE_CASTS(radv_instance, vk.base, VkInstance, VK_OBJECT_TYPE_INSTANCE) argument