/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | byte_array.h | 31 ByteArray(const size_t byteSize) : data_(make_unique<uint8_t[]>(byteSize)), byteSize_(byteSize) {} in ByteArray() argument
|
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | screen_device_proxy.cpp | 121 uint8_t byteSize = DrawUtils::GetByteSizeByColorMode(frameBufferMode_); in GetScreenBitmapBuffer() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_barrier_list.cpp | 34 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 D | pipeline_descriptor_set_binder.cpp | 289 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 D | nntensor.cpp | 70 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 D | zchar_wrapper.cpp | 40 int byteSize = GetByteSize(value_); in ToString() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_pod.cpp | 102 const uint32_t byteSize = iter->second.byteSize; in Set() local 125 const uint32_t byteSize = iter->second.byteSize; in Get() local [all...] |
H A D | render_data_store_default_staging.cpp | 301 uint32_t byteSize = 0; in GetImageClearByteSize() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_default_acceleration_structure_staging.cpp | 146 const size_t byteSize = sizeof(VkAccelerationStructureInstanceKHR); in ExecuteFrameProcessInstanceData() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 150 constexpr uint32_t byteSize = maxQueryObjectCount * sizeof(uint64_t) * TIME_STAMP_PER_GPU_QUERY; in RenderBackendVk() local
|
H A D | gpu_memory_allocator_vk.cpp | 276 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 D | gpu_buffer_vk.cpp | 44 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 D | skia_bitmap_test.cpp | 379 size_t byteSize = skiaBitmap.ComputeByteSize(); in HWTEST_F() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | metadata_accessor_factory.cpp | 126 auto byteSize = static_cast<uint32_t>(sizeof(byte)); in GetImageType() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_remote_query_test.cpp | 102 int InsertData(sqlite3 *db, size_t byteSize) in InsertData() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_executor.cpp | 247 uint32_t byteSize = static_cast<uint32_t>(fileData.size()); in StartAOTCompiler() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.cpp | 44 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 D | property_util.cpp | 43 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 D | render_frame_util.cpp | 157 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 D | module_hdi_source.c | 186 uint32_t byteSize = 0; in GetByteSizeByFormat() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_objects.cpp | 210 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 D | neural_network_core_test.cpp | 1292 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 D | font_manager.cpp | 445 uint32_t byteSize; in UploadPending() member
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 967 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 D | render_data_store_default_material.cpp | 126 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...] |