Home
last modified time | relevance | path

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

/external/drm_hwcomposer/bufferinfo/
DBufferInfo.h49 struct BufferInfo { struct
66 * closed while the BufferInfo is still in use. */ argument
67 std::shared_ptr<PrimeFdsSharedBase> fds_shared;
/external/skia/src/gpu/graphite/
DBufferManager.h165 struct BufferInfo { struct
185 BufferInfo* info, argument
278 struct BufferInfo { struct
298 void* prepareStaticData(BufferInfo* info, size_t requiredBytes, BindBufferInfo* target); argument
DBufferManager.cpp177 DrawBufferManager::BufferInfo::BufferInfo(BufferType type, in BufferInfo() function in skgpu::graphite::DrawBufferManager::BufferInfo
617 StaticBufferManager::BufferInfo::BufferInfo(BufferType type, const Caps* caps) in BufferInfo() function in skgpu::graphite::StaticBufferManager::BufferInfo
/external/deqp-deps/amber/include/amber/
Damber.h54 struct BufferInfo { struct
59 BufferInfo& operator=(const BufferInfo&); argument
62 bool is_image_buffer;
64 std::string buffer_name;
66 uint32_t width;
68 uint32_t height;
70 std::vector<Value> values;
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCUtil.hpp107 struct BufferInfo struct in vkt::DGC::DGCComputePipelineMetaDataPool
109 vk::Move<vk::VkBuffer> buffer;
110 vk::VkDeviceSize allocationSize;
111 de::MovePtr<vk::Allocation> allocation;
112 vk::VkDeviceAddress address;
113 vk::VkDeviceSize nextOffset;
115 BufferInfo() : buffer(), allocationSize(0ull), allocation(), address(0ull), nextOffset(0ull) in BufferInfo() function
DvktDGCGraphicsMiscTestsExt.cpp247 struct BufferInfo in iterate() struct
249 BufferWithMemoryPtr bufferPtr; in iterate()
250 uint32_t size; in iterate()
251 uint32_t stride; in iterate()
253 BufferInfo(BufferWithMemory *ptr, uint32_t size_, uint32_t stride_) in iterate() function
/external/rust/crates/v4l2r/lib/src/device/queue/
Dbuffer.rs49 pub(super) struct BufferInfo<P: BufferHandles> { struct
58 impl<P: BufferHandles> Drop for BufferInfo<P> { argument
64 impl<P: BufferHandles> BufferInfo<P> { impl
/external/executorch/examples/mediatek/executor_runner/llama_runner/
DModelChunk.h21 struct BufferInfo { struct
22 void* data = nullptr;
23 size_t nbytes = 0;
24 size_t nbytesUsed = 0;
/external/crosvm/devices/src/virtio/
Dresource_bridge.rs32 pub struct BufferInfo { struct
44 Buffer(BufferInfo), argument
/external/deqp-deps/amber/src/
Dpipeline.h186 struct BufferInfo { struct
188 explicit BufferInfo(Buffer* buf) : buffer(buf) {} in BufferInfo() function
190 Buffer* buffer = nullptr;
191 uint32_t descriptor_set = 0;
192 uint32_t binding = 0;
193 uint32_t location = 0;
194 uint32_t base_mip_level = 0;
195 uint32_t dynamic_offset = 0;
196 std::string arg_name = "";
197 uint32_t arg_no = 0;
[all …]
Damber.cc76 BufferInfo::BufferInfo() : is_image_buffer(false), width(0), height(0) {} in BufferInfo() function in amber::BufferInfo
/external/tensorflow/tensorflow/compiler/xla/
Dcpu_function_runtime.h33 explicit BufferInfo(std::pair<uint64_t, uint64_t> encoding) in BufferInfo() function
118 explicit BufferInfo(Kind kind, uint64_t size, uint64_t entry_param_number) in BufferInfo() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dbuffer_info_util.cc23 using BufferInfo = cpu_function_runtime::BufferInfo; typedef
Dcpu_compiler.cc270 using BufferInfo = cpu_function_runtime::BufferInfo; typedef
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.h18 BufferInfo = 2, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDescriptorLimitsTests.cpp206 struct BufferInfo struct in vkt::pipeline::__anona64a6ea90111::DescriptorLimitTestInstance
208 tcu::Vec4 color;
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp490 StringRef BufferInfo = L.getBufferData(); in HandlePiece() local
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen.cc43 using BufferInfo = xla::cpu_function_runtime::BufferInfo; typedef
/external/openthread/src/core/instance/
Dinstance.hpp178 class BufferInfo : public otBufferInfo, public Clearable<BufferInfo> class in ot::Instance
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp211 struct BufferInfo struct
213 VkBuffer Buffer = VK_NULL_HANDLE;
214 VmaAllocation Allocation = VK_NULL_HANDLE;
/external/intel-media-driver/media_softlet/linux/common/ddi/
Dmedia_libva_interface_next.cpp3433 VAStatus MediaLibvaInterfaceNext::BufferInfo ( in BufferInfo() function in MediaLibvaInterfaceNext