Home
last modified time | relevance | path

Searched defs:arraySize (Results 1 – 25 of 145) sorted by relevance

123456

/external/skia/src/sksl/ir/
DSkSLVariable.cpp34 std::unique_ptr<Expression> arraySize, Variable::Storage storage) { in Convert()
49 std::unique_ptr<Expression> arraySize, Variable::Storage storage) { in Make()
95 int arraySize = 0; in MakeScratchVariable() local
DSkSLInterfaceBlock.h38 int arraySize, in InterfaceBlock()
67 int arraySize() const { in arraySize() function
DSkSLVarDeclarations.cpp212 int arraySize = 0; in Convert() local
254 const Type* baseType, int arraySize, std::unique_ptr<Expression> value) { in Make()
DSkSLVarDeclarations.h80 int arraySize() const { in arraySize() function
DSkSLSymbolTable.cpp118 const Type* SymbolTable::addArrayDimension(const Type* type, int arraySize) { in addArrayDimension()
/external/angle/src/compiler/translator/
DTypes.cpp484 for (unsigned int arraySize : mArraySizes) in buildMangledName() local
508 for (size_t arraySize : mArraySizes) in getObjectSize() local
533 for (unsigned int arraySize : mArraySizes) in getLocationCount() local
552 for (unsigned int arraySize : mArraySizes) in getArraySizeProduct() local
561 for (unsigned int arraySize : mArraySizes) in isUnsizedArray() local
617 void TType::sizeOutermostUnsizedArray(unsigned int arraySize) in sizeOutermostUnsizedArray()
/external/javassist/src/main/javassist/compiler/ast/
DNewExpr.java37 public NewExpr(int type, ASTList arraySize, ArrayInit init) { in NewExpr()
46 ASTList arraySize, ArrayInit init) { in makeObjectArray()
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp641 string generateTestName (const AttribType& type, int arraySize) in generateTestName()
671 …onst AttribType& type, const string& name, deInt32 layoutLocation, const Cond& cond, int arraySize) in Attribute()
807 int arraySize) in BindAttributeTest()
832 int arraySize) in BindMaxAttributesTest()
867 int arraySize) in BindAliasingAttributeTest()
896 int arraySize) in BindMaxAliasingAttributeTest()
933 int arraySize) in BindHoleAttributeTest()
973 int arraySize) in BindInactiveAliasingAttributeTest()
1074 int arraySize) in LocationAttributeTest()
1097 int arraySize) in LocationMaxAttributesTest()
[all …]
/external/angle/src/tests/gl_tests/
DUniformBufferTest.cpp2069 const GLuint arraySize = getArraySize(); in TEST_P() local
2121 const GLuint arraySize = getArraySize(); in TEST_P() local
2178 const GLuint arraySize = getArraySize(); in TEST_P() local
2246 const GLuint arraySize = getArraySize(); in TEST_P() local
2308 const GLuint arraySize = getArraySize(); in TEST_P() local
2370 const GLuint arraySize = getArraySize(); in TEST_P() local
2433 const GLuint arraySize = getArraySize(); in TEST_P() local
2655 const GLuint arraySize = getArraySize(); in TEST_P() local
2739 const GLuint arraySize = getArraySize(); in TEST_P() local
2795 const GLuint arraySize = getArraySize(); in TEST_P() local
[all …]
/external/angle/src/compiler/translator/tree_ops/vulkan/
DDeclarePerVertexBlocks.cpp280 uint32_t arraySize, in declarePerVertex()
364 uint32_t arraySize = 0; in declareDefaultGlOut() local
383 uint32_t arraySize = mResources.MaxPatchVertices; in declareDefaultGlIn() local
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp38 static le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize) in getHexArray()
84 static float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize) in getFloatArray()
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp42 static le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize) in getHexArray()
88 static float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize) in getFloatArray()
/external/icu/icu4c/source/samples/date/
Duprint.c41 int32_t arraySize; in uprint() local
/external/icu/icu4c/source/samples/cal/
Duprint.c40 int32_t arraySize; in uprint() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp445 deUint32 arraySize, in Descriptor()
522 deUint32 arraySize, in BufferDescriptor()
668 InlineUniformBlockDescriptor::InlineUniformBlockDescriptor (deUint32 arraySize, in InlineUniformBlockDescriptor()
749 UniformBufferDescriptor::UniformBufferDescriptor (deUint32 arraySize, in UniformBufferDescriptor()
784 DynamicUniformBufferDescriptor::DynamicUniformBufferDescriptor (deUint32 arraySize, in DynamicUniformBufferDescriptor()
818 StorageBufferDescriptor::StorageBufferDescriptor (deUint32 arraySize, in StorageBufferDescriptor()
853 DynamicStorageBufferDescriptor::DynamicStorageBufferDescriptor (deUint32 arraySize, in DynamicStorageBufferDescriptor()
887 UniformTexelBufferDescriptor::UniformTexelBufferDescriptor (deUint32 arraySize, in UniformTexelBufferDescriptor()
918 StorageTexelBufferDescriptor::StorageTexelBufferDescriptor (deUint32 arraySize, in StorageTexelBufferDescriptor()
950 deUint32 arraySize, in ImageDescriptor()
[all …]
/external/angle/src/libANGLE/
DVaryingPacking_unittest.cpp68 std::vector<sh::ShaderVariable> MakeVaryings(GLenum type, size_t count, size_t arraySize) in MakeVaryings()
99 size_t arraySize) in AddVaryings()
/external/deqp/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp1260 …void progUniformi(const glw::Functions& gl, glw::GLuint prog, int arraySize, int* location, int* v… in progUniformi()
1281 …void progUniformui(const glw::Functions& gl, glw::GLuint prog, int arraySize, int* location, unsig… in progUniformui()
1302 …void progUniformf(const glw::Functions& gl, glw::GLuint prog, int arraySize, int* location, float*… in progUniformf()
1323 void activeUniformi(const glw::Functions& gl, int arraySize, int* location, int* value) in activeUniformi()
1344 void activeUniformui(const glw::Functions& gl, int arraySize, int* location, unsigned int* value) in activeUniformui()
1365 void activeUniformf(const glw::Functions& gl, int arraySize, int* location, float* value) in activeUniformf()
1399 const int arraySize = 2; in setAndCompareUniforms() local
1658 const int arraySize = 2; in setAndCompareMatrixUniforms() local
/external/icu/icu4c/source/samples/legacy/
Dlegacy.cpp45 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) { in printArray()
/external/replicaisland/src/com/replica/replicaisland/
DPhasedObjectManager.java40 public PhasedObjectManager(int arraySize) { in PhasedObjectManager()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCompositeInsertTests.cpp141 string getNestedStructCompositeInserts (deUint32 arraySize, bool useUndef) in getNestedStructCompositeInserts()
468 const deUint32 arraySize = 8u; in addComputeNestedStructCompositeInsertTests() local
541 const deUint32 arraySize = 8u; in addGraphicsNestedStructCompositeInsertTests() local
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp96 size_t arraySize = type.getOutermostArraySize(); in CreateZeroNode() local
247 uint32_t arraySize, in DeclareStructure()
291 uint32_t arraySize, in DeclareInterfaceBlock()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp116 const int arraySize = getArraySize(imageViewType); in getImageSamplingInstanceParams() local
363 const deUint32 arraySize = ImageViewTest::getArraySize(viewType); in createSubresourceRangeTests() local
623 deUint32 arraySize = 0; in createComponentSwizzleTests() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c87 uint32 arraySize; in svga_can_create_resource() local
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.hpp49 int arraySize; member
56 int arraySize; member
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarCache.java120 private int arraySize = primes[pIndex]; field in CalendarCache

123456