Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3249 TIntermAggregate* argAggregate = arguments->getAsAggregate(); in decomposeStructBufferMethods() local
3255 if (argAggregate) { in decomposeStructBufferMethods()
3256 if (argAggregate->getSequence().empty()) in decomposeStructBufferMethods()
3258 bufferObj = argAggregate->getSequence()[0]->getAsTyped(); in decomposeStructBufferMethods()
3292 … TIntermTyped* argIndex = makeIntegerIndex(argAggregate->getSequence()[1]->getAsTyped()); // index in decomposeStructBufferMethods()
3324 … TIntermTyped* argIndex = makeIntegerIndex(argAggregate->getSequence()[1]->getAsTyped()); // index in decomposeStructBufferMethods()
3391 … TIntermTyped* argIndex = makeIntegerIndex(argAggregate->getSequence()[1]->getAsTyped()); // index in decomposeStructBufferMethods()
3392 TIntermTyped* argValue = argAggregate->getSequence()[2]->getAsTyped(); // value in decomposeStructBufferMethods()
3457 const int numArgs = (int)argAggregate->getSequence().size(); in decomposeStructBufferMethods()
3458 … TIntermTyped* argNumItems = argAggregate->getSequence()[1]->getAsTyped(); // out num items in decomposeStructBufferMethods()
[all …]