Searched defs:vk_device (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanImageTest.cpp | 49 VkDevice vk_device = reinterpret_cast<VkDevice>(result); in TEST_P() local
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipe_sync.c | 35 lvp_pipe_sync_init(UNUSED struct vk_device *vk_device, in lvp_pipe_sync_init() argument 50 lvp_pipe_sync_finish(struct vk_device *vk_device, in lvp_pipe_sync_finish() argument 77 lvp_pipe_sync_signal(struct vk_device *vk_device, in lvp_pipe_sync_signal() argument 96 lvp_pipe_sync_reset(struct vk_device *vk_device, in lvp_pipe_sync_reset() argument 114 lvp_pipe_sync_move(struct vk_device *vk_device, struct vk_sync *vk_dst, struct vk_sync *vk_src) lvp_pipe_sync_move() argument 223 lvp_pipe_sync_wait(struct vk_device *vk_device, struct vk_sync *vk_sync, uint64_t wait_value, enum vk_sync_wait_flags wait_flags, uint64_t abs_timeout_ns) lvp_pipe_sync_wait() argument [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_bo_sync.c | 36 anv_bo_sync_init(struct vk_device *vk_device, in anv_bo_sync_init() argument 54 anv_bo_sync_finish(struct vk_device *vk_device, in anv_bo_sync_finish() argument 64 anv_bo_sync_reset(struct vk_device *vk_device, in anv_bo_sync_reset() argument 100 anv_bo_sync_wait(struct vk_device *vk_device, in anv_bo_sync_wait() argument [all...] |
H A D | anv_pipeline_cache.c | 235 anv_shader_bin_deserialize(struct vk_device *vk_device, in anv_shader_bin_deserialize() argument
|
H A D | anv_device.c | 3677 anv_device_check_status(struct vk_device *vk_device) in anv_device_check_status() argument
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.h | 90 struct vk_device { struct [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | engine_vulkan.cc | 82 auto vk_device = device_->GetVkDevice(); in ~EngineVulkan() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_kgsl.c | 725 tu_device_check_status(struct vk_device *vk_device) in tu_device_check_status() argument
|
H A D | tu_drm.c | 126 tu_device_check_status(struct vk_device *vk_device) in tu_device_check_status() argument 435 tu_timeline_sync_init(struct vk_device *vk_device, in tu_timeline_sync_init() argument 458 tu_timeline_sync_finish(struct vk_device *vk_device, in tu_timeline_sync_finish() argument 470 tu_timeline_sync_reset(struct vk_device *vk_devic argument 514 tu_timeline_sync_wait(struct vk_device *vk_device, uint32_t wait_count, const struct vk_sync_wait *waits, enum vk_sync_wait_flags wait_flags, uint64_t abs_timeout_ns) tu_timeline_sync_wait() argument [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_descriptor_set.c | 486 dzn_pipeline_layout_destroy(struct vk_device *vk_device, in dzn_pipeline_layout_destroy() argument
|
Completed in 15 milliseconds