/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 175 unsigned int arrayElement) in readSurface() 199 unsigned int arrayElement) in readDepth() 219 unsigned int arrayElement) in readVolume() 242 unsigned int arrayElement) in readSurface1D() 267 unsigned int arrayElement, in read() 288 unsigned int arrayElement, in readUsingBuffer() 420 unsigned int arrayElement) in readSurfaceLinear() 432 unsigned int arrayElement, in readLinear() 464 unsigned int arrayElement, in copyToLinearImage() 533 unsigned int arrayElement) in uploadVolume() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | blocklayout.cpp | 78 for (unsigned int arrayElement = 0u; arrayElement < count; ++arrayElement) in TraverseStructArrayVariable() local 108 for (unsigned int arrayElement = 0u; arrayElement < count; ++arrayElement) in TraverseArrayOfArraysVariable() local 421 unsigned int arrayElement) in enterArrayElement() 431 unsigned int arrayElement) in exitArrayElement() 518 unsigned int arrayElement) in enterArrayElement() 542 unsigned int arrayElement) in exitArrayElement()
|
D | blocklayout.h | 204 virtual void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in enterArrayElement() 205 virtual void exitArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in exitArrayElement()
|
D | blocklayoutHLSL.cpp | 139 for (size_t arrayElement = 0; arrayElement < variable.getArraySizeProduct(); arrayElement++) in HLSLVariableRegisterCount() local
|
D | VariablePacker.cpp | 51 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in ExpandStructArrayVariable() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | blocklayout.cpp | 85 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in TraverseStructArrayVariable() local 115 for (unsigned int arrayElement = 0u; arrayElement < count; ++arrayElement) in TraverseArrayOfArraysVariable() local 475 unsigned int arrayElement) in enterArrayElement() 485 unsigned int arrayElement) in exitArrayElement() 572 unsigned int arrayElement) in enterArrayElement() 596 unsigned int arrayElement) in exitArrayElement()
|
D | blocklayout.h | 206 virtual void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in enterArrayElement() 207 virtual void exitArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in exitArrayElement()
|
D | blocklayoutHLSL.cpp | 139 for (size_t arrayElement = 0; arrayElement < variable.getArraySizeProduct(); arrayElement++) in HLSLVariableRegisterCount() local
|
D | VariablePacker.cpp | 51 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in ExpandStructArrayVariable() local
|
/third_party/skia/third_party/externals/angle2/util/capture/ |
D | frame_capture_test_utils.cpp | 55 const rapidjson::Document::ValueType &arrayElement = traceArray[arrayIndex]; in LoadTraceNamesFromJSON() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 656 …const ResourceDefinition::ArrayElement* arrayElement = static_cast<const ResourceDefinition::Array… in generateProgramDefinitionFromResource() local 1197 …const ResourceDefinition::ArrayElement* arrayElement = static_cast<const ResourceDefinition::Array… in genTestCaseName() local 3316 …const ResourceDefinition::Node::SharedPtr arrayElement (new ResourceDefinition::ArrayElement(paren… in generateVariableArrayCases() local 3409 …const ResourceDefinition::Node::SharedPtr arrayElement (new ResourceDefinition::ArrayElement(unifo… in generateUniformCaseBlocks() local 3437 …const ResourceDefinition::Node::SharedPtr arrayElement(new ResourceDefinition::ArrayElement(parent… in generateBufferBackedResourceListBlockContentCases() local 3460 …const ResourceDefinition::Node::SharedPtr arrayElement(new ResourceDefinition::ArrayElement(parent… in generateBufferBackedVariableAggregateTypeCases() local 3515 …const ResourceDefinition::Node::SharedPtr arrayElement (new ResourceDefinition::ArrayElement(paren… in generateBufferBackedArrayStrideTypeAggregateSubCases() local 3528 …const ResourceDefinition::Node::SharedPtr arrayElement (new ResourceDefinition::ArrayElement(paren… in generateBufferBackedArrayStrideTypeAggregateCases() local 3655 …const ResourceDefinition::Node::SharedPtr arrayElement (new ResourceDefinition::ArrayElement(bindi… in generateUniformBlockBlockIndexContents() local 3675 …const ResourceDefinition::Node::SharedPtr arrayElement (new ResourceDefinition::ArrayElement(pare… in generateUniformBlockAtomicCounterBufferIndexContents() local [all …]
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgVariableValue.hpp | 98 …ConstStridedValueAccess arrayElement (int elementNdx) const { return ConstStridedValueAccess(ge… in arrayElement() function in rsg::ConstStridedValueAccess 131 …StridedValueAccess arrayElement (int elementNdx) { return StridedValueAccess(this->getType().ge… in arrayElement() function in rsg::StridedValueAccess 228 inline ConstValueRangeAccess ConstValueRangeAccess::arrayElement (int elementNdx) const in arrayElement() function in rsg::ConstValueRangeAccess 259 inline ValueRangeAccess ValueRangeAccess::arrayElement (int elementNdx) in arrayElement() function in rsg::ValueRangeAccess
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.hpp | 137 static inline Location bindingArrayElement (deUint32 binding_, deUint32 arrayElement) in bindingArrayElement() 144 inline Location (deUint32 binding_, deUint32 arrayElement) in Location()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.cpp | 57 for (const ShaderInterfaceVariableXfbInfo &arrayElement : xfb.arrayElements) in SaveShaderInterfaceVariableXfbInfo() local 788 uint32_t arrayElement, in WriteBufferDescriptorSetBinding() 1281 uint32_t arrayElement = block.isArray ? block.arrayElement : 0; in updateBuffersDescriptorSet() local 1477 for (uint32_t arrayElement = 0; arrayElement < arraySize; ++arrayElement) in updateImagesDescriptorSet() local 1508 for (uint32_t arrayElement = 0; arrayElement < arraySize; ++arrayElement) in updateImagesDescriptorSet() local 1803 for (uint32_t arrayElement = 0; arrayElement < arraySize; ++arrayElement) in updateTexturesDescriptorSet() local 1827 for (uint32_t arrayElement = 0; arrayElement < arraySize; ++arrayElement) in updateTexturesDescriptorSet() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Uniform.h | 129 unsigned int arrayElement; member
|
D | VaryingPacking.cpp | 255 for (unsigned int arrayElement = 0; arrayElement < arrayElementCount; ++arrayElement) in insert() local
|
D | ProgramLinkedResources.cpp | 1127 for (unsigned int arrayElement = 0; arrayElement < interfaceBlock.elementCount(); in defineInterfaceBlock() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Uniform.h | 131 unsigned int arrayElement; member
|
D | VaryingPacking.cpp | 493 for (unsigned int arrayElement = 0; arrayElement < arrayElementCount; ++arrayElement) in insertVaryingIntoRegisterMap() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 231 uint32_t arrayElement, in WriteBufferDescriptorSetBinding() 1257 uint32_t arrayElement = block.isArray ? block.arrayElement : 0; in updateBuffersDescriptorSet() local 1456 for (uint32_t arrayElement = 0; arrayElement < samplerBinding.boundTextureUnits.size(); in updateTexturesDescriptorSet() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UniformTest.cpp | 764 for (size_t arrayElement = 0; arrayElement < 5; ++arrayElement) in TEST_P() local 780 for (size_t arrayElement = 0; arrayElement < 5; ++arrayElement) in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UniformTest.cpp | 776 for (size_t arrayElement = 0; arrayElement < 5; ++arrayElement) in TEST_P() local 792 for (size_t arrayElement = 0; arrayElement < 5; ++arrayElement) in TEST_P() local
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDescriptorSetLayout.cpp | 270 …ptorPointer(DescriptorSet *descriptorSet, uint32_t bindingNumber, uint32_t arrayElement, uint32_t … in getDescriptorPointer()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteStructSamplers.cpp | 376 for (unsigned int arrayElement = 0; arrayElement < arraySizes[0]; ++arrayElement) in extractFieldSamplers() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 541 void streamValue(std::ostringstream& str, int arrayElement = 0, int column = 0) const in streamValue() 1026 for (int arrayElement = 0; arrayElement < uniform.type.arraySize; arrayElement++) in streamUniformValidator() local
|