Home
last modified time | relevance | path

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

/external/drm_hwcomposer/bufferinfo/
DBufferInfo.h43 struct BufferInfo { struct
44 uint32_t width;
45 uint32_t height;
46 uint32_t format; /* DRM_FORMAT_* from drm_fourcc.h */
47 uint32_t pitches[kBufferMaxPlanes];
48 uint32_t offsets[kBufferMaxPlanes];
50 uint32_t sizes[kBufferMaxPlanes];
51 int prime_fds[kBufferMaxPlanes];
52 uint64_t modifiers[kBufferMaxPlanes];
54 BufferColorSpace color_space;
[all …]
/external/skia/src/gpu/graphite/
DBufferManager.h67 struct BufferInfo { struct
83 std::pair<void*, BindBufferInfo> prepareMappedBindBuffer(BufferInfo* info, argument
144 struct BufferInfo { struct
163 void* prepareStaticData(BufferInfo* info, size_t requiredBytes, BindBufferInfo* target); argument
DBufferManager.cpp101 DrawBufferManager::BufferInfo::BufferInfo(BufferType type, size_t blockSize, const Caps* caps) in BufferInfo() function in skgpu::graphite::DrawBufferManager::BufferInfo
325 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-deps/amber/src/
Dpipeline.h188 struct BufferInfo { struct
190 explicit BufferInfo(Buffer* buf) : buffer(buf) {} in BufferInfo() argument
192 Buffer* buffer = nullptr;
193 uint32_t descriptor_set = 0;
194 uint32_t binding = 0;
195 uint32_t location = 0;
196 uint32_t base_mip_level = 0;
197 uint32_t dynamic_offset = 0;
198 std::string arg_name = "";
199 uint32_t arg_no = 0;
[all …]
Damber.cc75 BufferInfo::BufferInfo() : is_image_buffer(false), width(0), height(0) {} in BufferInfo() function in amber::BufferInfo
/external/crosvm/devices/src/virtio/
Dresource_bridge.rs32 pub struct BufferInfo { struct
42 Buffer(BufferInfo), argument
/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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDescriptorLimitsTests.cpp207 struct BufferInfo struct in vkt::pipeline::__anon779459d80111::DescriptorLimitTestInstance
209 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/common/
Dinstance.hpp166 class BufferInfo : public otBufferInfo, public Clearable<BufferInfo> class in ot::Instance
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp181 struct BufferInfo struct
183 VkBuffer Buffer = VK_NULL_HANDLE;
184 VmaAllocation Allocation = VK_NULL_HANDLE;