/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLEventCL.cpp | 56 nativeEvents.reserve(events.size()); in Cast()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ModifyStruct.h | 115 size_t size() const;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | ForcePrecisionQualifier.cpp | 63 for (size_t i = 0; i < fields.size(); ++i) in visitDeclaration()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config.h | 8 // and size for an egl::Surface. Implements EGLConfig and related functionality. 56 EGLint maxPBufferPixels; // Maximum size of pbuffer 99 size_t size() const;
|
H A D | CLSampler.cpp | 56 copySize = mProperties.size() * sizeof(decltype(mProperties)::value_type); in getInfo() 64 // CL_INVALID_VALUE if size in bytes specified by param_value_size is < size of return type in getInfo()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_win32.cpp | 41 // Now size the vector to fit the data, and read the environment variable. in GetEnvironmentVar() 100 if (GetModuleFileNameA(mModule, buffer.data(), buffer.size()) == 0)
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | VersionGLSL.cpp | 139 if (sequence.size() == 1) in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | WrapSwitchStatementsInBlocks.cpp | 71 ASSERT(declaration->getSequence()->size() == 1); in visitSwitch()
|
H A D | SeparateArrayInitialization.cpp | 59 ASSERT(sequence->size() == 1); in visitDeclaration()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/ |
H A D | UseInterfaceBlockFields.cpp | 54 for (unsigned int i = 0; i < block.fields.size(); ++i) in InsertUseCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ErlangGCPrinter.cpp | 79 AP.emitInt16(MD.size()); in finishAssembly() 94 // Emit the stack frame size. in finishAssembly() 95 OS.AddComment("stack frame size (in words)"); in finishAssembly()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegisterBank.cpp | 99 assert(ContainedRegClasses.size() == TRI->getNumRegClasses() && in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegisterUsageInfo.cpp | 47 RegMasks.grow(M.size()); in doInitialization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.cpp | 36 while (Offset < Sec.Data.size()) { in DWARFDebugPubTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | FileWriter.cpp | 60 OS.write(reinterpret_cast<const char *>(Data.data()), Data.size());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InfoStreamBuilder.cpp | 52 (Features.size() + 1) * sizeof(uint32_t); in finalizeMsfLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | TargetSelect.cpp | 81 for (unsigned i = 0; i != MAttrs.size(); ++i) in selectTarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ValueSymbolTable.cpp | 45 unsigned BaseSize = UniqueName.size(); in makeUniqueName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Support.cpp | 43 assert(Masks.size() == SM.getNumProcResourceKinds() && in computeProcResourceMasks()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBarrierUtil.hpp | 46 const VkDeviceSize size,
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
H A D | TestLogParser.java | 113 private static native void nativeParse (long nativePointer, DeqpInstrumentation instrumentation, byte[] buffer, int size); in nativeParse() argument
|
/third_party/vk-gl-cts/executor/ |
H A D | xeXMLWriter.cpp | 147 for (int i = 0; i < (int)m_elementStack.size(); i++) in operator <<() 178 for (int i = 0; i < (int)m_elementStack.size()-1; i++) in operator <<()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | png.cc | 53 assert(values.size() == (width * height) && in ConvertToPNG()
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_clear_depth_test.cc | 44 ASSERT_EQ(1U, commands.size()); in TEST_F()
|
H A D | parser_clear_stencil_test.cc | 44 ASSERT_EQ(1U, commands.size()); in TEST_F()
|