/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_2_0_autogen.h | 27 void bufferData(BufferBinding targetPacked, GLsizeiptr size, const void *data, \ 29 void bufferSubData(BufferBinding targetPacked, GLintptr offset, GLsizeiptr size, \ 81 GLsizei *length, GLint *size, GLenum *type, GLchar *name); \ 83 GLsizei *length, GLint *size, GLenum *type, GLchar *name); \ 186 void vertexAttribPointer(GLuint index, GLint size, VertexAttribType typePacked, \
|
H A D | validationES1_autogen.h | 67 GLint size, 294 bool ValidatePointSize(const Context *context, angle::EntryPoint entryPoint, GLfloat size); 295 bool ValidatePointSizex(const Context *context, angle::EntryPoint entryPoint, GLfixed size); 333 GLint size, 389 GLint size,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RenameIndependentSubregs.cpp | 124 if (LI.valnos.size() < 2) in renameComponents() 171 if (SubRangeInfos.size() < 2) in findComponents() 274 unsigned NumValNos = SR.valnos.size(); in distribute() 305 for (size_t I = 0, E = Intervals.size(); I < E; ++I) { in computeMainRangesFixFlags() 318 for (unsigned I = 0; I < SR.valnos.size(); ++I) { in computeMainRangesFixFlags()
|
H A D | ShadowStackGCLowering.cpp | 109 for (unsigned I = 0; I != Roots.size(); ++I) { in GetFrameMap() 120 ConstantInt::get(Int32Ty, Roots.size(), false), in GetFrameMap() 160 for (size_t I = 0; I != Roots.size(); I++) in GetConcreteStackEntryType() 323 for (unsigned I = 0, E = Roots.size(); I != E; ++I) { in runOnFunction() 366 for (unsigned I = 0, E = Roots.size(); I != E; ++I) { in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 123 uint32_t TotalSize; // total size of header 413 Symbol->size() + 1 + // symbol name in NotifyCode() 429 Dumpstream->write(Symbol->data(), Symbol->size() + 1); in NotifyCode() 446 rec.NrEntry = Lines.size(); in NotifyDebug() 448 // compute total size size of record (variable due to filenames) in NotifyDebug() 454 rec.Prefix.TotalSize += line.FileName.size() + 1; in NotifyDebug() 484 Dumpstream->write(Line.FileName.c_str(), Line.FileName.size() + 1); in NotifyDebug()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFAArch64.h | 45 uint32_t size = orig >> 30; in write32AArch64Ldr() local 49 size += 4; in write32AArch64Ldr() 50 if ((imm & ((1 << size) - 1)) != 0) in write32AArch64Ldr() 52 write32AArch64Imm(T, imm >> size, size); in write32AArch64Ldr()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcGLSLVectorConstructorTests.cpp | 179 for(vector<string>::size_type i = 0; i < inputTypes.size(); ++i) in generateTestParams() 351 for(size_t i = 0; i < inputTypes.size() && outputElementsRemaining > 0; ++i) in generateTestCode() 482 glu::va::Float("vPosition", 2, positions.size() / 2, 0, positions.data()), in iterate() 491 static_cast<int>(vertexArrays.size()), vertexArrays.data(), in iterate() 492 glu::pr::TriangleStrip(static_cast<int>(indices.size()), indices.data())); in iterate()
|
H A D | glcShaderLibrary.cpp | 898 for (int valueNdx = 0; valueNdx < (int)valueBlock.values.size(); valueNdx++) in parseValueBlock() 1121 // printf(" parsed %d test cases.\n", caseList.size()); in parse() 1145 int size = resource->getSize(); in loadShaderFile() local 1146 buf.resize(size + 1); in loadShaderFile() 1147 resource->read((deUint8*)&buf[0], size); in loadShaderFile() 1148 buf[size] = '\0'; in loadShaderFile() 1181 for (int i = 0; i < (int)children.size(); i++) in init()
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_shader_test.cc | 33 ASSERT_EQ(1U, shaders.size()); in TEST_F() 144 ASSERT_EQ(1U, shaders.size()); in TEST_F() 253 ASSERT_EQ(1U, shaders.size()); in TEST_F() 361 ASSERT_EQ(1U, shaders.size()); in TEST_P() 407 ASSERT_EQ(1U, shaders.size()); in TEST_P()
|
H A D | parser_struct_test.cc | 45 ASSERT_EQ(4U, m.size()); in TEST_F() 275 ASSERT_EQ(2U, m.size()); in TEST_F() 313 ASSERT_EQ(1U, m.size()); in TEST_F() 363 ASSERT_EQ(1U, m.size()); in TEST_F() 425 ASSERT_EQ(1U, m.size()); in TEST_F()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | parser.cc | 135 shader->SetName("vk_shader_" + std::to_string(script_->GetShaders().size())); in ProcessShaderBlock() 358 if (fmt_name.size() < 2) in ProcessVertexDataBlock() 380 values.resize(headers.size()); in ProcessVertexDataBlock() 387 for (size_t j = 0; j < headers.size(); ++j) { in ProcessVertexDataBlock() 436 for (size_t i = 0; i < headers.size(); ++i) { in ProcessVertexDataBlock()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate.cpp | 111 << id_str.substr(0, id_str.size() - 1); in ValidateForwardDecls() 230 for (size_t j = 3; j < inst->operands().size(); ++j) in ValidateBinaryUsingContextAndValidationState() 236 if (visited_entry_points.size() > 0) { in ValidateBinaryUsingContextAndValidationState() 314 for (size_t i = 0; i < vstate->ordered_instructions().size(); ++i) { in ValidateBinaryUsingContextAndValidationState() 320 for (size_t i = 0; i < vstate->ordered_instructions().size(); ++i) { in ValidateBinaryUsingContextAndValidationState()
|
H A D | validate_instruction.cpp | 252 for (size_t i = 0; i < inst->operands().size(); ++i) { in CapabilityCheck() 368 if (inst->operands().size() - 1 > limit) { in LimitCheckStruct() 370 << "Number of OpTypeStruct members (" << inst->operands().size() - 1 in LimitCheckStruct() 382 for (size_t word_i = 2; word_i < inst->words().size(); ++word_i) { in LimitCheckStruct() 410 size_t num_pairs = (inst->operands().size() - 2) / 2; in LimitCheckSwitch()
|
/third_party/skia/third_party/externals/spirv-tools/tools/opt/ |
H A D | opt.cpp | 296 Takes a non-0 integer argument to set the loop peeling code size in PrintUsage() 298 from happening if the code size increase created by in PrintUsage() 340 Optimize for size. Apply a sequence of transformations in an in PrintUsage() 341 attempt to minimize the size of the generated code. For this in PrintUsage() 395 --reduce-load-size[=<threshold>] in PrintUsage() 448 element. <n> is a limit on the size of the aggregates that will in PrintUsage() 616 const char** new_argv = new const char*[flags.size()]; in ParseOconfigFlag() 617 for (size_t i = 0; i < flags.size(); i++) { in ParseOconfigFlag() 628 ParseFlags(static_cast<int>(flags.size()), new_argv, optimizer, in_file, in ParseOconfigFlag() 840 optimizer.Run(binary.data(), binary.size(), in main() [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_1_0_autogen.h | 31 ANGLE_EXPORT void GL_APIENTRY GL_ColorPointer(GLint size, 92 ANGLE_EXPORT void GL_APIENTRY GL_PointSize(GLfloat size); 93 ANGLE_EXPORT void GL_APIENTRY GL_PointSizex(GLfixed size); 103 ANGLE_EXPORT void GL_APIENTRY GL_TexCoordPointer(GLint size, 117 ANGLE_EXPORT void GL_APIENTRY GL_VertexPointer(GLint size,
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuANGLENativeDisplayFactory.cpp | 175 void setSurfaceSize(IVec2 size) override; 370 void NativeWindow::setSurfaceSize(IVec2 size) in setSurfaceSize() argument 372 int osWindowWidth = size.x(); in setSurfaceSize() 373 int osWindowHeight = size.y(); in setSurfaceSize() 423 attrIndex < mPlatformAttributes.size() && mPlatformAttributes[attrIndex] != EGL_NONE; in ANGLENativeDisplayFactory()
|
/third_party/skia/src/core/ |
H A D | SkGlyphRun.cpp | 85 // Use conservative bounds. All glyph have a box of fontBounds size. in sourceBounds() 151 buffer = builder.allocRunTextPos(run.font(), run.runSize(), run.text().size(), nullptr); in makeBlob() 186 return SkMakeSpan(buffer, glyphIDs.size()); in draw_text_positions() 195 this->prepareBuffers(glyphIDs.size(), 0); in textToGlyphRunList() 212 // Pre-size all the buffers so they don't move during processing. in blobToGlyphRunList() 232 positionCursor += positions.size(); in blobToGlyphRunList() 237 for (auto x : SkSpan<const SkScalar>{it.pos(), glyphIDs.size()}) { in blobToGlyphRunList()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkAMDMemoryAllocator.cpp | 87 // 4MB was picked for the size here by looking at memory usage of Android apps and runs of DM. in Make() 89 // many small allocations. The AMD allocator will start making blocks at 1/8 the max size and in Make() 90 // builds up block size as needed before capping at the max set here. in Make() 356 alloc->fSize = vmaInfo.size; in getAllocInfo() 375 VkDeviceSize offset, VkDeviceSize size) { in flushMemory() 378 return vmaFlushAllocation(fAllocator, allocation, offset, size); in flushMemory() 382 VkDeviceSize offset, VkDeviceSize size) { in invalidateMemory() 385 return vmaInvalidateAllocation(fAllocator, allocation, offset, size); in invalidateMemory() 374 flushMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) flushMemory() argument 381 invalidateMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) invalidateMemory() argument
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkArithmeticImageFilter.cpp | 179 *dst = SkPixmap(dst->info().makeDimensions(sect.size()), in intersect() 182 *src = SkPixmap(src->info().makeDimensions(sect.size()), in intersect() 228 sk_sp<SkSpecialSurface> surf(ctx.makeSurface(bounds.size())); in onFilterImage() 405 GrImageInfo info(ctx.grColorType(), kPremul_SkAlphaType, ctx.refColorSpace(), bounds.size()); in filterImageGPU() 416 sfc->fillRectToRectWithFP(bounds, SkIRect::MakeSize(bounds.size()), std::move(fp)); in filterImageGPU()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Config.cpp | 16 // and size for an egl::Surface. Implements EGLConfig and related functionality. 339 size_t ConfigSet::size() const 341 return mSet.size(); 347 passed.reserve(mSet.size()); 440 for(index = 0; index < configSize && index < static_cast<EGLint>(passed.size()); index++) 449 *numConfig = static_cast<EGLint>(passed.size());
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | IndexDataManager.cpp | 69 ((i == 0) ? restartIndices[0] : ((i == restartIndices.size()) ? (count - restartIndices[i - 1] - 1) : (restartIndices[i] - restartIndices[i - 1] - 1))); in getNumIndices() 92 size_t numRestarts = restartIndices.size(); in copyIndices() 232 size_t numRestarts = restartIndices.size(); in recomputePrimitiveCount() 265 *primitiveCount = static_cast<unsigned int>(count - restartIndices.size()); in recomputePrimitiveCount() 284 if(typeSize(type) * count + offset > static_cast<std::size_t>(buffer->size())) in prepareIndexData() 381 ERR("Out of memory allocating an index buffer of size %u.", initialSize); in StreamingIndexBuffer() 441 ERR("Out of memory allocating an index buffer of size %u.", mBufferSize); in reserveSpace()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.h | 134 explicit DistanceVector(size_t size) : entries(size, DistanceEntry{}) {} in DistanceVector() argument 146 if (entries.size() != rhs.entries.size()) { in operator ==() 149 for (size_t i = 0; i < entries.size(); ++i) { in operator ==() 393 // Returns the partitioning of subscript pairs. Sets of size 1 indicates an
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.h | 134 explicit DistanceVector(size_t size) : entries(size, DistanceEntry{}) {} in DistanceVector() argument 146 if (entries.size() != rhs.entries.size()) { in operator ==() 149 for (size_t i = 0; i < entries.size(); ++i) { in operator ==() 393 // Returns the partitioning of subscript pairs. Sets of size 1 indicates an
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate.cpp | 111 << id_str.substr(0, id_str.size() - 1); in ValidateForwardDecls() 230 for (size_t j = 3; j < inst->operands().size(); ++j) in ValidateBinaryUsingContextAndValidationState() 236 if (visited_entry_points.size() > 0) { in ValidateBinaryUsingContextAndValidationState() 314 for (size_t i = 0; i < vstate->ordered_instructions().size(); ++i) { in ValidateBinaryUsingContextAndValidationState() 320 for (size_t i = 0; i < vstate->ordered_instructions().size(); ++i) { in ValidateBinaryUsingContextAndValidationState()
|
H A D | validate_instruction.cpp | 252 for (size_t i = 0; i < inst->operands().size(); ++i) { in CapabilityCheck() 368 if (inst->operands().size() - 1 > limit) { in LimitCheckStruct() 370 << "Number of OpTypeStruct members (" << inst->operands().size() - 1 in LimitCheckStruct() 382 for (size_t word_i = 2; word_i < inst->words().size(); ++word_i) { in LimitCheckStruct() 410 size_t num_pairs = (inst->operands().size() - 2) / 2; in LimitCheckSwitch()
|