Home
last modified time | relevance | path

Searched refs:argOffset (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3858 TIntermTyped* argOffset = nullptr; in decomposeSampleMethods() local
3870 argOffset = argAggregate->getSequence()[nextArg++]->getAsTyped(); in decomposeSampleMethods()
3882 if (argOffset != nullptr) in decomposeSampleMethods()
3883 txsample->getSequence().push_back(argOffset); in decomposeSampleMethods()
3897 TIntermTyped* argOffset = nullptr; in decomposeSampleMethods() local
3904 argOffset = argAggregate->getSequence()[5]->getAsTyped(); in decomposeSampleMethods()
3915 if (argOffset != nullptr) in decomposeSampleMethods()
3916 txsample->getSequence().push_back(argOffset); in decomposeSampleMethods()
4061 TIntermTyped* argOffset = nullptr; in decomposeSampleMethods() local
4077 argOffset = argAggregate->getSequence()[4]->getAsTyped(); in decomposeSampleMethods()
[all …]
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3781 argOffset = 1
3784 argOffset = 0
3789 items2 = list(fob.func_code.co_varnames[argOffset:counter])
3790 realArgs = fob.func_code.co_varnames[argOffset:counter]