/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 108 void addIndex (deUint32 index); 154 void PrimitiveRestartCase::addIndex (deUint32 index) in addIndex() function in deqp::gles3::Functional::PrimitiveRestartCase 273 addIndex(restartIndex); in init() 275 addIndex(restartIndex); in init() 298 addIndex(curIndex++); in init() 303 addIndex(restartIndex); in init() 305 addIndex(restartIndex); in init() 334 addIndex(curIndex++); in init() 339 addIndex(restartIndex); in init() 341 addIndex(restartIndex); in init() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingAccelerationStructuresTests.cpp | 338 geometry->addIndex(0); in initBottomAccelerationStructures() 339 geometry->addIndex(1); in initBottomAccelerationStructures() 340 geometry->addIndex(2); in initBottomAccelerationStructures() 341 geometry->addIndex(2); in initBottomAccelerationStructures() 342 geometry->addIndex(1); in initBottomAccelerationStructures() 343 geometry->addIndex(3); in initBottomAccelerationStructures() 347 geometry->addIndex(2); in initBottomAccelerationStructures() 348 geometry->addIndex(1); in initBottomAccelerationStructures() 349 geometry->addIndex(0); in initBottomAccelerationStructures() 350 geometry->addIndex(3); in initBottomAccelerationStructures() [all …]
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 675 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable() 763 TIntermTyped* element = intermediate.addIndex(idxOp, sbArray, index, loc); in handleBracketOperator() 842 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleBracketDereference() 844 result = intermediate.addIndex(EOpIndexIndirect, base, index, loc); in handleBracketDereference() 980 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleDotDereference() 984 result = intermediate.addIndex(EOpVectorSwizzle, base, index, loc); in handleDotDereference() 1000 result = intermediate.addIndex(EOpIndexDirect, base, in handleDotDereference() 1005 result = intermediate.addIndex(EOpIndexDirect, result, in handleDotDereference() 1018 … result = intermediate.addIndex(EOpIndexDirect, base, intermediate.addConstantUnion(column, loc), in handleDotDereference() 1026 result = intermediate.addIndex(EOpMatrixSwizzle, base, index, loc); in handleDotDereference() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryAccelerationStructuresTests.cpp | 1246 geometry->addIndex(0); in initBottomAccelerationStructures() 1247 geometry->addIndex(1); in initBottomAccelerationStructures() 1248 geometry->addIndex(2); in initBottomAccelerationStructures() 1249 geometry->addIndex(2); in initBottomAccelerationStructures() 1250 geometry->addIndex(1); in initBottomAccelerationStructures() 1251 geometry->addIndex(3); in initBottomAccelerationStructures() 1255 geometry->addIndex(2); in initBottomAccelerationStructures() 1256 geometry->addIndex(1); in initBottomAccelerationStructures() 1257 geometry->addIndex(0); in initBottomAccelerationStructures() 1258 geometry->addIndex(3); in initBottomAccelerationStructures() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | localintermediate.h | 37 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc&);
|
D | ParseHelper.cpp | 2566 …indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, indexExpression, locatio… in addIndexExpression() 2583 …indexedExpression = intermediate.addIndex(EOpIndexIndirect, baseExpression, indexExpression, locat… in addIndexExpression() 2671 indexedExpression = intermediate.addIndex(EOpVectorSwizzle, baseExpression, index, dotLocation); in addFieldSelectionExpression() 2719 …indexedExpression = intermediate.addIndex(EOpIndexDirectStruct, baseExpression, index, dotLocation… in addFieldSelectionExpression() 2757 indexedExpression = intermediate.addIndex(EOpIndexDirectInterfaceBlock, baseExpression, index, in addFieldSelectionExpression()
|
D | Intermediate.cpp | 456 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const … in addIndex() function in TIntermediate
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkRayTracingUtil.hpp | 114 virtual void addIndex (const deUint32& index) = 0; 237 void addIndex (const deUint32& index) override; 424 void RaytracedGeometry<V, I>::addIndex (const deUint32& index) in addIndex() function in vk::RaytracedGeometry
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 1404 ShuffleVector->addIndex(Index); in materializeVectorShuffles() 1406 ShuffleVector->addIndex(llvm::cast<ConstantInteger32>( in materializeVectorShuffles()
|
D | IceInst.h | 951 void addIndex(ConstantInteger32 *Index) { in addIndex() function
|
/third_party/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 472 … TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc&);
|
D | ParseHelper.cpp | 348 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable() 473 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleBracketDereference() 506 result = intermediate.addIndex(EOpIndexIndirect, base, index, loc); in handleBracketDereference() 861 result = intermediate.addIndex(EOpIndexDirectStruct, base, index, loc); in handleDotDereference() 922 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleDotSwizzle() 926 result = intermediate.addIndex(EOpVectorSwizzle, base, index, loc); in handleDotSwizzle()
|
D | Intermediate.cpp | 340 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, in addIndex() function in glslang::TIntermediate
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1923 shuffle->addIndex(llvm::cast<Ice::ConstantInteger32>(::context->getConstantInt32(select[i]))); in createShuffleVector()
|