Searched defs:inCount (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h126 inline int incidentCount() const { return inCount; }
140 int16_t inCount; member in class:nv50_ir::Graph::Node
188 if (inCount != 1)
/external/skia/tests/
H A DTextBlobTest.cpp260 const RunDef in[], unsigned inCount,
268 for (unsigned i = 0; i < inCount; ++i) {
275 REPORTER_ASSERT(reporter, (inCount > 0) == SkToBool(blob));
259 RunBuilderTest(skiatest::Reporter* reporter, SkTextBlobBuilder& builder, const RunDef in[], unsigned inCount, const RunDef out[], unsigned outCount) argument
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileVerifierPass.cpp41 int inCount; member in struct:llvm::ProfileVerifierPassT::DetailedBlockInfo
99 int inCount = 0; local
110 inCount++;
132 << "inCount=" << inCount << ","
150 << "inCount=" << DI->inCount << ","
242 DI.outCount = DI.inCount = 0;
251 DI.inCount++;
256 DI.inCount
[all...]
/external/skia/src/core/
H A DSkPictureData.cpp510 bool new_array_from_buffer(SkReadBuffer& buffer, uint32_t inCount, argument
515 if (0 == inCount) {
518 if (!buffer.validate(SkTFitsIn<int>(inCount))) {
522 *outCount = inCount;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4398 const int inCount = numInputs<In>(); local
4400 const size_t numValues = (inCount > 0) ? inputs.in0.size() : 1;
4434 switch (inCount)
4504 if (inCount > 0)
4510 if (inCount > 1)
4516 if (inCount > 2)
4522 if (inCount > 3)
4606 const int inCount = numInputs<In>(); local
4620 m_spec.inputs.resize(inCount);
4622 switch (inCount)
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4479 const int inCount = numInputs<In>(); local
4481 const size_t numValues = (inCount > 0) ? inputs.in0.size() : 1;
4489 switch (inCount)
4526 spec.inputs.resize(inCount);
4528 switch (inCount)
4632 if (inCount > 0)
4638 if (inCount > 1)
4644 if (inCount > 2)
4650 if (inCount > 3)
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 324 milliseconds