/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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(restartInde in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 1257 geometry->addIndex(0); in initBottomAccelerationStructures() 1258 geometry->addIndex(1); in initBottomAccelerationStructures() 1259 geometry->addIndex(2); in initBottomAccelerationStructures() 1260 geometry->addIndex(2); in initBottomAccelerationStructures() 1261 geometry->addIndex(1); in initBottomAccelerationStructures() 1262 geometry->addIndex(3); in initBottomAccelerationStructures() 1266 geometry->addIndex(2); in initBottomAccelerationStructures() 1267 geometry->addIndex(1); in initBottomAccelerationStructures() 1268 geometry->addIndex(0); in initBottomAccelerationStructures() 1269 geometry->addIndex( in initBottomAccelerationStructures() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 1248 geometry->addIndex(0); in initBottomAccelerationStructures() 1249 geometry->addIndex(1); in initBottomAccelerationStructures() 1250 geometry->addIndex(2); in initBottomAccelerationStructures() 1251 geometry->addIndex(2); in initBottomAccelerationStructures() 1252 geometry->addIndex(1); in initBottomAccelerationStructures() 1253 geometry->addIndex(3); in initBottomAccelerationStructures() 1257 geometry->addIndex(2); in initBottomAccelerationStructures() 1258 geometry->addIndex(1); in initBottomAccelerationStructures() 1259 geometry->addIndex(0); in initBottomAccelerationStructures() 1260 geometry->addIndex( in initBottomAccelerationStructures() [all...] |
/third_party/glslang/glslang/HLSL/ |
H A 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(EOpMatrixSwizzl in handleDotDereference() 2776 const auto addIndex = [this, &loc](TIntermTyped* node, int pos) -> TIntermTyped* { assignClipCullDistance() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | localintermediate.h | 37 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc&);
|
H A D | ParseHelper.cpp | 2566 indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, indexExpression, location); in addIndexExpression() 2583 indexedExpression = intermediate.addIndex(EOpIndexIndirect, baseExpression, indexExpression, location); 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()
|
H A D | Intermediate.cpp | 456 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc &line) in addIndex() function in TIntermediate
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 360 geometry->addIndex(0); in initBottomAccelerationStructures() 361 geometry->addIndex(1); in initBottomAccelerationStructures() 362 geometry->addIndex(2); in initBottomAccelerationStructures() 363 geometry->addIndex(2); in initBottomAccelerationStructures() 364 geometry->addIndex(1); in initBottomAccelerationStructures() 365 geometry->addIndex(3); in initBottomAccelerationStructures() 369 geometry->addIndex(2); in initBottomAccelerationStructures() 370 geometry->addIndex(1); in initBottomAccelerationStructures() 371 geometry->addIndex(0); in initBottomAccelerationStructures() 372 geometry->addIndex( in initBottomAccelerationStructures() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 345 geometry->addIndex(0); in initBottomAccelerationStructures() 346 geometry->addIndex(1); in initBottomAccelerationStructures() 347 geometry->addIndex(2); in initBottomAccelerationStructures() 348 geometry->addIndex(2); in initBottomAccelerationStructures() 349 geometry->addIndex(1); in initBottomAccelerationStructures() 350 geometry->addIndex(3); in initBottomAccelerationStructures() 354 geometry->addIndex(2); in initBottomAccelerationStructures() 355 geometry->addIndex(1); in initBottomAccelerationStructures() 356 geometry->addIndex(0); in initBottomAccelerationStructures() 357 geometry->addIndex( in initBottomAccelerationStructures() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.hpp | 116 virtual void addIndex (const deUint32& index) = 0; 241 void addIndex (const deUint32& index) override; 428 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/ |
H A D | IceCfg.cpp | 1404 ShuffleVector->addIndex(Index); in materializeVectorShuffles() 1406 ShuffleVector->addIndex(llvm::cast<ConstantInteger32>( in materializeVectorShuffles()
|
H A D | IceInst.h | 951 void addIndex(ConstantInteger32 *Index) { in addIndex() function in Ice::InstShuffleVector
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 519 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc&);
|
H A D | ParseHelper.cpp | 473 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable() 613 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleBracketDereference() 644 result = intermediate.addIndex(EOpIndexIndirect, base, index, loc); in handleBracketDereference() 1008 result = intermediate.addIndex(EOpIndexDirectStruct, base, index, loc); in handleDotDereference() 1085 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleDotSwizzle() 1089 result = intermediate.addIndex(EOpVectorSwizzle, base, index, loc); in handleDotSwizzle()
|
H A 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/ |
H A D | SubzeroReactor.cpp | 1923 shuffle->addIndex(llvm::cast<Ice::ConstantInteger32>(::context->getConstantInt32(select[i])));
|