Home
last modified time | relevance | path

Searched refs:maxArraySize (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DTypes.h244 …primarySize(s0), secondarySize(s1), array(false), arraySize(0), maxArraySize(0), arrayInformationT… in type()
250 …primarySize(s0), secondarySize(s1), array(a), arraySize(0), maxArraySize(0), arrayInformationType(… in type()
257 …primarySize(1), secondarySize(1), array(false), arraySize(0), maxArraySize(0), arrayInformationTyp… in type()
266 …primarySize(1), secondarySize(1), array(arraySizeIn > 0), arraySize(arraySizeIn), maxArraySize(0),… in TType()
388 int getMaxArraySize () const { return maxArraySize; } in getMaxArraySize()
389 void setMaxArraySize (int s) { maxArraySize = s; } in setMaxArraySize()
390 void clearArrayness() { array = false; arraySize = 0; maxArraySize = 0; } in clearArrayness()
497 int maxArraySize; variable
DSymbolTable.cpp38 …marySize), secondarySize(p.secondarySize), array(p.array), arraySize(p.arraySize), maxArraySize(0), in TType()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java137 private final int maxArraySize;
154 this.maxArraySize = arraySize;
245 if (insertionPoint >= maxArraySize) { in put()
250 if (entryList.size() == maxArraySize) { in put()
252 final Entry lastEntryInArray = entryList.remove(maxArraySize - 1); in put()
391 entryList = new ArrayList<Entry>(maxArraySize); in ensureEntryArrayMutable()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c467 uint32_t maxArraySize; in anv_GetPhysicalDeviceImageFormatProperties() local
495 maxArraySize = 2048; in anv_GetPhysicalDeviceImageFormatProperties()
506 maxArraySize = 2048; in anv_GetPhysicalDeviceImageFormatProperties()
513 maxArraySize = 1; in anv_GetPhysicalDeviceImageFormatProperties()
584 .maxArrayLayers = maxArraySize, in anv_GetPhysicalDeviceImageFormatProperties()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c971 uint32_t maxArraySize; in radv_GetPhysicalDeviceImageFormatProperties() local
995 maxArraySize = 2048; in radv_GetPhysicalDeviceImageFormatProperties()
1002 maxArraySize = 2048; in radv_GetPhysicalDeviceImageFormatProperties()
1009 maxArraySize = 1; in radv_GetPhysicalDeviceImageFormatProperties()
1049 .maxArrayLayers = maxArraySize, in radv_GetPhysicalDeviceImageFormatProperties()
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h275 …UErrorCode getKeywords(int32_t maxArraySize, UnicodeString *keywords, int32_t& arraySize) const;