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

1 2 3 45 6 7 8 910

  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 221 TCU_CHECK(outVarInfo.arraySize == 0); // Unsized variable.
es31fProgramInterfaceDefinitionUtil.cpp 885 const int arraySize = (complexType.getArraySize() == glu::VarType::UNSIZED_ARRAY) ? (1) : (complexType.getArraySize());
886 return arraySize * accumulateComplexType(complexType.getElementType(), dTypeMap);
    [all...]
es31fTessellationTests.cpp     [all...]
es31fProgramInterfaceQueryTests.cpp 346 ArrayElement (const SharedPtr& enclosing, int arraySize = DEFAULT_SIZE)
348 , m_arraySize (arraySize)
651 int arraySize;
659 arraySize = autoAssignArraySize;
662 arraySize = glu::VarType::UNSIZED_ARRAY;
664 arraySize = arrayElement->m_arraySize;
667 variable.varType = glu::VarType(variable.varType, arraySize);
669 interfaceBlock.dimensions.push_back(arraySize);
    [all...]
es31fNegativeShaderFunctionTests.cpp 248 std::string declareShaderArrayVariable (glu::DataType dataType, std::string varName, const int arraySize)
251 source << getDataTypeName(dataType) << " " << varName << "[" << arraySize << "]" << " = " << getDataTypeName(dataType) << "[](";
253 for (int ndx = 0; ndx < arraySize; ++ndx)
254 source << getDataTypeName(dataType) << "(" << 0 << ", " << 0 << ")" << ((ndx < arraySize -1) ? ", " : "");
    [all...]
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 465 if (pCreateInfo->subresourceRange.baseArrayLayer >= imageEntry->second.arraySize) {
468 << pCreateInfo->image << " that only has " << imageEntry->second.arraySize << " array layers.";
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/
kotlin-stdlib-1.0.0-rc-1036.jar 
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 78 VarType::VarType (const VarType& elementType, int arraySize)
82 m_data.array.size = arraySize;
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 135 VarType::VarType (const VarType& elementType, int arraySize)
139 m_data.array.size = arraySize;
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 741 deUint32 arraySize;
762 , arraySize (arraySize_)
799 params.arraySize,
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp     [all...]
  /frameworks/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.h 830 UINT ArraySize;
841 explicit CD3D10_TEXTURE1D_DESC(DXGI_FORMAT format, UINT width, UINT arraySize = 1, UINT mipLevels = 0,
846 ArraySize = arraySize;
863 UINT ArraySize;
876 UINT arraySize = 1,
887 ArraySize = arraySize;
928 UINT ArraySize;
936 UINT ArraySize;
    [all...]

Completed in 1051 milliseconds

1 2 3 45 6 7 8 910