HomeSort by relevance Sort by last modified time
    Searched refs:arraySize (Results 76 - 100 of 239) sorted by null

1 2 34 5 6 7 8 910

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 781 1u, // deUint32 arraySize;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 452 const int arraySize = (!isArray) ? (1) : (inUnsizedArray) ? (m_unsizedArraySize) : (enclosingcomponent.getVariableType()->getArraySize());
454 DE_ASSERT(arraySize >= 0);
458 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage;
460 if (arraySize != propValue)
474 int arraySize;
492 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << builtins[ndx].arraySize << tcu::TestLog::EndMessage;
494 if (propValue != builtins[ndx].arraySize)
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 89 unsigned ArraySize);
91 void genAddStatementEnd(const std::string &VarName, unsigned ArraySize);
    [all...]
slang_rs_export_type.h 180 uint32_t arraySize; // number of elements; zero if not an array
  /frameworks/rs/cpp/
Element.cpp 432 void Element::Builder::add(android::RSC::sp<const Element>e, const char * name, uint32_t arraySize) {
478 mArraySizes[mElementsCount] = arraySize;
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 174 const deUint32 arraySize = (viewType == vk::VK_IMAGE_VIEW_TYPE_1D || viewType == vk::VK_IMAGE_VIEW_TYPE_1D_ARRAY) ? (srcImage.getLevel(0).getHeight()) :
181 DE_ASSERT(arraySize != 0);
188 const deUint32 sliceDataSize = dataSize / arraySize;
196 for (int sliceNdx = 0; sliceNdx < (int)arraySize; ++sliceNdx)
207 1u, // arraySize
223 DE_ASSERT(arraySize * sliceDataSize == dataSize);
364 1, // arraySize
400 1u, // arraySize
519 1u, // arraySize
572 1, // arraySize
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule.cpp 1016 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) const {
1017 if ( arraySize < capacityOfKeywords-1 ) {
1018 keywords[arraySize++]=fKeyword;
1025 return fNext->getKeywords(capacityOfKeywords, keywords, arraySize);
    [all...]
plurrule_impl.h 272 UErrorCode getKeywords(int32_t maxArraySize, UnicodeString *keywords, int32_t& arraySize) const;
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 457 const int arraySize = 3;
460 VarType(VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), arraySize),
467 VarType(VarType(type, PRECISION_HIGH), arraySize),
  /external/skia/samplecode/
SampleFilterFuzz.cpp 619 int arraySize = size.width() * size.height();
620 SkTArray<SkScalar> kernel(arraySize);
621 for (int i = 0; i < arraySize; ++i) {
  /frameworks/base/rs/java/android/renderscript/
Element.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 945 * @param arraySize
947 public Builder add(Element element, String name, int arraySize) {
948 if (arraySize < 1) {
979 mArraySizes[mCount] = arraySize;
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 140 SourceRange typeIdParens, Expr *arraySize,
156 AllocateArgsArray(C, arraySize != nullptr, placementArgs.size(),
160 if (arraySize->isInstantiationDependent())
163 if (arraySize->containsUnexpandedParameterPack())
166 SubExprs[i++] = arraySize;
    [all...]
  /frameworks/av/drm/common/
IDrmManagerService.cpp 581 const int arraySize = reply.readInt32();
582 if (0 < arraySize) {
583 *drmSupportInfoArray = new DrmSupportInfo[arraySize];
585 for (int index = 0; index < arraySize; ++index) {
602 *length = arraySize;
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /external/guice/lib/build/
spring-core.jar 
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockTests.cpp 574 const int arraySize = 3;
577 VarType(VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), arraySize),
584 VarType(VarType(type, PRECISION_HIGH), arraySize),
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/
kotlin-stdlib-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/
kotlin-stdlib-0.13.1514.jar 
  /art/test/004-JniTest/
jni_test.cc 643 jint arraySize,
650 for (int j = 0; j < arraySize; ++j) {
  /frameworks/rs/
rs.spec 158 param const uint32_t * arraySize
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp     [all...]

Completed in 1020 milliseconds

1 2 34 5 6 7 8 910