HomeSort by relevance Sort by last modified time
    Searched refs:VariableStatement (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 694 class VariableStatement : public Statement
697 VariableStatement (const VariableP<T>& variable, const ExprP<T>& value,
733 StatementP variableStatement (const VariableP<T>& variable,
737 return StatementP(new VariableStatement<T>(variable, value, isDeclaration));
743 return variableStatement(variable, definiens, true);
749 return variableStatement(variable, value, false);
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 715 class VariableStatement : public Statement
718 VariableStatement (const VariableP<T>& variable, const ExprP<T>& value,
754 StatementP variableStatement (const VariableP<T>& variable,
758 return StatementP(new VariableStatement<T>(variable, value, isDeclaration));
764 return variableStatement(variable, definiens, true);
770 return variableStatement(variable, value, false);
    [all...]

Completed in 155 milliseconds