Home
last modified time | relevance | path

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

1234567

/external/skia/src/sksl/ir/
DSkSLVarDeclarations.cpp81 int arraySize = 0; in Convert() local
92 int arraySize, in Make()
DSkSLInterfaceBlock.h34 int arraySize, std::shared_ptr<SymbolTable> typeOwner) in InterfaceBlock()
62 int arraySize() const { in arraySize() function
DSkSLVarDeclarations.h33 int arraySize, in VarDeclaration()
73 int arraySize() const { in arraySize() function
DSkSLSymbolTable.cpp124 const Type* SymbolTable::addArrayDimension(const Type* type, int arraySize) { in addArrayDimension()
/external/angle/src/compiler/translator/
DTypes.cpp486 for (unsigned int arraySize : mArraySizes) in buildMangledName() local
510 for (size_t arraySize : mArraySizes) in getObjectSize() local
535 for (unsigned int arraySize : mArraySizes) in getLocationCount() local
554 for (unsigned int arraySize : mArraySizes) in getArraySizeProduct() local
563 for (unsigned int arraySize : mArraySizes) in isUnsizedArray() local
619 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/compiler/translator/tree_ops/vulkan/
DDeclarePerVertexBlocks.cpp200 uint32_t arraySize, in declarePerVertex()
269 uint32_t arraySize = 0; in declareDefaultGlOut() local
288 uint32_t arraySize = mResources.MaxPatchVertices; in declareDefaultGlIn() local
DEmulateFragColorData.cpp48 unsigned int arraySize = 0; in visitSymbol() local
/external/angle/src/tests/gl_tests/
DUniformBufferTest.cpp2030 const GLuint arraySize = getArraySize(); in TEST_P() local
2082 const GLuint arraySize = getArraySize(); in TEST_P() local
2139 const GLuint arraySize = getArraySize(); in TEST_P() local
2207 const GLuint arraySize = getArraySize(); in TEST_P() local
2269 const GLuint arraySize = getArraySize(); in TEST_P() local
2331 const GLuint arraySize = getArraySize(); in TEST_P() local
2394 const GLuint arraySize = getArraySize(); in TEST_P() local
2616 const GLuint arraySize = getArraySize(); in TEST_P() local
2700 const GLuint arraySize = getArraySize(); in TEST_P() local
2756 const GLuint arraySize = getArraySize(); in TEST_P() local
[all …]
/external/icu/icu4c/source/samples/cal/
Duprint.c40 int32_t arraySize; in uprint() local
/external/icu/icu4c/source/samples/date/
Duprint.c41 int32_t arraySize; in uprint() local
/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/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/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/replicaisland/src/com/replica/replicaisland/
DPhasedObjectManager.java40 public PhasedObjectManager(int arraySize) { in PhasedObjectManager()
/external/icu/icu4c/source/samples/legacy/
Dlegacy.cpp45 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) { in printArray()
/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/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c87 uint32 arraySize; in svga_can_create_resource() local
/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/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
233 uint32_t arraySize, in DeclareStructure()
277 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/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarCache.java120 private int arraySize = primes[pIndex]; field in CalendarCache
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp58 const deUint32 arraySize) in makeBufferImageCopy()

1234567