Home
last modified time | relevance | path

Searched refs:size_t (Results 26501 - 26525 of 28518) sorted by relevance

1...<<1061106210631064106510661067106810691070>>...1141

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Doptional_test.cc35 size_t operator()(const Hashable&) { return 0; } in operator ()()
1319 constexpr size_t n = 1 << 16; in TEST()
1503 std::set<size_t> hashcodes; in TEST()
/third_party/skia/include/private/
H A DSkVx.h142 memcpy(vals, xs.begin(), std::min(xs.size(), (size_t)N)*sizeof(T)); in Vec()
569 template <typename Fn, typename... Args, size_t... I>
572 auto lane = [&](size_t i)
/third_party/skia/bench/
H A DTriangulatorBench.cpp75 void* lock(size_t stride, int eagerCount) override {
76 size_t allocSize = eagerCount * stride;
90 size_t fVertexAllocSize = 0;
/third_party/spirv-tools/source/val/
H A Dvalidate_decorations.cpp42 std::size_t operator()(const std::pair<uint32_t, uint32_t> pair) const { in operator ()()
508 for (size_t ordered_member_idx = 0;
677 for (size_t memberIdx = 0; memberIdx < members.size(); memberIdx++) {
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp919 for (size_t varNdx = 0; varNdx < symbols.size(); varNdx++) in computeVarLayout()
1041 for (size_t inputNdx = 0; inputNdx < m_inputs.size(); ++inputNdx) in uploadInputBuffer()
1077 for (size_t outputNdx = 0; outputNdx < m_outputs.size(); ++outputNdx) in readOutputBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp1060 void runTest(BufferWithMemory& index, BufferWithMemory& values, size_t bufferSize, PipelineConstructionType type);
1131 void PipelineLibraryInterpolateAtSampleTestInstance::runTest(BufferWithMemory& index, BufferWithMemory& values, size_t bufferSize, PipelineConstructionType type) in runTest()
1304 size_t resultSize = PipelineLibraryInterpolateAtSampleTestCase::ResultCount; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp643 const size_t bufferSize = vertices.size() * sizeof(tcu::Vec4); in iterate()
675 deMemset(counterBufferMemory->getHostPtr(), 0, static_cast<size_t>(counterBufferSize)); in iterate()
782 const size_t bufferSize = textureFormat.getPixelSize() * m_params.size.x() * m_params.size.y(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp111 size_t queueNdx; in createTestDevice()
263 deMemcpy(buffer.allocation->getHostPtr(), bufferParameters.memory, (size_t)bufferParameters.size); in createVulkanBuffer()
796 for (size_t ndx = 0; ndx < image.imageMemoryBarrier.size(); ++ndx) in generateWork()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_capa.c1088 size_t flags_len;
1141 size_t idx = feature / 8; in check_feature()
1563 size_t len; in phy_info_iftype_copy()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp1897 size_t dataSize,
1920 size_t dataSize, in getQueryPoolResults()
2606 size_t * pDataSize,
2622 size_t dataSize; in getPipelineCacheData()
2654 size_t dataSize; in getPipelineCacheData()
9253 size_t location,
9275 size_t location,
10452 size_t * pInfoSize,
10476 size_t infoSize; in getShaderInfoAMD()
10520 size_t infoSiz in getShaderInfoAMD()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_mission_manager_test.cpp55 constexpr size_t BYTESTREAM_LENGTH = 100;
1520 for (size_t i = 0; i < BYTESTREAM_LENGTH; ++i) { in HWTEST_F()
1566 for (size_t i = 0; i < BYTESTREAM_LENGTH; ++i) { in HWTEST_F()
1845 for (size_t i = 0; i < BYTESTREAM_LENGTH; ++i) { in HWTEST_F()
1950 for (size_t i = 0; i < BYTESTREAM_LENGTH; ++i) { in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp418 for (size_t i = 0; i < rowArgSize; ++i) {
440 for (size_t i = 0; i < colArgSize; ++i) {
462 for (size_t i = 0; i < argSize; ++i) {
2831 size_t index = 0;
3248 size_t count = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp281 const size_t index = iter->second; in UpdateStagingScaling()
287 const size_t index = siData.scalingImages.size(); in UpdateStagingScaling()
299 const size_t index = iter->second;
305 const size_t index = siData.scalingImages.size();
1776 for (size_t idx = 0; idx < perFrameStagingData_.scalingImageData.scalingImages.size(); ++idx) {
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1866 for (size_t i = 0; i < contentFilter_.windowIDsVec.size(); i++) { in PrepareVirtualScreenMirror()
2128 int32_t ScreenCaptureServer::GetInnerAudioCaptureBufferSize(size_t &size) in GetInnerAudioCaptureBufferSize()
2138 int32_t ScreenCaptureServer::GetMicAudioCaptureBufferSize(size_t &size) in GetMicAudioCaptureBufferSize()
2427 for (size_t i = 0; i < windowIDsVec.size(); i++) { in SkipPrivacyMode()
3066 size_t bufferLen = 0; in GetSize()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1381 if (static_cast<size_t>(offset) + bufferData.GetBufferLength() > writeBuffer->GetBufferSize()) { in GetBufferSubData()
1898 size_t size = bufferData.GetBufferLength() / bufferData.GetBufferDataSize(); in CheckClearBuffer()
1986 for (size_t i = 0; i < sizeof(boundBufferIds_) / boundBufferIds_[0]; i++) { in CheckTransformFeedbackBuffer()
1996 for (size_t i = 0; i < boundIndexedUniformBuffers_.size(); ++i) { in CheckTransformFeedbackBuffer()
2007 for (size_t i = 0; i < boundIndexedTransformFeedbackBuffers_.size(); ++i) { in CheckTransformFeedbackBuffer()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp313 bool GenerateCachedOpItemPlayer::GenerateCachedOpItem(uint32_t type, void* handle, size_t avaliableSize) in GenerateCachedOpItem()
333 bool UnmarshallingHelper::Register(uint32_t type, UnmarshallingHelper::UnmarshallingFunc func, size_t unmarshallingSize) in Register()
341 std::pair<UnmarshallingHelper::UnmarshallingFunc, size_t> UnmarshallingHelper::GetFuncAndSize(uint32_t type) in GetFuncAndSize()
355 std::shared_ptr<DrawOpItem> UnmarshallingPlayer::Unmarshalling(uint32_t type, void* handle, size_t avaliableSize) in Unmarshalling()
1937 for (size_t h : groupInfo.maskIndexes) { in MergeDrawingPath()
/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c494 const uint8_t *data, size_t size) in ebml_writer_add_bin()
542 size_t len = strlen(elem->priv.str); in ebml_writer_str_len()
2562 size_t id_size, settings_size; in webm_reformat_vtt()
2592 size_t side_data_size; in mkv_write_block()
2685 size_t side_data_size; in mkv_check_new_extra_data()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp299 size_t item_size = vk_structure_type_size(item); in clone_chain()
1035 size_t upload_size = width * height * 4 * sizeof(char); in ensure_swapchain_fonts()
1135 size_t new_size, VkBufferUsageFlagBits usage) in CreateOrResizeBuffer()
1221 size_t vertex_size = ALIGN(draw_data->TotalVtxCount * sizeof(ImDrawVert), device_data->properties.limits.nonCoherentAtomSize); in render_swapchain_display()
1222 size_t index_size = ALIGN(draw_data->TotalIdxCount * sizeof(ImDrawIdx), device_data->properties.limits.nonCoherentAtomSize); in render_swapchain_display()
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc1359 size_t depth = OpParameter<size_t>(node->op()); in ReduceJSHasContextExtension()
1363 for (size_t i = 0; i < depth; ++i) { in ReduceJSHasContextExtension()
1393 for (size_t i = 0; i < access.depth(); ++i) { in ReduceJSLoadContext()
1415 for (size_t i = 0; i < access.depth(); ++i) { in ReduceJSStoreContext()
/third_party/node/deps/v8/src/ast/
H A Dast.h1877 Expression* subsequent(size_t index) const { in subsequent()
1881 size_t subsequent_length() const { return subsequent_.size(); } in subsequent_length()
1882 int subsequent_op_position(size_t index) const { in subsequent_op_position()
1895 size_t initial_subsequent_size) in NaryOperation()
3150 size_t initial_subsequent_size) { in NewNaryOperation()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc405 size_t length, bool is_on_heap) { in PrintTypedArrayElements()
407 size_t previous_index = 0; in PrintTypedArrayElements()
416 for (size_t i = 1; i <= length; i++) { in PrintTypedArrayElements()
535 size_t length = JSTypedArray::cast(*this).GetLength(); \ in PrintElements()
603 size_t length = obj.IsJSTypedArray() ? JSTypedArray::cast(obj).GetLength() in JSObjectPrintBody()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_params.cpp3531 size_t width = texture->getWidth(target, level); in CaptureGetTexImageANGLE_pixels()
3532 size_t height = texture->getHeight(target, level); in CaptureGetTexImageANGLE_pixels()
3533 size_t depth = texture->getDepth(target, level); in CaptureGetTexImageANGLE_pixels()
3567 size_t width = renderbuffer->getWidth(); in CaptureGetRenderbufferImageANGLE_pixels()
3568 size_t height = renderbuffer->getHeight(); in CaptureGetRenderbufferImageANGLE_pixels()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp1110 size_t setSizesCount, in ensureResourcesInitialized()
1111 size_t pushConstantsSize) in ensureResourcesInitialized()
1119 for (size_t i = 0; i < setSizesCount; ++i) in ensureResourcesInitialized()
1437 size_t pushConstantsSize, in setupProgram()
3220 for (size_t colorIndexGL : params.unresolveColorMask) in unresolve()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1575 size_t Context::getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type) const in getRequiredBufferSize()
1597 GLenum Context::getPixels(const GLvoid **pixels, GLenum type, size_t imageSize) const in getPixels()
1608 size_t offset = static_cast<size_t>((ptrdiff_t)(*pixels)); in getPixels()
3977 for(size_t textureUnit = 0; textureUnit < MAX_COMBINED_TEXTURE_IMAGE_UNITS; ++textureUnit) in detachSampler()
/third_party/skia/third_party/externals/libpng/arm/
H A Dfilter_neon_intrinsics.c520 size_t tail_bytes = row_info->rowbytes % STEP_RGB; in png_read_filter_row_sub3_neon()
668 size_t tail_bytes = row_info->rowbytes % STEP_RGB; in png_read_filter_row_avg3_neon()
789 size_t tail_bytes = row_info->rowbytes % STEP_RGB; in png_read_filter_row_avg3_x2_neon()
1220 size_t tail_bytes = row_info->rowbytes % STEP_RGB; in png_read_filter_row_paeth3_neon()
1343 size_t tail_bytes = row_info->rowbytes % STEP_RGB; in png_read_filter_row_paeth3_x2_neon()

Completed in 122 milliseconds

1...<<1061106210631064106510661067106810691070>>...1141