Home
last modified time | relevance | path

Searched defs:arrayElement (Results 1 – 25 of 31) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp175 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/
Dblocklayout.cpp78 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()
Dblocklayout.h204 virtual void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in enterArrayElement()
205 virtual void exitArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in exitArrayElement()
DblocklayoutHLSL.cpp139 for (size_t arrayElement = 0; arrayElement < variable.getArraySizeProduct(); arrayElement++) in HLSLVariableRegisterCount() local
DVariablePacker.cpp51 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in ExpandStructArrayVariable() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.cpp85 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()
Dblocklayout.h206 virtual void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in enterArrayElement()
207 virtual void exitArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in exitArrayElement()
DblocklayoutHLSL.cpp139 for (size_t arrayElement = 0; arrayElement < variable.getArraySizeProduct(); arrayElement++) in HLSLVariableRegisterCount() local
DVariablePacker.cpp51 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in ExpandStructArrayVariable() local
/third_party/skia/third_party/externals/angle2/util/capture/
Dframe_capture_test_utils.cpp55 const rapidjson::Document::ValueType &arrayElement = traceArray[arrayIndex]; in LoadTraceNamesFromJSON() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp656 …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/
DrsgVariableValue.hpp98 …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/
DvkBuilderUtil.hpp137 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/
DProgramExecutableVk.cpp57 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/
DUniform.h129 unsigned int arrayElement; member
DVaryingPacking.cpp255 for (unsigned int arrayElement = 0; arrayElement < arrayElementCount; ++arrayElement) in insert() local
DProgramLinkedResources.cpp1127 for (unsigned int arrayElement = 0; arrayElement < interfaceBlock.elementCount(); in defineInterfaceBlock() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h131 unsigned int arrayElement; member
DVaryingPacking.cpp493 for (unsigned int arrayElement = 0; arrayElement < arrayElementCount; ++arrayElement) in insertVaryingIntoRegisterMap() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp231 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/
DUniformTest.cpp764 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/
DUniformTest.cpp776 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/
DVkDescriptorSetLayout.cpp270 …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/
DRewriteStructSamplers.cpp376 for (unsigned int arrayElement = 0; arrayElement < arraySizes[0]; ++arrayElement) in extractFieldSamplers() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp541 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

12