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
456 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const … in addIndex() function in TIntermediate
424 void RaytracedGeometry<V, I>::addIndex (const deUint32& index) in addIndex() function in vk::RaytracedGeometry
340 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, in addIndex() function in glslang::TIntermediate
951 void addIndex(ConstantInteger32 *Index) { in addIndex() function
2773 const auto addIndex = [this, &loc](TIntermTyped* node, int pos) -> TIntermTyped* { in assignClipCullDistance() local