Home
last modified time | relevance | path

Searched defs:addIndex (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp154 void PrimitiveRestartCase::addIndex (deUint32 index) in addIndex() function in deqp::gles3::Functional::PrimitiveRestartCase
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h409 void addIndex(uint32_t Index) { in addIndex() function
/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp458 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const … in addIndex() function in TIntermediate
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp265 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourc… in addIndex() function in glslang::TIntermediate
/external/swiftshader/third_party/subzero/src/
DIceInst.h997 void addIndex(ConstantInteger32 *Index) { in addIndex() function
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp2594 const auto addIndex = [this, &loc](TIntermTyped* node, int pos) -> TIntermTyped* { in assignClipCullDistance() local