Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3996 TIntermAggregate* compoundStatement = intermediate.makeAggregate(sizeQueryAssign, loc); in decomposeSampleMethods() local
4016 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign); in decomposeSampleMethods()
4029 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign); in decomposeSampleMethods()
4042 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign); in decomposeSampleMethods()
4045 compoundStatement->setOperator(EOpSequence); in decomposeSampleMethods()
4046 compoundStatement->setLoc(loc); in decomposeSampleMethods()
4047 compoundStatement->setType(TType(EbtVoid)); in decomposeSampleMethods()
4049 node = compoundStatement; in decomposeSampleMethods()
4439 TIntermAggregate* compoundStatement = nullptr; in decomposeSampleMethods() local
4445 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign); in decomposeSampleMethods()
[all …]
DhlslGrammar.cpp3388 TIntermAggregate* compoundStatement = nullptr; in acceptCompoundStatement() local
3401 parseContext.wrapupSwitchSubsequence(compoundStatement, statement); in acceptCompoundStatement()
3402 compoundStatement = nullptr; in acceptCompoundStatement()
3405 compoundStatement = intermediate.growAggregate(compoundStatement, statement); in acceptCompoundStatement()
3408 if (compoundStatement) in acceptCompoundStatement()
3409 compoundStatement->setOperator(EOpSequence); in acceptCompoundStatement()
3411 retStatement = compoundStatement; in acceptCompoundStatement()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp577 StatementP compoundStatement (const vector<StatementP>& statements);
834 StatementP compoundStatement(const vector<StatementP>& statements) in compoundStatement() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp875 StatementP compoundStatement (const vector<StatementP>& statements);
1146 StatementP compoundStatement(const vector<StatementP>& statements) in compoundStatement() function