Home
last modified time | relevance | path

Searched refs:numObjects (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/opengl/
DgluObjectWrapper.hpp101 … ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects = 0);
126 …st RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTra… in TypedObjectVector() argument
127 …ectVector (const glw::Functions& gl, size_t numObjects = 0) : ObjectVector(gl, objectTraits(Type),… in TypedObjectVector() argument
DgluObjectWrapper.cpp88 ObjectVector::ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects) in ObjectVector() argument
92 if (numObjects > 0) in ObjectVector()
93 resize(numObjects); in ObjectVector()
/external/angle/src/tests/perf_tests/
DBindingPerf.cpp39 numObjects = 100; in BindingsParams()
45 size_t numObjects; member
60 strstr << "_" << numObjects << "_objects"; in story()
107 mBuffers.resize(params.numObjects, 0); in initializeBenchmark()
/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h122 size_t numObjects) in FloatAttributeStorage()
123 : AttributeStorage(type), semantics(semantics), numObjects(numObjects) {} in FloatAttributeStorage()
167 {getTrailingObjects<uint64_t>(), numObjects}); in getValue()
172 size_t numObjects; member
181 IntegerAttributeStorage(Type type, size_t numObjects) in IntegerAttributeStorage()
182 : AttributeStorage(type), numObjects(numObjects) { in IntegerAttributeStorage()
214 return APInt(64, {getTrailingObjects<uint64_t>(), numObjects}); in getValue()
216 {getTrailingObjects<uint64_t>(), numObjects}); in getValue()
219 size_t numObjects; member
/external/clang/lib/AST/
DExprCXX.cpp1049 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1051 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1056 unsigned numObjects) { in Create() argument
1057 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()
1059 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2615 const deUint32 numObjects = Object::getMaxConcurrent(context, params); in createMaxConcurrentTest() local
2616 const Environment env (context, numObjects); in createMaxConcurrentTest()
2618 vector<ObjectPtr> objects (numObjects); in createMaxConcurrentTest()
2622 …<< TestLog::Message << "Creating " << numObjects << " " << getTypeName<typename Object::Type>() <<… in createMaxConcurrentTest()
2624 for (deUint32 ndx = 0; ndx < numObjects; ndx++) in createMaxConcurrentTest()
2958 static const deUint32 numObjects = 4; in allocCallbackFailMultipleObjectsTest() local
2963 vector<typename Object::Type> handles (numObjects); in allocCallbackFailMultipleObjectsTest()
2966 for (; numPassingAllocs <= numObjects; ++numPassingAllocs) in allocCallbackFailMultipleObjectsTest()
2983 numObjects, in allocCallbackFailMultipleObjectsTest()
2988 …<< "Trying to create " << numObjects << " objects with " << numPassingAllocs << " allocation" << (… in allocCallbackFailMultipleObjectsTest()
[all …]
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1310 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1312 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1317 unsigned numObjects) { in Create() argument
1318 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()
1320 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/external/llvm-project/llvm/test/CodeGen/X86/
D2009-11-25-ImpDefBug.ll23 …ing(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 …
/external/llvm/test/CodeGen/X86/
D2009-11-25-ImpDefBug.ll23 …ing(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 …
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4288 const int numObjects = 16; in createVbo() local
4294 for (int objectNdx = 0; objectNdx < numObjects; ++objectNdx) in createVbo()
/external/clang/include/clang/AST/
DExprCXX.h2958 unsigned numObjects);
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h3354 unsigned numObjects);