HomeSort by relevance Sort by last modified time
    Searched defs:arraySize (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/icu/icu4c/source/samples/cal/
uprint.c 39 int32_t arraySize;
48 arraySize = BUF_SIZE;
62 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
71 arraySize = BUF_SIZE;
  /external/icu/icu4c/source/samples/date/
uprint.c 40 int32_t arraySize;
49 arraySize = BUF_SIZE;
63 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
72 arraySize = BUF_SIZE;
  /frameworks/rs/driver/
rsdMeshObj.cpp 67 uint32_t arraySize = elem->mHal.state.fieldArraySizes[fieldIdx];
68 if (arraySize != 1) {
rsdShaderCache.h 60 uint32_t vtxUniformSize(uint32_t a) const {return mCurrent->vtxUniforms[a].arraySize;}
62 uint32_t fragUniformSize(uint32_t a) const {return mCurrent->fragUniforms[a].arraySize;}
75 int32_t arraySize;
93 uint32_t arraySize;
rsdShader.cpp 315 void RsdShader::logUniform(const Element *field, const float *fd, uint32_t arraySize ) {
318 for (uint32_t i = 0; i < arraySize; i ++) {
319 if (arraySize > 1) {
362 int32_t slot, uint32_t arraySize ) {
365 RSD_CALL_GL(glUniformMatrix4fv, slot, arraySize, GL_FALSE, fd);
367 RSD_CALL_GL(glUniformMatrix3fv, slot, arraySize, GL_FALSE, fd);
369 RSD_CALL_GL(glUniformMatrix2fv, slot, arraySize, GL_FALSE, fd);
373 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd);
376 RSD_CALL_GL(glUniform2fv, slot, arraySize, fd);
379 RSD_CALL_GL(glUniform3fv, slot, arraySize, fd)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
egman.c 41 static int arraySize=0;
230 if (BlkLevel >= arraySize) {
238 for (i=0; i<arraySize ; i++) {
243 arraySize=arraySizeNew;
  /external/deqp/framework/opengl/
gluProgramInterfaceQuery.hpp 64 deUint32 arraySize; //!< GL_ARRAY_SIZE
77 , arraySize (0)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarCache.java 22 makeArrays(arraySize);
32 arraySize = newSize;
33 threshold = (int)(arraySize * 0.75);
68 index = (index + delta) % arraySize;
75 int oldSize = arraySize;
80 arraySize = primes[++pIndex];
82 arraySize = arraySize * 2 + 1;
86 makeArrays(arraySize);
102 int h = (int)((key * 15821 + 1) % arraySize);
    [all...]
  /external/icu/icu4c/source/common/
unistr_cnv.cpp 372 int32_t arraySize;
375 arraySize = US_STACKBUF_SIZE;
378 arraySize = dataLength + (dataLength >> 2);
384 if(!cloneArrayIfNeeded(arraySize, arraySize, doCopyArray)) {
408 arraySize = (int32_t)(length() + 2 * (mySourceEnd - mySource));
  /external/icu/icu4c/source/extra/uconv/
uwmsg.c 47 int32_t arraySize;
55 arraySize = BUF_SIZE;
69 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
78 arraySize = BUF_SIZE;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarCache.java 20 makeArrays(arraySize);
30 arraySize = newSize;
31 threshold = (int)(arraySize * 0.75);
66 index = (index + delta) % arraySize;
73 int oldSize = arraySize;
78 arraySize = primes[++pIndex];
80 arraySize = arraySize * 2 + 1;
84 makeArrays(arraySize);
100 int h = (int)((key * 15821 + 1) % arraySize);
    [all...]
  /external/skia/gm/
dftext.cpp 100 size_t arraySize = SK_ARRAY_COUNT(textSizes);
101 for (size_t i = 0; i < arraySize; ++i) {
104 SkScalar scaleFactor = SkScalarInvert(scales[arraySize - i - 1]);
  /external/skia/src/core/
SkArenaAlloc.h 160 uint32_t arraySize = SkTo<uint32_t>(count * sizeof(T));
164 objStart = this->allocObject(arraySize, alignment);
165 fCursor = objStart + arraySize;
167 uint32_t totalSize = arraySize + sizeof(Footer) + sizeof(uint32_t);
174 fCursor = objStart + arraySize;
  /external/vulkan-validation-layers/layers/
image.h 52 uint32_t arraySize;
60 : mipLevels(0), arraySize(0), format(VK_FORMAT_UNDEFINED), samples(VK_SAMPLE_COUNT_1_BIT),
63 : mipLevels(pCreateInfo->mipLevels), arraySize(pCreateInfo->arrayLayers), format(pCreateInfo->format),
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.h 51 uint32_t arraySize;
58 : mipLevels(0), arraySize(0), format(VK_FORMAT_UNDEFINED), samples(VK_SAMPLE_COUNT_1_BIT),
61 : mipLevels(pCreateInfo->mipLevels), arraySize(pCreateInfo->arrayLayers), format(pCreateInfo->format),
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableArray.java 76 int arraySize = remaining / elementSize;
88 arraySize, elementSize, remaining, mClass));
91 array = Array.newInstance(mComponentClass, arraySize);
92 for (int i = 0; i < arraySize; ++i) {
106 int arraySize = arrayList.size();
107 array = copyListToArray(arrayList, Array.newInstance(mComponentClass, arraySize));
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 233 for (int arraySize = 1; arraySize <= 3; arraySize++) {
236 eb->add(Element::A_8(mRS), "A_8", arraySize);
237 eb->add(Element::RGBA_4444(mRS), "RGBA_4444", arraySize);
238 eb->add(Element::RGBA_5551(mRS), "RGBA_5551", arraySize);
239 eb->add(Element::RGB_565(mRS), "RGB_565", arraySize);
240 eb->add(Element::RGB_888(mRS), "RGB_888", arraySize);
241 eb->add(Element::RGBA_8888(mRS), "RGBA_8888", arraySize);
242 eb->add(Element::F32(mRS), "F32", arraySize);
    [all...]
  /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/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...]
  /external/swiftshader/src/OpenGL/libGL/
Program.h 40 Uniform(GLenum type, GLenum precision, const std::string &name, unsigned int arraySize);
51 const unsigned int arraySize;
146 bool defineUniform(GLenum shader, GLenum type, GLenum precision, const std::string &_name, unsigned int arraySize, int registerIndex);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 348 uint64_t arraySize = (elementTy->getPrimitiveSizeInBits() >> 3)
351 decl += utostr(arraySize);
  /frameworks/rs/
rsElement.h 91 uint32_t getFieldArraySize(uint32_t idx) const {return mFields[idx].arraySize;}
149 uint32_t arraySize;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
PointerTrackerQueue.java 53 final int arraySize = mArraySize;
54 if (arraySize < expandableArray.size()) {
55 expandableArray.set(arraySize, pointer);
59 mArraySize = arraySize + 1;
69 final int arraySize = mArraySize;
71 for (int index = 0; index < arraySize; index++) {
101 final int arraySize = mArraySize;
103 for (newIndex = index = 0; index < arraySize; index++) {
120 for (; index < arraySize; index++) {
153 final int arraySize = mArraySize
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.cpp 176 // arraySize tracks, just for the final dereference in the chain, if there was a specific known size.
177 // A value of 0 for arraySize will mean to use the full array's size.
179 TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize)
198 blowUpActiveAggregate(derefType, newBaseName, derefs, nextDeref, offset, blockIndex, arraySize);
252 if (arraySize == 0)
253 arraySize = mapToGlArraySize(*terminalType);
258 reflection.indexToUniform.push_back(TObjectReflection(name, offset, mapToGlType(*terminalType), arraySize, blockIndex));
259 } else if (arraySize > 1) {
261 reflectedArraySize = std::max(arraySize, reflectedArraySize);
330 int arraySize = 0
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageViewTests.cpp 197 const int arraySize = getArraySize(m_imageViewType);
222 return new ImageSamplingInstance(context, renderSize, m_imageViewType, m_imageFormat, imageSize, arraySize, m_componentMapping, m_subresourceRange, samplerParams, m_samplerLod, vertices);
342 const deUint32 arraySize = ImageViewTest::getArraySize(viewType);
365 // name samplerLod subresourceRange (aspectMask, baseMipLevel, mipLevels, baseArrayLayer, arraySize)
366 { "lod_base_mip_level", 0.0f, { imageAspectFlags, 2u, numLevels - 2u, 0u, arraySize } },
367 { "lod_mip_levels", 4.0f, { imageAspectFlags, 0u, 3u, 0u, arraySize } },
372 // name samplerLod subresourceRange (aspectMask, baseMipLevel, mipLevels, baseArrayLayer, arraySize)
373 { "base_array_layer", 0.0f, { imageAspectFlags, 0u, numLevels, 1u, arraySize - 1u } },
380 // name samplerLod subresourceRange (aspectMask, baseMipLevel, mipLevels, baseArrayLayer, arraySize)
393 // name samplerLod subresourceRange (aspectMask, baseMipLevel, mipLevels, baseArrayLayer, arraySize)
    [all...]

Completed in 1448 milliseconds

1 2 3 4 5 6 7 8 9