Home
last modified time | relevance | path

Searched defs:arraySize (Results 51 - 75 of 164) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp620 const int arraySize = 3; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp94 const int arraySize = entry.arraySize; in generateValue() local
205 const int arraySize = curType.getArraySize(); in generateSharedMemoryWrites() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.h89 uint32_t arraySize = kInvalid; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderVars.cpp185 unsigned int arraySize = arraySizes[arraySizes.size() - 1u - arrayNestingIndex]; in getNestedArraySize() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteStructSamplers.cpp634 unsigned int arraySize = *it; in enterArray() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp96 size_t arraySize = type.getOutermostArraySize(); in CreateZeroNode() local
227 DeclareStructure( TIntermBlock *root, TSymbolTable *symbolTable, TFieldList *fieldList, TQualifier qualifier, const TMemoryQualifier &memoryQualifier, uint32_t arraySize, const ImmutableString &structTypeName, const ImmutableString *structInstanceName) DeclareStructure() argument
271 DeclareInterfaceBlock(TIntermBlock *root, TSymbolTable *symbolTable, TFieldList *fieldList, TQualifier qualifier, const TLayoutQualifier &layoutQualifier, const TMemoryQualifier &memoryQualifier, uint32_t arraySize, const ImmutableString &blockTypeName, const ImmutableString &blockVariableName) DeclareInterfaceBlock() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DDeclarePerVertexBlocks.cpp364 uint32_t arraySize = 0; in declareDefaultGlOut() local
383 uint32_t arraySize = mResources.MaxPatchVertices; in declareDefaultGlIn() local
279 declarePerVertex(TQualifier qualifier, uint32_t arraySize, ImmutableString &variableName) declarePerVertex() argument
H A DReplaceForShaderFramebufferFetch.cpp563 const unsigned int arraySize = in declareSubpassInputVariables() local
589 size_t arraySize = in loadInputAttachmentData() local
421 loadInputAttachmentDataImpl( const size_t arraySize, const unsigned int inputAttachmentIndex, const TVariable *loadInputAttachmentDataVar) loadInputAttachmentDataImpl() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h63 const unsigned int arraySize; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp338 auto arraySize = GetConstScalarInt(type.definition.word(3)); in VisitMemoryObjectInner() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp110 Variable::Variable(Type *type, int arraySize) in Variable() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java94 SmallSortedMap<FieldDescriptorType, Object> newFieldMap(int arraySize) { in newFieldMap() argument
125 static <K extends Comparable<K>, V> SmallSortedMap<K, V> newInstanceForTest(int arraySize) { in newInstanceForTest() argument
146 private SmallSortedMap(int arraySize) { in SmallSortedMap() argument
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderVars.h283 unsigned int arraySize; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformBlockTests.cpp501 const int arraySize = 3; in init() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp455 const int arraySize = (!isArray) ? (1) : (inUnsizedArray) ? (m_unsizedArraySize) : (enclosingcomponent.getVariableType()->getArraySize()); in validateSingleVariable() local
477 int arraySize; in validateBuiltinVariable() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageViewTests.cpp120 const int arraySize = getArraySize(imageViewType); in getImageSamplingInstanceParams() local
368 const deUint32 arraySize = ImageViewTest::getArraySize(viewType); in createSubresourceRangeTests() local
629 deUint32 arraySize = 0; createComponentSwizzleTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp559 const int arraySize = 3; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockTests.cpp620 const int arraySize = 3; in init() local
/third_party/glslang/glslang/MachineIndependent/
H A Dreflection.cpp620 int arraySize in addDereferencedUniform() local
249 blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBinary*>& derefs, TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize, int topLevelArraySize, int topLevelArrayStride, TStorageQualifier baseStorage, bool active) blowUpActiveAggregate() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp445 std::string getSizeName (VkImageViewType viewType, const tcu::IVec3& size, int arraySize, bool pipelineProtectedAccess, bool pipelineProtectedFlag) in getSizeName() argument
101 ImageTest(tcu::TestContext& testContext, const char* name, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int imageCount, int arraySize, bool pipelineProtectedAccess, bool pipelineProtectedFlag) ImageTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp171 int arraySize; member
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp275 void setArraySize(int arraySize) in setArraySize() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3DTextureTest.cpp1551 const UINT arraySize = 4; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h65 int arraySize; member
89 unsigned int arraySize; member
151 int arraySize; member
[all...]
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp288 int arraySize = this->readS8(); in element() local
387 int arraySize = this->readS8(); in statement() local

Completed in 31 milliseconds

1234567