Lines Matching refs:CommandParser
51 CommandParser::CommandParser(Script* script, in CommandParser() function in amber::vkscript::CommandParser
61 CommandParser::~CommandParser() = default;
63 std::string CommandParser::make_error(const std::string& err) { in make_error()
67 Result CommandParser::ParseBoolean(const std::string& str, bool* result) { in ParseBoolean()
86 Result CommandParser::Parse() { in Parse()
254 Result CommandParser::ProcessDrawRect() { in ProcessDrawRect()
310 Result CommandParser::ProcessDrawArrays() { in ProcessDrawArrays()
372 Result CommandParser::ProcessCompute() { in ProcessCompute()
408 Result CommandParser::ProcessClear() { in ProcessClear()
484 Result CommandParser::ParseValues(const std::string& name, in ParseValues()
533 Result CommandParser::ProcessSSBO() { in ProcessSSBO()
670 Result CommandParser::ProcessUniform() { in ProcessUniform()
802 Result CommandParser::ProcessTolerance() { in ProcessTolerance()
849 Result CommandParser::ProcessPatch() { in ProcessPatch()
878 Result CommandParser::ProcessEntryPoint(const std::string& name) { in ProcessEntryPoint()
903 Result CommandParser::ProcessProbe(bool relative) { in ProcessProbe()
1071 Result CommandParser::ProcessTopology() { in ProcessTopology()
1117 Result CommandParser::ProcessPolygonMode() { in ProcessPolygonMode()
1146 Result CommandParser::ProcessLogicOp() { in ProcessLogicOp()
1201 Result CommandParser::ProcessCullMode() { in ProcessCullMode()
1241 Result CommandParser::ProcessFrontFace() { in ProcessFrontFace()
1268 Result CommandParser::ProcessBooleanPipelineData(const std::string& name, in ProcessBooleanPipelineData()
1289 Result CommandParser::ProcessPrimitiveRestartEnable() { in ProcessPrimitiveRestartEnable()
1299 Result CommandParser::ProcessDepthClampEnable() { in ProcessDepthClampEnable()
1309 Result CommandParser::ProcessRasterizerDiscardEnable() { in ProcessRasterizerDiscardEnable()
1319 Result CommandParser::ProcessDepthBiasEnable() { in ProcessDepthBiasEnable()
1329 Result CommandParser::ProcessLogicOpEnable() { in ProcessLogicOpEnable()
1339 Result CommandParser::ProcessBlendEnable() { in ProcessBlendEnable()
1349 Result CommandParser::ProcessDepthTestEnable() { in ProcessDepthTestEnable()
1359 Result CommandParser::ProcessDepthWriteEnable() { in ProcessDepthWriteEnable()
1369 Result CommandParser::ProcessDepthBoundsTestEnable() { in ProcessDepthBoundsTestEnable()
1379 Result CommandParser::ProcessStencilTestEnable() { in ProcessStencilTestEnable()
1389 Result CommandParser::ProcessFloatPipelineData(const std::string& name, in ProcessFloatPipelineData()
1411 Result CommandParser::ProcessDepthBiasConstantFactor() { in ProcessDepthBiasConstantFactor()
1421 Result CommandParser::ProcessDepthBiasClamp() { in ProcessDepthBiasClamp()
1431 Result CommandParser::ProcessDepthBiasSlopeFactor() { in ProcessDepthBiasSlopeFactor()
1441 Result CommandParser::ProcessLineWidth() { in ProcessLineWidth()
1451 Result CommandParser::ProcessMinDepthBounds() { in ProcessMinDepthBounds()
1461 Result CommandParser::ProcessMaxDepthBounds() { in ProcessMaxDepthBounds()
1471 Result CommandParser::ParseBlendFactorName(const std::string& name, in ParseBlendFactorName()
1519 Result CommandParser::ParseBlendFactor(const std::string& name, in ParseBlendFactor()
1540 Result CommandParser::ProcessSrcAlphaBlendFactor() { in ProcessSrcAlphaBlendFactor()
1550 Result CommandParser::ProcessDstAlphaBlendFactor() { in ProcessDstAlphaBlendFactor()
1560 Result CommandParser::ProcessSrcColorBlendFactor() { in ProcessSrcColorBlendFactor()
1570 Result CommandParser::ProcessDstColorBlendFactor() { in ProcessDstColorBlendFactor()
1580 Result CommandParser::ParseBlendOpName(const std::string& name, BlendOp* op) { in ParseBlendOpName()
1693 Result CommandParser::ParseBlendOp(const std::string& name, BlendOp* op) { in ParseBlendOp()
1713 Result CommandParser::ProcessColorBlendOp() { in ProcessColorBlendOp()
1723 Result CommandParser::ProcessAlphaBlendOp() { in ProcessAlphaBlendOp()
1733 Result CommandParser::ParseCompareOp(const std::string& name, CompareOp* op) { in ParseCompareOp()
1753 Result CommandParser::ParseCompareOpName(const std::string& name, in ParseCompareOpName()
1779 Result CommandParser::ProcessDepthCompareOp() { in ProcessDepthCompareOp()
1789 Result CommandParser::ProcessFrontCompareOp() { in ProcessFrontCompareOp()
1799 Result CommandParser::ProcessBackCompareOp() { in ProcessBackCompareOp()
1809 Result CommandParser::ParseStencilOp(const std::string& name, StencilOp* op) { in ParseStencilOp()
1829 Result CommandParser::ParseStencilOpName(const std::string& name, in ParseStencilOpName()
1855 Result CommandParser::ProcessFrontFailOp() { in ProcessFrontFailOp()
1865 Result CommandParser::ProcessFrontPassOp() { in ProcessFrontPassOp()
1875 Result CommandParser::ProcessFrontDepthFailOp() { in ProcessFrontDepthFailOp()
1885 Result CommandParser::ProcessBackFailOp() { in ProcessBackFailOp()
1895 Result CommandParser::ProcessBackPassOp() { in ProcessBackPassOp()
1905 Result CommandParser::ProcessBackDepthFailOp() { in ProcessBackDepthFailOp()
1915 Result CommandParser::ProcessFrontCompareMask() { in ProcessFrontCompareMask()
1919 Result CommandParser::ProcessFrontWriteMask() { in ProcessFrontWriteMask()
1923 Result CommandParser::ProcessBackCompareMask() { in ProcessBackCompareMask()
1927 Result CommandParser::ProcessBackWriteMask() { in ProcessBackWriteMask()
1931 Result CommandParser::ProcessFrontReference() { in ProcessFrontReference()
1949 Result CommandParser::ProcessBackReference() { in ProcessBackReference()
1967 Result CommandParser::ProcessColorWriteMask() { in ProcessColorWriteMask()
2000 Result CommandParser::ParseComparator(const std::string& name, in ParseComparator()
2021 Result CommandParser::ProcessProbeSSBO() { in ProcessProbeSSBO()