Home
last modified time | relevance | path

Searched refs:size (Results 14851 - 14875 of 26097) sorted by relevance

1...<<591592593594595596597598599600>>...1044

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDebug.cpp211 if (mMessages.size() >= mMaxLoggedMessages) in insertMessage()
298 return mMessages.size(); in getMessageCount()
333 ASSERT(mGroups.size() > 1); in popGroup()
344 return mGroups.size(); in getGroupStackDepth()
H A DContext_gles_3_0_autogen.h18 GLintptr offset, GLsizeiptr size); \
37 GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); \
88 GLsizei *length, GLsizei *size, GLenum *type, GLchar *name); \
160 void vertexAttribIPointer(GLuint index, GLint size, VertexAttribType typePacked, \
H A DImage.cpp261 size(), in ImageState()
413 return mState.size.width; in getWidth()
418 return mState.size.height; in getHeight()
467 mState.size = mState.source->getAttachmentSize(mState.imageIndex); in initialize()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp150 for (size_t argIndex = 0; argIndex < originalCallArguments.size(); ++argIndex) in CreateMonomorphizedFunctionCallArgs()
152 if (nextReplacedArg >= replacedArguments.size() || in CreateMonomorphizedFunctionCallArgs()
195 if (nextReplacedArg >= replacedArguments->size() || in MonomorphizeFunction()
289 for (size_t argIndex = 0; argIndex < callArguments.size(); ++argIndex) in processFunctionCall()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable.cpp121 return mTable.size() == 1u; in atGlobalLevel()
265 int userDefinedLevel = static_cast<int>(mTable.size()) - 1; in findUserDefined()
348 int indexOfLastElement = static_cast<int>(mPrecisionStack.size()) - 1; in setDefaultPrecision()
361 int level = static_cast<int>(mPrecisionStack.size()) - 1; in getDefaultPrecision()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp33 // target-address-size values. in emitConstu()
135 // The size of the register in bits. in addMachineReg()
237 if (HasComplexExpression && DwarfRegs.size() > 1) { in addMachineRegExpression()
275 assert(DwarfRegs.size() == 1); in addMachineRegExpression()
279 assert(Reg.Size == 0 && "subregister has same size as superregister"); in addMachineRegExpression()
337 // Emit the entry value's size operand. in finalizeEntryValue()
392 assert(SizeInBits >= OffsetInBits - FragmentOffset && "size underflow"); in addExpression()
395 // a super-register by splicing together sub-registers, subtract the size in addExpression()
400 // sub-register that is smaller than the current fragment's size, use it. in addExpression()
456 unsigned I = 0, E = CU.ExprRefedBaseTypes.size(); in addExpression()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCFragment.cpp176 // The size is the last fragment's end offset. in getSectionAddressSize()
182 // Virtual sections have no file size. in getSectionFileSize()
186 // Otherwise, the file size is the same as the address space size. in getSectionFileSize()
354 for (unsigned i = 0, e = Contents.size(); i != e; ++i) { in dump()
358 OS << "] (" << Contents.size() << " bytes)"; in dump()
378 for (unsigned i = 0, e = Contents.size(); i != e; ++i) { in dump()
382 OS << "] (" << Contents.size() << " bytes)"; in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp43 // object. The size of every register file, as well as the mapping between in initialize()
72 // `-register-file-size`. in addRegisterFile()
73 unsigned RegisterFileIndex = RegisterFiles.size(); in addRegisterFile()
359 assert(RegID && RegID < RegisterMappings.size()); in collectWrites()
380 if (Writes.size() > 1) { in collectWrites()
411 RS.setDependentWrites(DependentWrites.size());
455 // users via flag -reg-file-size. Alternatively, the scheduling model
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser.cc60 if (pack_size_ == 0 && pieces_.size() == 1 && in Parse()
65 type->SetRowCount(static_cast<uint32_t>(pieces_.size())); in Parse()
86 if (data.size() == 0) in ProcessChunk()
136 int32_t cur_pos = static_cast<int32_t>(data.size()) - 1; in ProcessChunk()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp56 for (uint32_t i = 0; i < uses.size(); ++i) { in check_interface_variable()
162 for (uint32_t i = 1; i < type->operands().size(); ++i) { in NumConsumedLocations()
342 // Determine the array size if possible and get the element type. in GetLocationsForVariable()
410 for (uint32_t i = 1; i < type->operands().size(); ++i) { in GetLocationsForVariable()
440 // size, calculate the used locations in a strided manner. in GetLocationsForVariable()
495 for (uint32_t i = 3; i < entry_point->operands().size(); ++i) { in ValidateLocations()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_to_text_test.cpp85 EXPECT_EQ(SPV_SUCCESS, spvTextToBinary(context, text.c_str(), text.size(), in CompileSuccessfully()
149 spvBinaryToText(context, damaged_binary.data(), damaged_binary.size(), in TEST_F()
501 words.size(), SPV_BINARY_TO_TEXT_OPTION_NONE, in TEST_F()
532 words.size(), SPV_BINARY_TO_TEXT_OPTION_NONE, in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustBufferAccessBehaviorTest.cpp107 glBufferData(GL_ARRAY_BUFFER, sizeof(GLfloat) * randomData.size(), randomData.data(), in runIndexOutOfRangeTests()
275 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices.size() * sizeof(GLuint), indices.data(), in TEST_P()
282 glBufferData(GL_ARRAY_BUFFER, vertexData.size() * sizeof(GLfloat), vertexData.data(), in TEST_P()
319 glDrawElements(GL_POINTS, indices.size(), GL_UNSIGNED_BYTE, indices.data()); in TEST_P()
H A DVulkanImageTest.cpp180 info.extent, pixels.data(), pixels.size() * sizeof(GLuint)); in TEST_P()
234 pixels.data(), pixels.size() * sizeof(GLuint)); in TEST_P()
248 pixels.data(), pixels.size() * sizeof(GLuint)); in TEST_P()
306 info.extent, pixels.data(), pixels.size() * sizeof(GLuint)); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_internal_shaders_autogen.cpp161 // This is compressed SPIR-V binary blob and size
165 uint32_t size; member
371 compressedShaderCode.size); in GetShader()
377 compressedShaderCode.code, compressedShaderCode.size); in GetShader()
385 return InitShaderAndSerial(context, &shader.get(), shaderCode.data(), shaderCode.size() * 4); in GetShader()
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp37 return SkPath::Make(fPoints.data(), fPoints.size(), fVerbs.data(), fVerbs.size(), nullptr, in getPath()
58 int countPoints() const { return fPoints.size(); } in countPoints()
60 int countVerbs() const { return fVerbs.size(); } in countVerbs()
/third_party/skia/src/gpu/geometry/
H A DGrQuadBuffer.h179 int size = kMetaSize; in entrySize() local
180 size += (deviceType == GrQuad::Type::kPerspective ? k3DQuadFloats in entrySize()
183 size += (*localType == GrQuad::Type::kPerspective ? k3DQuadFloats in entrySize()
186 return size; in entrySize()
279 // Second, the fixed-size metadata in append()
357 // Advance pointer by entry size in next()
/third_party/skia/src/gpu/ops/
H A DAtlasPathRenderer.cpp148 float2 size = botRightCeil - topLeftFloor; in pathFitsInAtlas() local
150 skvx::all(size <= fAtlasMaxPathWidth) && in pathFitsInAtlas()
154 size[0] * size[1] <= atlasMaxPathHeight_pow2; in pathFitsInAtlas()
182 // bounds within the max render target size are nowhere near INT_MAX. in addPathToAtlas()
205 // pathFitsInAtlas() should have guaranteed these constraints on the path size. in addPathToAtlas()
411 // The atlases are expected to all be full size except possibly the final one. in preFlush()
/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp211 char* SkBasicEdgeBuilder::allocEdges(size_t n, size_t* size) { in allocEdges() argument
212 *size = sizeof(SkEdge); in allocEdges()
215 char* SkAnalyticEdgeBuilder::allocEdges(size_t n, size_t* size) { in allocEdges() argument
216 *size = sizeof(SkAnalyticEdge); in allocEdges()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp100 for(size_t line = 0; line < srcLines.size() && line < disLines.size(); line++) in compileSpirv()
102 auto srcLine = (line < srcLines.size()) ? srcLines[line] : "<missing>"; in compileSpirv()
103 auto disLine = (line < disLines.size()) ? disLines[line] : "<missing>"; in compileSpirv()
/third_party/openssl/crypto/ui/
H A Dui_openssl.c187 static int noecho_fgets(char *buf, int size, FILE *tty);
658 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets() argument
665 if (size == 0) { in noecho_fgets()
669 size--; in noecho_fgets()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_context.h48 // Returns a random index into |sequence|, which is expected to have a 'size'
53 assert(sequence.size() > 0); in RandomIndex()
55 static_cast<uint32_t>(sequence.size())); in RandomIndex()
78 assert(lo <= hi && hi < array.size() && "lo and/or hi indices are invalid"); in Shuffle()
98 Shuffle(sequence, 0, sequence->size() - 1); in Shuffle()
469 // Ensure that the array size is non-zero.
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfold.cpp218 switch (operand_words.size()) { in OperateWords()
267 assert(scalar_words.size() == 1 && in FoldScalars()
329 // When shifting by a value larger than the size of the result, the in FoldBinaryIntegerOpToConstant()
331 // result of 0. If the shift amount is the same as the size of the in FoldBinaryIntegerOpToConstant()
549 scalar_words.size() == 1 && in FoldVectors()
621 return scalar->words().size() == 1; in IsFoldableConstant()
H A Dloop_descriptor.h139 inline bool HasNestedLoops() const { return nested_loops_.size() != 0; } in HasNestedLoops()
164 inline size_t NumImmediateChildren() const { return nested_loops_.size(); } in NumImmediateChildren()
447 inline size_t NumLoops() const { return loops_.size(); } in NumLoops()
452 assert(loops_.size() > index && in GetLoopByIndex()
H A Dreplace_desc_array_access_using_var_index.cpp386 for (uint32_t i = 0; i < static_cast<uint32_t>(case_block_ids.size()); ++i) { in AddSwitchForAccessChain()
397 assert(case_block_ids.size() + 1 == phi_operands.size() && in CreatePhiInstruction()
400 for (size_t i = 0; i < case_block_ids.size(); ++i) { in CreatePhiInstruction()
H A Dscalar_analysis_simplification.cpp154 if (multiply->GetChildren().size() != 2 || in AccumulatorsFromMultiply()
361 if (new_add->GetChildren().size() == 1) { in SimplifyPolynomial()
366 if (new_add->GetChildren().size() == 0) { in SimplifyPolynomial()
452 if (new_node->GetChildren().size() == 1) { in FoldRecurrentAddExpressions()

Completed in 32 milliseconds

1...<<591592593594595596597598599600>>...1044