Home
last modified time | relevance | path

Searched defs:byteSize (Results 1 - 25 of 32) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dbyte_array.h31 ByteArray(const size_t byteSize) : data_(make_unique<uint8_t[]>(byteSize)), byteSize_(byteSize) {} in ByteArray() argument
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.cpp121 uint8_t byteSize = DrawUtils::GetByteSizeByColorMode(frameBufferMode_); in GetScreenBitmapBuffer() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp34 void* AllocateBarrierListMemory(RenderBarrierList::LinearAllocatorStruct& allocator, const size_t byteSize) in AllocateBarrierListMemory() argument
56 const size_t byteSize = count * sizeof(CommandBarrier); in AllocateCommandBarriers() local
H A Dpipeline_descriptor_set_binder.cpp289 BindBuffer( const uint32_t binding, const RenderHandle handle, const uint32_t byteOffset, const uint32_t byteSize) BindBuffer() argument
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnntensor.cpp70 size_t byteSize = 0; in CreateData() local
105 size_t byteSize = 0; in CreateData() local
137 size_t byteSize in CreateData() local
314 size_t byteSize = 0; CheckTensorData() local
[all...]
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dzchar_wrapper.cpp40 int byteSize = GetByteSize(value_); in ToString() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_pod.cpp102 const uint32_t byteSize = iter->second.byteSize; in Set() local
125 const uint32_t byteSize = iter->second.byteSize; in Get() local
[all...]
H A Drender_data_store_default_staging.cpp301 uint32_t byteSize = 0; in GetImageClearByteSize() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_default_acceleration_structure_staging.cpp146 const size_t byteSize = sizeof(VkAccelerationStructureInstanceKHR); in ExecuteFrameProcessInstanceData() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp150 constexpr uint32_t byteSize = maxQueryObjectCount * sizeof(uint64_t) * TIME_STAMP_PER_GPU_QUERY; in RenderBackendVk() local
H A Dgpu_memory_allocator_vk.cpp276 uint64_t byteSize = 0; in DestroyBuffer() local
328 uint64_t byteSize = 0; in DestroyImage() local
353 FlushAllocation( const VmaAllocation& allocation, const VkDeviceSize offset, const VkDeviceSize byteSize) FlushAllocation() argument
359 InvalidateAllocation( const VmaAllocation& allocation, const VkDeviceSize offset, const VkDeviceSize byteSize) InvalidateAllocation() argument
[all...]
H A Dgpu_buffer_vk.cpp44 constexpr uint32_t GetAlignedByteSize(const uint32_t byteSize, const uint32_t alignment) in GetAlignedByteSize() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_bitmap_test.cpp379 size_t byteSize = skiaBitmap.ComputeByteSize(); in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dmetadata_accessor_factory.cpp126 auto byteSize = static_cast<uint32_t>(sizeof(byte)); in GetImageType() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_remote_query_test.cpp102 int InsertData(sqlite3 *db, size_t byteSize) in InsertData() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp247 uint32_t byteSize = static_cast<uint32_t>(fileData.size()); in StartAOTCompiler() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.cpp44 uint32_t byteSize = 0; // zero means that un-supported property type in GetPropertyTypeByteSize() local
209 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() local
219 byteSize, // size AddOffsetProperty() local
235 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); AddOffsetProperty() local
245 byteSize, // size AddOffsetProperty() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp43 uint32_t byteSize = 0; // zero means that un-supported property type in GetPropertyTypeByteSize() local
204 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); in AddOffsetProperty() local
214 byteSize, // size AddOffsetProperty() local
230 const size_t byteSize = GetPropertyTypeByteSize(typeDecl); AddOffsetProperty() local
240 byteSize, // size AddOffsetProperty() local
598 size_t byteSize = 0; AddOffsetProperty() local
621 byteSize, // size AddOffsetProperty() local
[all...]
H A Drender_frame_util.cpp157 const uint32_t byteSize = desc.byteSize; in ProcessFrameInputCopyData() local
175 const uint32_t byteSize = desc.width * desc.height * bytesPerPixel; in ProcessFrameInputCopyData() local
45 GetStagingBufferDesc( const uint32_t byteSize, const EngineBufferCreationFlags engineBufferCreatoinAdditionalFlags) GetStagingBufferDesc() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_hdi_source.c186 uint32_t byteSize = 0; in GetByteSizeByFormat() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp210 const uint32_t byteSize = in ProcessBuffers() local
234 const uint32_t byteSize = in ProcessBuffers() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp1292 size_t* byteSize = nullptr; in HWTEST_F() local
1305 size_t* byteSize = nullptr; in HWTEST_F() local
1318 size_t byteSize = 0; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp445 uint32_t byteSize; in UploadPending() member
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp967 NNRT_API OH_NN_ReturnCode OH_NNTensorDesc_GetByteSize(const NN_TensorDesc *tensorDesc, size_t *byteSize) in OH_NNTensorDesc_GetByteSize() argument
1068 size_t byteSize = 0; in OH_NNTensor_CreateWithFd() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp126 void* AllocateMatrixMemory(RenderDataStoreDefaultMaterial::LinearAllocatorStruct& allocator, const size_t byteSize) in AllocateMatrixMemory() argument
146 const size_t byteSize = count * sizeof(Math::Mat4X4); in AllocateMatrices() local
417 const uint32_t byteSize = sizeof(Math::Mat4X4) * jointCount; local
[all...]

Completed in 25 milliseconds

12