Home
last modified time | relevance | path

Searched defs:getArraySize (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/Analysis/
Dtest-variably-modified-types.c4 unsigned getArraySize(int *x) { in getArraySize() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h93 const Value *getArraySize() const { return getOperand(0); } in getArraySize() function
94 Value *getArraySize() { return getOperand(0); } in getArraySize() function
/external/llvm/include/llvm/IR/
DInstructions.h85 const Value *getArraySize() const { return getOperand(0); } in getArraySize() function
86 Value *getArraySize() { return getOperand(0); } in getArraySize() function
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h85 const Value *getArraySize() const { return getOperand(0); } in getArraySize() function
86 Value *getArraySize() { return getOperand(0); } in getArraySize() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp131 virtual int getArraySize (void) const { return 1; } in getArraySize() function in vkt::pipeline::TestTexture
DvktPipelineImageUtil.cpp965 int TestTexture1DArray::getArraySize (void) const in getArraySize() function in vkt::pipeline::TestTexture1DArray
1113 int TestTexture2DArray::getArraySize (void) const in getArraySize() function in vkt::pipeline::TestTexture2DArray
1254 int TestTextureCube::getArraySize (void) const in getArraySize() function in vkt::pipeline::TestTextureCube
1333 int TestTextureCubeArray::getArraySize (void) const in getArraySize() function in vkt::pipeline::TestTextureCubeArray
DvktPipelineImageViewTests.cpp298 int ImageViewTest::getArraySize (VkImageViewType viewType) in getArraySize() function in vkt::pipeline::__anon3088bfc90111::ImageViewTest
DvktPipelineSamplerTests.cpp471 int SamplerTest::getArraySize (VkImageViewType viewType) in getArraySize() function in vkt::pipeline::__anonfd6eadff0111::SamplerTest
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp102 int getArraySize(void) const in getArraySize() function in deqp::ub::VarType
258 int getArraySize(void) const in getArraySize() function in deqp::ub::UniformBlock
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp89 int getArraySize (void) const { return m_data.array.size; } in getArraySize() function in deqp::gls::ub::VarType
190 int getArraySize (void) const { return m_arraySize; } in getArraySize() function in deqp::gls::ub::UniformBlock
DglsAttributeLocationTests.hpp106 int getArraySize (void) const { return m_arraySize; } in getArraySize() function in deqp::gls::AttributeLocationTestUtil::Attribute
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp92 int getArraySize (void) const { return m_arraySize; } in getArraySize() function in deqp::gles31::bb::BufferBlock
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayStencilAttachments.cpp104 glw::GLuint CubeMapArrayDataStorage::getArraySize() const in getArraySize() function in glcts::CubeMapArrayDataStorage
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp96 int getArraySize (void) const { return m_data.array.size; } in getArraySize() function in vkt::ubo::VarType
204 int getArraySize (void) const { return m_arraySize; } in getArraySize() function in vkt::ubo::UniformBlock
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp96 int getArraySize (void) const { return m_arraySize; } in getArraySize() function in vkt::ssbo::BufferBlock
/external/clang/include/clang/AST/
DAPValue.h294 unsigned getArraySize() const { in getArraySize() function
DExprCXX.h1895 Expr *getArraySize() { in getArraySize() function
1898 const Expr *getArraySize() const { in getArraySize() function
/external/deqp/framework/opengl/
DgluVarType.hpp66 int getArraySize (void) const { DE_ASSERT(isArrayType()); return m_data.array.size; } in getArraySize() function in glu::VarType
/external/swiftshader/src/OpenGL/compiler/
DTypes.h433 int getArraySize() const { return arraySize; } in getArraySize() function
Dintermediate.h336 int getArraySize() const { return type.getArraySize(); } in getArraySize() function
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java848 protected int getArraySize(int id) { in getArraySize() method in ShadowArscAssetManager
DShadowLegacyAssetManager.java1321 protected int getArraySize(int id) { in getArraySize() method in ShadowLegacyAssetManager
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp243 inline deUint32 getArraySize(const ImageParms& parms) in getArraySize() function