Home
last modified time | relevance | path

Searched refs:create_extent3d (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/aten/src/ATen/native/vulkan/api/
DContext.h448 cmd_, label, create_extent3d({0, 0, 0}), create_extent3d({0, 0, 0})); in submit_copy()
520 create_extent3d(global_work_group), in submit_compute_job()
521 create_extent3d(local_work_group_size)); in submit_compute_job()
DCommand.cpp234 create_extent3d(copy_range), // extent in copy_texture_to_texture()
273 create_extent3d(copy_range), // imageExtent in copy_texture_to_buffer()
311 create_extent3d(copy_range), // imageExtent in copy_buffer_to_texture()
DUtils.h387 inline VkExtent3D create_extent3d(const utils::uvec3& extents) { in create_extent3d() function
DTensor.cpp498 api::create_extent3d(extents), in allocate_image()
/external/executorch/backends/vulkan/runtime/vk_api/
DVkUtils.h16 inline VkExtent3D create_extent3d(const utils::uvec3& extents) { in create_extent3d() function
/external/executorch/backends/vulkan/runtime/api/
DContext.cpp79 vkapi::create_extent3d(global_wg_size), in report_shader_dispatch_start()
80 vkapi::create_extent3d(local_wg_size)); in report_shader_dispatch_start()
/external/executorch/backends/vulkan/runtime/api/containers/
DTensor.cpp245 vkapi::create_extent3d(image_extents), in allocate_image()
/external/executorch/backends/vulkan/test/
Dvulkan_compute_api_test.cpp1123 vkapi::create_extent3d(image_extents), in TEST_F()