Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.h90 struct vk_device { struct
104 struct vk_device_extension_table enabled_extensions; argument
111 struct vk_device_dispatch_table dispatch_table; argument
125 const struct vk_device_dispatch_table *command_dispatch_table; argument
147 VkResult (*check_status)(struct vk_device *device); argument
167 VkResult (*create_sync_for_memory)(struct vk_device *device, argument
176 enum vk_device_timeline_mode { argument
244 VK_DEFINE_HANDLE_CASTS(vk_device, base, VkDevice, argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipe_sync.c35 lvp_pipe_sync_init(UNUSED struct vk_device *vk_device, in lvp_pipe_sync_init()
50 lvp_pipe_sync_finish(struct vk_device *vk_device, in lvp_pipe_sync_finish()
77 lvp_pipe_sync_signal(struct vk_device *vk_device, in lvp_pipe_sync_signal()
96 lvp_pipe_sync_reset(struct vk_device *vk_device, in lvp_pipe_sync_reset()
114 lvp_pipe_sync_move(struct vk_device *vk_device, in lvp_pipe_sync_move()
223 lvp_pipe_sync_wait(struct vk_device *vk_device, in lvp_pipe_sync_wait()
/third_party/mesa3d/src/intel/vulkan/
Danv_bo_sync.c36 anv_bo_sync_init(struct vk_device *vk_device, in anv_bo_sync_init()
54 anv_bo_sync_finish(struct vk_device *vk_device, in anv_bo_sync_finish()
64 anv_bo_sync_reset(struct vk_device *vk_device, in anv_bo_sync_reset()
100 anv_bo_sync_wait(struct vk_device *vk_device, in anv_bo_sync_wait()
Danv_pipeline_cache.c235 anv_shader_bin_deserialize(struct vk_device *vk_device, in anv_shader_bin_deserialize()
Danv_device.c3677 anv_device_check_status(struct vk_device *vk_device) in anv_device_check_status()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DCMakeLists.txt55 add_library(vk_device EXCLUDE_FROM_ALL target
/third_party/mesa3d/docs/vulkan/
Dbase-objs.rst177 vk_device chapter
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_producer.h72 const vulkan::VulkanHandle<VkDevice>& vk_device() override { in vk_device() function
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c126 tu_device_check_status(struct vk_device *vk_device) in tu_device_check_status()
435 tu_timeline_sync_init(struct vk_device *vk_device, in tu_timeline_sync_init()
458 tu_timeline_sync_finish(struct vk_device *vk_device, in tu_timeline_sync_finish()
470 tu_timeline_sync_reset(struct vk_device *vk_device, in tu_timeline_sync_reset()
514 tu_timeline_sync_wait(struct vk_device *vk_device, in tu_timeline_sync_wait()
Dtu_kgsl.c725 tu_device_check_status(struct vk_device *vk_device) in tu_device_check_status()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanImageTest.cpp49 VkDevice vk_device = reinterpret_cast<VkDevice>(result); in TEST_P() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan.cc82 auto vk_device = device_->GetVkDevice(); in ~EngineVulkan() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c486 dzn_pipeline_layout_destroy(struct vk_device *vk_device, in dzn_pipeline_layout_destroy()