Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp575 struct TransferInfo struct
577 VkCommandBuffer commandBuffer;
578 uint32_t width;
579 uint32_t height;
580 VkImage image;
581 VkBuffer buffer;
582 VkDeviceSize size;
583 uint32_t mipLevel;
584 VkOffset3D imageOffset;
585 vector<VkBufferMemoryBarrier> *barriers;
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc227 struct TransferInfo { struct in tpu_driver::__anonbd0c70900111::GrpcTpuStream
228 explicit TransferInfo(void* dst, int64_t num_bytes) in TransferInfo() function
231 void* const dst;
232 const uint64_t num_bytes;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp429 DenseMap<MemTransferInst *, MemTransferInfo> TransferInfo; in tryPromoteAllocaToVector() local