Searched defs:getArraySize (Results 1 - 25 of 25) sorted by relevance

/external/clang/test/Analysis/
H A Dtest-variably-modified-types.c4 unsigned getArraySize(int *x) { function
11 int mytype[getArraySize(x)];
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp101 virtual int getArraySize (void) const { return 1; } function in class:vkt::pipeline::TestTexture
155 virtual int getArraySize (void) const;
188 virtual int getArraySize (void) const;
220 virtual int getArraySize (void) const;
237 virtual int getArraySize (void) const;
H A DvktPipelineImageViewTests.cpp71 static int getArraySize (VkImageViewType viewType);
199 const int arraySize = getArraySize(m_imageViewType);
300 int ImageViewTest::getArraySize (VkImageViewType viewType) function in class:vkt::pipeline::__anon3846::ImageViewTest
344 const deUint32 arraySize = ImageViewTest::getArraySize(viewType);
575 arraySize = ImageViewTest::getArraySize(viewType);
H A DvktPipelineImageUtil.cpp428 (deUint32)srcTexture.getArraySize(), // deUint32 arraySize;
448 (deUint32)srcTexture.getArraySize(), // deUint32 arraySize;
555 for (int layerNdx = 0; layerNdx < getArraySize(); layerNdx++)
579 for (int layerNdx = 0; layerNdx < getArraySize(); layerNdx++)
592 DE_ASSERT(layer >= 0 && layer < getArraySize());
594 return *m_compressedLevels[level * getArraySize() + layer];
600 DE_ASSERT(layer >= 0 && layer < getArraySize());
602 return *m_compressedLevels[level * getArraySize() + layer];
619 for (int layerNdx = 0; layerNdx < getArraySize(); layerNdx++)
655 for (int layerNdx = 0; layerNdx < getArraySize(); layerNd
880 int TestTexture1DArray::getArraySize (void) const function in class:vkt::pipeline::TestTexture1DArray
989 int TestTexture2DArray::getArraySize (void) const function in class:vkt::pipeline::TestTexture2DArray
1105 int TestTextureCube::getArraySize (void) const function in class:vkt::pipeline::TestTextureCube
1168 int TestTextureCubeArray::getArraySize (void) const function in class:vkt::pipeline::TestTextureCubeArray
[all...]
H A DvktPipelineSamplerTests.cpp72 static int getArraySize (VkImageViewType viewType);
262 (deUint32)SamplerTest::getArraySize(m_imageViewType) // deUint32 arraySize;
269 getArraySize(m_imageViewType),
390 int SamplerTest::getArraySize (VkImageViewType viewType) function in class:vkt::pipeline::__anon3854::SamplerTest
/external/javassist/src/main/javassist/compiler/ast/
H A DNewExpr.java62 public ASTList getArraySize() { return getArguments(); } method in class:NewExpr
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp92 int getArraySize (void) const { return m_arraySize; } function in class:deqp::gles31::bb::BufferBlock
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp106 int getArraySize (void) const { return m_arraySize; } function in class:deqp::gls::AttributeLocationTestUtil::Attribute
H A DglsUniformBlockCase.hpp89 int getArraySize (void) const { return m_data.array.size; } function in class:deqp::gls::ub::VarType
190 int getArraySize (void) const { return m_arraySize; } function in class:deqp::gls::ub::UniformBlock
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp82 int getArraySize (void) const { return m_arraySize; } function in class:vkt::ssbo::BufferBlock
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp84 int getArraySize (void) const { return m_data.array.size; } function in class:vkt::ubo::VarType
191 int getArraySize (void) const { return m_arraySize; } function in class:vkt::ubo::UniformBlock
/external/deqp/framework/opengl/
H A DgluVarType.hpp66 int getArraySize (void) const { DE_ASSERT(isArrayType()); return m_data.array.size; } function in class:glu::VarType
/external/clang/include/clang/AST/
H A DExprCXX.h1826 Expr *getArraySize() { function in class:clang::CXXNewExpr
1829 const Expr *getArraySize() const { function in class:clang::CXXNewExpr
/external/llvm/include/llvm/IR/
H A DInstructions.h108 /// getArraySize - Get the number of elements allocated. For a simple
111 const Value *getArraySize() const { return getOperand(0); } function in class:llvm::AllocaInst
112 Value *getArraySize() { return getOperand(0); } function in class:llvm::AllocaInst
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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/ ...
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/ ...

Completed in 1018 milliseconds