Searched defs:addIndex (Results 1 – 6 of 6) sorted by relevance
154 void PrimitiveRestartCase::addIndex (deUint32 index) in addIndex() function in deqp::gles3::Functional::PrimitiveRestartCase
409 void addIndex(uint32_t Index) { in addIndex() function
458 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const … in addIndex() function in TIntermediate
265 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourc… in addIndex() function in glslang::TIntermediate
997 void addIndex(ConstantInteger32 *Index) { in addIndex() function
2594 const auto addIndex = [this, &loc](TIntermTyped* node, int pos) -> TIntermTyped* { in assignClipCullDistance() local