| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664 |
- #include "BsSLFXCompiler.h"
- #include "BsGpuProgram.h"
- #include <regex>
- #include "BsShader.h"
- #include "BsTechnique.h"
- #include "BsPass.h"
- #include "BsSamplerState.h"
- #include "BsRenderAPI.h"
- #include "BsDebug.h"
- #include "BsShaderManager.h"
- #include "BsShaderInclude.h"
- extern "C" {
- #include "BsMMAlloc.h"
- #include "BsParserFX.h"
- #include "BsLexerFX.h"
- }
- using namespace std;
- namespace BansheeEngine
- {
- // Print out the FX AST, only for debug purposes
- void SLFXDebugPrint(ASTFXNode* node, String indent)
- {
- LOGWRN(indent + "NODE " + toString(node->type));
- for (int i = 0; i < node->options->count; i++)
- {
- OptionDataType odt = OPTION_LOOKUP[(int)node->options->entries[i].type].dataType;
- if (odt == ODT_Complex)
- {
- LOGWRN(indent + toString(i) + ". " + toString(node->options->entries[i].type));
- SLFXDebugPrint(node->options->entries[i].value.nodePtr, indent + "\t");
- continue;
- }
- String value;
- switch (odt)
- {
- case ODT_Bool:
- value = toString(node->options->entries[i].value.intValue != 0);
- break;
- case ODT_Int:
- value = toString(node->options->entries[i].value.intValue);
- break;
- case ODT_Float:
- value = toString(node->options->entries[i].value.floatValue);
- break;
- case ODT_String:
- value = node->options->entries[i].value.strValue;
- break;
- case ODT_Matrix:
- {
- Matrix4 mat4 = *(Matrix4*)(node->options->entries[i].value.matrixValue);
- value = toString(mat4);
- }
- break;
- }
- LOGWRN(indent + toString(i) + ". " + toString(node->options->entries[i].type) + " = " + value);
- }
- }
- ShaderPtr BSLFXCompiler::compile(const String& source)
- {
- String parsedSource = source;
- ParseState* parseState = parseStateCreate();
- Vector<CodeBlock> codeBlocks = parseCodeBlocks(parsedSource);
- parseFX(parseState, parsedSource.c_str());
- ShaderPtr output;
- if (parseState->hasError > 0)
- {
- LOGERR("Error while parsing shader FX code: " + String(parseState->errorMessage) + ". Location: " +
- toString(parseState->errorLine) + " (" + toString(parseState->errorColumn) + ")");
- parseStateDelete(parseState);
- }
- else
- {
- // Only enable for debug purposes
- //SLFXDebugPrint(parseState->rootNode, "");
- output = parseShader("Shader", parseState, codeBlocks);
- StringStream gpuProgError;
- bool hasError = false;
- if (output != nullptr)
- {
- TechniquePtr bestTechnique = output->getBestTechnique();
- if (bestTechnique != nullptr)
- {
- UINT32 numPasses = bestTechnique->getNumPasses();
- for (UINT32 i = 0; i < numPasses; i++)
- {
- PassPtr pass = bestTechnique->getPass(i);
- auto checkCompileStatus = [&](const String& prefix, const GpuProgramPtr& prog)
- {
- if (prog != nullptr)
- {
- prog->blockUntilCoreInitialized();
- if (!prog->isCompiled())
- {
- hasError = true;
- gpuProgError << prefix <<": " << prog->getCompileErrorMessage() << std::endl;
- }
- }
- };
- checkCompileStatus("Vertex program", pass->getVertexProgram());
- checkCompileStatus("Fragment program", pass->getFragmentProgram());
- checkCompileStatus("Geometry program", pass->getGeometryProgram());
- checkCompileStatus("Hull program", pass->getHullProgram());
- checkCompileStatus("Domain program", pass->getDomainProgram());
- checkCompileStatus("Compute program", pass->getComputeProgram());
- }
- }
- }
- if (hasError)
- LOGERR("Failed compiling GPU program(s): " + gpuProgError.str());
- }
- return output;
- }
- void BSLFXCompiler::parseFX(ParseState* parseState, const char* source)
- {
- yyscan_t scanner;
- YY_BUFFER_STATE state;
- if (yylex_init_extra(parseState, &scanner))
- return;
- state = yy_scan_string(source, scanner);
- if (yyparse(parseState, scanner))
- return;
- yy_delete_buffer(state, scanner);
- yylex_destroy(scanner);
- }
- Vector<BSLFXCompiler::CodeBlock> BSLFXCompiler::parseCodeBlocks(String& source)
- {
- std::regex pattern = std::regex(R"((Vertex|Fragment|Geometry|Hull|Domain|Compute|Common)\s*=\s*\{)");
- std::smatch matches;
- Vector<CodeBlock> codeBlocks;
- UINT32 offset = 0;
- while (std::regex_search(source.cbegin() + offset, source.cend(), matches, pattern))
- {
- UINT32 idx = (UINT32)codeBlocks.size();
- codeBlocks.push_back(CodeBlock());
- CodeBlock& newBlock = codeBlocks.back();
- std::string type = matches[1].str();
- if (type == "Vertex")
- newBlock.type = CodeBlockType::Vertex;
- else if (type == "Fragment")
- newBlock.type = CodeBlockType::Fragment;
- else if (type == "Geometry")
- newBlock.type = CodeBlockType::Geometry;
- else if (type == "Hull")
- newBlock.type = CodeBlockType::Hull;
- else if (type == "Domain")
- newBlock.type = CodeBlockType::Domain;
- else if (type == "Compute")
- newBlock.type = CodeBlockType::Compute;
- else if (type == "Common")
- newBlock.type = CodeBlockType::Common;
- offset += (UINT32)matches.position() + (UINT32)matches.length();
- StringStream newDataStream;
- newDataStream << "Index = " + toString(idx) + ";";
- StringStream codeStream;
- UINT32 ummatchedBrackets = 1;
- for (UINT32 i = offset; i < (UINT32)source.length(); i++)
- {
- if (source[i] == '{')
- ummatchedBrackets++;
- if (source[i] == '}')
- ummatchedBrackets--;
- if (ummatchedBrackets == 0)
- break;
- if (source[i] == '\r' || source[i] == '\n')
- newDataStream << source[i];
- codeStream << source[i];
- }
- newBlock.code = codeStream.str();
- source.erase(source.cbegin() + offset, source.cbegin() + offset + (UINT32)newBlock.code.size());
- String newData = newDataStream.str();
- source.insert(offset, newData);
- offset += (UINT32)newData.size();
- }
- return codeBlocks;
- }
- void BSLFXCompiler::mergeBlocks(ParseState* mergeInto, ASTFXNode* blocksNode)
- {
- if (blocksNode == nullptr || blocksNode->type != NT_Blocks)
- return;
- ASTFXNode* destBlocksNode = nullptr;
- for (int i = 0; i < mergeInto->rootNode->options->count; i++)
- {
- NodeOption* option = &mergeInto->rootNode->options->entries[i];
- if (option->type == OT_Blocks)
- {
- destBlocksNode = option->value.nodePtr;
- break;
- }
- }
- if (destBlocksNode == nullptr)
- {
- destBlocksNode = nodeCreate(mergeInto->memContext, NT_Blocks);
- NodeOption blocksOption; blocksOption.type = OT_Blocks; blocksOption.value.nodePtr = destBlocksNode;
- nodeOptionsAdd(mergeInto->memContext, mergeInto->rootNode->options, &blocksOption);
- }
- for (int i = 0; i < blocksNode->options->count; i++)
- {
- NodeOption* option = &blocksNode->options->entries[i];
- if (option->type == OT_Block)
- {
- ASTFXNode* dstBlock = nodeCreate(mergeInto->memContext, NT_Block);
- NodeOption blockOption; blockOption.type = OT_Block; blockOption.value.nodePtr = dstBlock;
- nodeOptionsAdd(mergeInto->memContext, destBlocksNode->options, &blockOption);
- ASTFXNode* srcBlock = option->value.nodePtr;
- for (int j = 0; j < srcBlock->options->count; j++)
- nodeOptionsAdd(mergeInto->memContext, dstBlock->options, &srcBlock->options->entries[j]);
- }
- }
- }
- void BSLFXCompiler::mergeParameters(ParseState* mergeInto, ASTFXNode* paramsNode)
- {
- if (paramsNode == nullptr || paramsNode->type != NT_Parameters)
- return;
- ASTFXNode* destParamsNode = nullptr;
- for (int i = 0; i < mergeInto->rootNode->options->count; i++)
- {
- NodeOption* option = &mergeInto->rootNode->options->entries[i];
- if (option->type == OT_Parameters)
- {
- destParamsNode = option->value.nodePtr;
- break;
- }
- }
- if (destParamsNode == nullptr)
- {
- destParamsNode = nodeCreate(mergeInto->memContext, NT_Parameters);
- NodeOption paramsOption; paramsOption.type = OT_Parameters; paramsOption.value.nodePtr = destParamsNode;
- nodeOptionsAdd(mergeInto->memContext, mergeInto->rootNode->options, ¶msOption);
- }
- for (int i = 0; i < paramsNode->options->count; i++)
- {
- NodeOption* option = ¶msNode->options->entries[i];
- if (option->type == OT_Parameter)
- {
- ASTFXNode* dstParam = nodeCreate(mergeInto->memContext, NT_Parameter);
- NodeOption paramOption; paramOption.type = OT_Parameter; paramOption.value.nodePtr = dstParam;
- nodeOptionsAdd(mergeInto->memContext, destParamsNode->options, ¶mOption);
- ASTFXNode* srcParam = option->value.nodePtr;
- for (int j = 0; j < srcParam->options->count; j++)
- nodeOptionsAdd(mergeInto->memContext, dstParam->options, &srcParam->options->entries[j]);
- }
- }
- }
- void BSLFXCompiler::getTechniqueIdentifier(ASTFXNode* technique, StringID& renderer, String& language)
- {
- renderer = RendererAny;
- language = "Any";
- for (int i = 0; i < technique->options->count; i++)
- {
- NodeOption* option = &technique->options->entries[i];
- switch (option->type)
- {
- case OT_Renderer:
- renderer = parseRenderer(removeQuotes(option->value.strValue));
- break;
- case OT_Language:
- language = removeQuotes(option->value.strValue);
- break;
- }
- }
- }
- bool BSLFXCompiler::isTechniqueMergeValid(ASTFXNode* into, ASTFXNode* from)
- {
- StringID intoRenderer = RendererAny;
- String intoLanguage = "Any";
- StringID fromRenderer = RendererAny;
- String fromLanguage = "Any";
- getTechniqueIdentifier(into, intoRenderer, intoLanguage);
- getTechniqueIdentifier(from, fromRenderer, fromLanguage);
- return (intoRenderer == fromRenderer || fromRenderer == RendererAny) && (intoLanguage == fromLanguage || fromLanguage == "Any");
- }
- void BSLFXCompiler::mergePass(ParseState* mergeInto, ASTFXNode* mergeIntoNode, ASTFXNode* mergeFromNode, UINT32 codeBlockOffset)
- {
- if (mergeIntoNode == nullptr || mergeIntoNode->type != NT_Pass || mergeFromNode == nullptr || mergeFromNode->type != NT_Pass)
- return;
- mergeCode(mergeInto, mergeIntoNode, mergeFromNode, codeBlockOffset);
- mergePassStates(mergeInto, mergeIntoNode, mergeFromNode);
- }
- void BSLFXCompiler::mergeCode(ParseState* mergeInto, ASTFXNode* mergeIntoNode, ASTFXNode* mergeFromNode, UINT32 codeBlockOffset)
- {
- for (int i = 0; i < mergeFromNode->options->count; i++)
- {
- NodeOption* option = &mergeFromNode->options->entries[i];
- if (option->type == OT_Code)
- {
- ASTFXNode* srcCodeNode = option->value.nodePtr;
- UINT32 origIndex = 0;
- for (int j = 0; j < srcCodeNode->options->count; j++)
- {
- NodeOption* codeOption = &srcCodeNode->options->entries[j];
- if (codeOption->type == OT_Index)
- origIndex = codeOption->value.intValue;
- }
- ASTFXNode* destCodeNode = nodeCreate(mergeInto->memContext, NT_Code);
- NodeOption index; index.type = OT_Index; index.value.intValue = codeBlockOffset + origIndex;
- nodeOptionsAdd(mergeInto->memContext, destCodeNode->options, &index);
- NodeOption code; code.type = OT_Code; code.value.nodePtr = destCodeNode;
- nodeOptionsAdd(mergeInto->memContext, mergeIntoNode->options, &code);
- }
- }
- }
- void BSLFXCompiler::mergePassStates(ParseState* mergeInto, ASTFXNode* mergeIntoNode, ASTFXNode* mergeFromNode)
- {
- for (int i = 0; i < mergeFromNode->options->count; i++)
- {
- NodeOption* option = &mergeFromNode->options->entries[i];
- // Skip these as we handle them specially elsewhere
- if (option->type == OT_Code || option->type == OT_Pass || option->type == OT_Renderer || option->type == OT_Language)
- continue;
- OptionDataType dataType = OPTION_LOOKUP[(int)option->type].dataType;
- if (dataType == ODT_Complex)
- {
- ASTFXNode* newNode = nullptr;
-
- if (option->value.nodePtr != nullptr)
- {
- newNode = nodeCreate(mergeInto->memContext, option->value.nodePtr->type);
- mergePassStates(mergeInto, newNode, option->value.nodePtr);
- }
-
- NodeOption newOption;
- newOption.type = option->type;
- newOption.value.nodePtr = newNode;
- nodeOptionsAdd(mergeInto->memContext, mergeIntoNode->options, &newOption);
- }
- else if (dataType == ODT_String)
- {
- NodeOption newOption;
- newOption.type = option->type;
- newOption.value.strValue = mmalloc_strdup(mergeInto->memContext, option->value.strValue);
- nodeOptionsAdd(mergeInto->memContext, mergeIntoNode->options, &newOption);
- }
- else
- {
- nodeOptionsAdd(mergeInto->memContext, mergeIntoNode->options, option);
- }
- }
- }
- void BSLFXCompiler::mergeTechnique(ParseState* mergeInto, ASTFXNode* mergeIntoNode, ASTFXNode* mergeFromNode, UINT32 codeBlockOffset)
- {
- if (mergeIntoNode == nullptr || mergeIntoNode->type != NT_Technique || mergeFromNode == nullptr || mergeFromNode->type != NT_Technique)
- return;
- mergeCode(mergeInto, mergeIntoNode, mergeFromNode, codeBlockOffset);
- mergePassStates(mergeInto, mergeIntoNode, mergeFromNode);
- Map<UINT32, ASTFXNode*, std::greater<UINT32>> fromPasses;
- UINT32 nextPassIdx = 0;
- for (int i = 0; i < mergeFromNode->options->count; i++)
- {
- NodeOption* option = &mergeFromNode->options->entries[i];
- if (option->type == OT_Pass)
- {
- ASTFXNode* passNode = option->value.nodePtr;
- UINT32 passIdx = nextPassIdx;
- for (int j = 0; j < passNode->options->count; j++)
- {
- NodeOption* passOption = &passNode->options->entries[i];
- if (passOption->type == OT_Index)
- passIdx = (UINT32)passOption->value.intValue;
- }
- fromPasses[passIdx] = passNode;
- nextPassIdx = std::max(nextPassIdx, passIdx) + 1;
- }
- }
- Map<UINT32, ASTFXNode*, std::greater<UINT32>> intoPasses;
- nextPassIdx = 0;
- for (int i = 0; i < mergeIntoNode->options->count; i++)
- {
- NodeOption* option = &mergeIntoNode->options->entries[i];
- if (option->type == OT_Pass)
- {
- ASTFXNode* passNode = option->value.nodePtr;
- UINT32 passIdx = nextPassIdx;
- for (int j = 0; j < passNode->options->count; j++)
- {
- NodeOption* passOption = &passNode->options->entries[i];
- if (passOption->type == OT_Index)
- passIdx = (UINT32)passOption->value.intValue;
- }
- intoPasses[passIdx] = passNode;
- nextPassIdx = std::max(nextPassIdx, passIdx) + 1;
- }
- }
- for (auto& fromPair : fromPasses)
- {
- auto iterFind = intoPasses.find(fromPair.first);
- if (iterFind != intoPasses.end())
- {
- mergePass(mergeInto, iterFind->second, fromPair.second, codeBlockOffset);
- }
- else
- {
- ASTFXNode* passNode = nodeCreate(mergeInto->memContext, NT_Pass);
- NodeOption passOption; passOption.type = OT_Pass; passOption.value.nodePtr = passNode;
- nodeOptionsAdd(mergeInto->memContext, mergeIntoNode->options, &passOption);
- mergePass(mergeInto, passNode, fromPair.second, codeBlockOffset);
- }
- }
- }
- void BSLFXCompiler::mergeTechniques(ParseState* mergeInto, ASTFXNode* techniqueNode, UINT32 codeBlockOffset)
- {
- if (techniqueNode == nullptr || techniqueNode->type != NT_Technique)
- return;
- bool anyMerged = false;
- for (int i = 0; i < mergeInto->rootNode->options->count; i++)
- {
- NodeOption* option = &mergeInto->rootNode->options->entries[i];
- if (option->type == OT_Technique)
- {
- if (isTechniqueMergeValid(option->value.nodePtr, techniqueNode))
- {
- mergeTechnique(mergeInto, option->value.nodePtr, techniqueNode, codeBlockOffset);
- anyMerged = true;
- break;
- }
- }
- }
- // If this is a language specific technique and it wasn't merged with anything, create a new technique node
- if (!anyMerged)
- {
- ASTFXNode* techniqueNode = nodeCreate(mergeInto->memContext, NT_Technique);
- NodeOption techniqueOption; techniqueOption.type = OT_Technique; techniqueOption.value.nodePtr = techniqueNode;
- nodeOptionsAdd(mergeInto->memContext, mergeInto->rootNode->options, &techniqueOption);
- mergeTechnique(mergeInto, techniqueNode, techniqueNode, codeBlockOffset);
- }
- }
- void BSLFXCompiler::mergeAST(ParseState* mergeInto, ASTFXNode* mergeFrom, UINT32 codeBlockOffset)
- {
- if (mergeInto->rootNode->type != NT_Shader || mergeFrom == nullptr || mergeFrom->type != NT_Shader)
- return;
- for (int i = 0; i < mergeFrom->options->count; i++)
- {
- NodeOption* option = &mergeFrom->options->entries[i];
- switch (option->type)
- {
- case OT_Separable:
- case OT_Queue:
- case OT_Priority:
- nodeOptionsAdd(mergeInto->memContext, mergeInto->rootNode->options, option);
- break;
- case OT_Technique:
- mergeTechniques(mergeInto, option->value.nodePtr, codeBlockOffset);
- break;
- case OT_Parameters:
- mergeParameters(mergeInto, option->value.nodePtr);
- break;
- case OT_Blocks:
- mergeBlocks(mergeInto, option->value.nodePtr);
- break;
- }
- }
- }
- StringID BSLFXCompiler::parseRenderer(const String& name)
- {
- if (name == "Any")
- return RendererAny;
- else if (name == "Default")
- return RendererDefault;
- return RendererAny;
- }
- void BSLFXCompiler::parseLanguage(const String& name, StringID& renderAPI, String& language)
- {
- if (name == "HLSL" || name == "HLSL11")
- {
- renderAPI = RenderAPIDX11;
- language = "hlsl";
- }
- else if (name == "HLSL9")
- {
- renderAPI = RenderAPIDX9;
- language = "hlsl9";
- }
- else if (name == "GLSL")
- {
- renderAPI = RenderAPIOpenGL;
- language = "glsl";
- }
- else
- {
- renderAPI = RenderAPIAny;
- language = "";
- }
- }
- GpuParamBlockUsage BSLFXCompiler::parseBlockUsage(BufferUsageValue usage)
- {
- if (usage == BUV_Dynamic)
- return GPBU_DYNAMIC;
- return GPBU_STATIC;
- }
- UINT32 BSLFXCompiler::parseFilterMode(FilterValue filter)
- {
- switch (filter)
- {
- case FV_Point:
- return FO_POINT;
- case FV_Linear:
- return FO_LINEAR;
- case FV_Anisotropic:
- return FO_ANISOTROPIC;
- case FV_PointCmp:
- return FO_POINT | FO_USE_COMPARISON;
- case FV_LinearCmp:
- return FO_LINEAR | FO_USE_COMPARISON;
- case FV_AnisotropicCmp:
- return FO_ANISOTROPIC | FO_USE_COMPARISON;
- }
- return FO_NONE;
- }
- CompareFunction BSLFXCompiler::parseCompFunc(CompFuncValue compFunc)
- {
- switch (compFunc)
- {
- case CFV_Pass:
- return CMPF_ALWAYS_PASS;
- case CFV_Fail:
- return CMPF_ALWAYS_FAIL;
- case CFV_LT:
- return CMPF_LESS;
- case CFV_LTE:
- return CMPF_LESS_EQUAL;
- case CFV_EQ:
- return CMPF_EQUAL;
- case CFV_NEQ:
- return CMPF_NOT_EQUAL;
- case CFV_GT:
- return CMPF_GREATER;
- case CFV_GTE:
- return CMPF_GREATER_EQUAL;
- }
- return CMPF_ALWAYS_PASS;
- }
- TextureAddressingMode BSLFXCompiler::parseAddrMode(AddrModeValue addrMode)
- {
- switch (addrMode)
- {
- case AMV_Wrap:
- return TAM_WRAP;
- case AMV_Mirror:
- return TAM_MIRROR;
- case AMV_Clamp:
- return TAM_CLAMP;
- case AMV_Border:
- return TAM_BORDER;
- }
- return TAM_WRAP;
- }
- BlendFactor BSLFXCompiler::parseBlendFactor(OpValue factor)
- {
- switch (factor)
- {
- case OV_One:
- return BF_ONE;
- case OV_Zero:
- return BF_ZERO;
- case OV_DestColor:
- return BF_DEST_COLOR;
- case OV_SrcColor:
- return BF_SOURCE_COLOR;
- case OV_InvDestColor:
- return BF_INV_DEST_COLOR;
- case OV_InvSrcColor:
- return BF_INV_SOURCE_COLOR;
- case OV_DestAlpha:
- return BF_DEST_ALPHA;
- case OV_SrcAlpha:
- return BF_SOURCE_ALPHA;
- case OV_InvDestAlpha:
- return BF_INV_DEST_ALPHA;
- case OV_InvSrcAlpha:
- return BF_INV_SOURCE_ALPHA;
- }
- return BF_ONE;
- }
- BlendOperation BSLFXCompiler::parseBlendOp(BlendOpValue op)
- {
- switch (op)
- {
- case BOV_Add:
- return BO_ADD;
- case BOV_Max:
- return BO_MAX;
- case BOV_Min:
- return BO_MIN;
- case BOV_Subtract:
- return BO_SUBTRACT;
- case BOV_RevSubtract:
- return BO_REVERSE_SUBTRACT;
- }
- return BO_ADD;
- }
- void BSLFXCompiler::parseParamType(ParamType type, bool& isObjType, UINT32& typeId)
- {
- struct ParamData
- {
- UINT32 type;
- bool isObjType;
- };
- static bool initialized = false;
- static ParamData lookup[PT_Count];
- if (!initialized)
- {
- lookup[PT_Float] = { { GPDT_FLOAT1 }, false };
- lookup[PT_Float2] = { { GPDT_FLOAT2 }, false };
- lookup[PT_Float3] = { { GPDT_FLOAT3 }, false };
- lookup[PT_Float4] = { { GPDT_FLOAT4 }, false };
- lookup[PT_Mat2x2] = { { GPDT_MATRIX_2X2 }, false };
- lookup[PT_Mat2x3] = { { GPDT_MATRIX_2X3 }, false };
- lookup[PT_Mat2x4] = { { GPDT_MATRIX_2X4 }, false };
- lookup[PT_Mat3x2] = { { GPDT_MATRIX_3X2 }, false };
- lookup[PT_Mat3x3] = { { GPDT_MATRIX_3X3 }, false };
- lookup[PT_Mat3x4] = { { GPDT_MATRIX_3X4 }, false };
- lookup[PT_Mat4x2] = { { GPDT_MATRIX_4X2 }, false };
- lookup[PT_Mat4x3] = { { GPDT_MATRIX_4X3 }, false };
- lookup[PT_Mat4x4] = { { GPDT_MATRIX_4X4 }, false };
- lookup[PT_Sampler1D] = { { GPOT_SAMPLER1D }, true };
- lookup[PT_Sampler2D] = { { GPOT_SAMPLER2D }, true };
- lookup[PT_Sampler3D] = { { GPOT_SAMPLER3D }, true };
- lookup[PT_SamplerCUBE] = { { GPOT_SAMPLERCUBE }, true };
- lookup[PT_Sampler2DMS] = { { GPOT_SAMPLER2DMS }, true };
- lookup[PT_Texture1D] = { { GPOT_TEXTURE1D }, true };
- lookup[PT_Texture2D] = { { GPOT_TEXTURE2D }, true };
- lookup[PT_Texture3D] = { { GPOT_TEXTURE3D }, true };
- lookup[PT_TextureCUBE] = { { GPOT_TEXTURECUBE }, true };
- lookup[PT_Texture2DMS] = { { GPOT_TEXTURE2DMS }, true };
- lookup[PT_ByteBuffer] = { { GPOT_BYTE_BUFFER }, true };
- lookup[PT_StructBuffer] = { { GPOT_STRUCTURED_BUFFER }, true };
- lookup[PT_TypedBufferRW] = { { GPOT_RWTYPED_BUFFER }, true };
- lookup[PT_ByteBufferRW] = { { GPOT_RWBYTE_BUFFER }, true };
- lookup[PT_StructBufferRW] = { { GPOT_RWSTRUCTURED_BUFFER }, true };
- lookup[PT_AppendBuffer] = { { GPOT_RWAPPEND_BUFFER }, true };
- lookup[PT_ConsumeBuffer] = { { GPOT_RWCONSUME_BUFFER }, true };
- initialized = true;
- }
- isObjType = lookup[type].isObjType;
- typeId = lookup[type].type;
- }
- StencilOperation BSLFXCompiler::parseStencilOp(OpValue op)
- {
- switch (op)
- {
- case OV_Keep:
- return SOP_KEEP;
- case OV_Zero:
- return SOP_ZERO;
- case OV_Replace:
- return SOP_REPLACE;
- case OV_Incr:
- return SOP_INCREMENT;
- case OV_Decr:
- return SOP_DECREMENT;
- case OV_IncrWrap:
- return SOP_INCREMENT_WRAP;
- case OV_DecrWrap:
- return SOP_DECREMENT_WRAP;
- case OV_Invert:
- return SOP_INVERT;
- }
- return SOP_KEEP;
- }
- CullingMode BSLFXCompiler::parseCullMode(CullModeValue cm)
- {
- switch (cm)
- {
- case CMV_None:
- return CULL_NONE;
- case CMV_CW:
- return CULL_CLOCKWISE;
- case CMV_CCW:
- return CULL_COUNTERCLOCKWISE;
- }
- return CULL_COUNTERCLOCKWISE;
- }
- PolygonMode BSLFXCompiler::parseFillMode(FillModeValue fm)
- {
- if (fm == FMV_Wire)
- return PM_WIREFRAME;
- return PM_SOLID;
- }
- void BSLFXCompiler::parseStencilFront(DEPTH_STENCIL_STATE_DESC& desc, ASTFXNode* stencilOpNode)
- {
- if (stencilOpNode == nullptr || stencilOpNode->type != NT_StencilOp)
- return;
- for (int i = 0; i < stencilOpNode->options->count; i++)
- {
- NodeOption* option = &stencilOpNode->options->entries[i];
- switch (option->type)
- {
- case OT_Fail:
- desc.frontStencilFailOp = parseStencilOp((OpValue)option->value.intValue);
- break;
- case OT_ZFail:
- desc.frontStencilZFailOp = parseStencilOp((OpValue)option->value.intValue);
- break;
- case OT_PassOp:
- desc.frontStencilPassOp = parseStencilOp((OpValue)option->value.intValue);
- break;
- case OT_CompareFunc:
- desc.frontStencilComparisonFunc = parseCompFunc((CompFuncValue)option->value.intValue);
- break;
- }
- }
- }
- void BSLFXCompiler::parseStencilBack(DEPTH_STENCIL_STATE_DESC& desc, ASTFXNode* stencilOpNode)
- {
- if (stencilOpNode == nullptr || stencilOpNode->type != NT_StencilOp)
- return;
- for (int i = 0; i < stencilOpNode->options->count; i++)
- {
- NodeOption* option = &stencilOpNode->options->entries[i];
- switch (option->type)
- {
- case OT_Fail:
- desc.backStencilFailOp = parseStencilOp((OpValue)option->value.intValue);
- break;
- case OT_ZFail:
- desc.backStencilZFailOp = parseStencilOp((OpValue)option->value.intValue);
- break;
- case OT_PassOp:
- desc.backStencilPassOp = parseStencilOp((OpValue)option->value.intValue);
- break;
- case OT_CompareFunc:
- desc.backStencilComparisonFunc = parseCompFunc((CompFuncValue)option->value.intValue);
- break;
- }
- }
- }
- void BSLFXCompiler::parseAddrMode(SAMPLER_STATE_DESC& desc, ASTFXNode* addrModeNode)
- {
- if (addrModeNode == nullptr || addrModeNode->type != NT_AddrMode)
- return;
- for (int i = 0; i < addrModeNode->options->count; i++)
- {
- NodeOption* option = &addrModeNode->options->entries[i];
- switch (option->type)
- {
- case OT_U:
- desc.addressMode.u = parseAddrMode((AddrModeValue)option->value.intValue);
- break;
- case OT_V:
- desc.addressMode.v = parseAddrMode((AddrModeValue)option->value.intValue);
- break;
- case OT_W:
- desc.addressMode.w = parseAddrMode((AddrModeValue)option->value.intValue);
- break;
- }
- }
- }
- void BSLFXCompiler::parseColorBlendDef(RENDER_TARGET_BLEND_STATE_DESC& desc, ASTFXNode* blendDefNode)
- {
- if (blendDefNode == nullptr || blendDefNode->type != NT_BlendDef)
- return;
- for (int i = 0; i < blendDefNode->options->count; i++)
- {
- NodeOption* option = &blendDefNode->options->entries[i];
- switch (option->type)
- {
- case OT_Source:
- desc.srcBlend = parseBlendFactor((OpValue)option->value.intValue);
- break;
- case OT_Dest:
- desc.dstBlend = parseBlendFactor((OpValue)option->value.intValue);
- break;
- case OT_Op:
- desc.blendOp = parseBlendOp((BlendOpValue)option->value.intValue);
- break;
- }
- }
- }
- void BSLFXCompiler::parseAlphaBlendDef(RENDER_TARGET_BLEND_STATE_DESC& desc, ASTFXNode* blendDefNode)
- {
- if (blendDefNode == nullptr || blendDefNode->type != NT_BlendDef)
- return;
- for (int i = 0; i < blendDefNode->options->count; i++)
- {
- NodeOption* option = &blendDefNode->options->entries[i];
- switch (option->type)
- {
- case OT_Source:
- desc.srcBlendAlpha = parseBlendFactor((OpValue)option->value.intValue);
- break;
- case OT_Dest:
- desc.dstBlendAlpha = parseBlendFactor((OpValue)option->value.intValue);
- break;
- case OT_Op:
- desc.blendOpAlpha = parseBlendOp((BlendOpValue)option->value.intValue);
- break;
- }
- }
- }
- void BSLFXCompiler::parseRenderTargetBlendState(BLEND_STATE_DESC& desc, ASTFXNode* targetNode)
- {
- if (targetNode == nullptr || targetNode->type != NT_Target)
- return;
- UINT32 index = 0;
- for (int i = 0; i < targetNode->options->count; i++)
- {
- NodeOption* option = &targetNode->options->entries[i];
- switch (option->type)
- {
- case OT_Index:
- index = option->value.intValue;
- break;
- }
- }
- if (index >= BS_MAX_MULTIPLE_RENDER_TARGETS)
- return;
- RENDER_TARGET_BLEND_STATE_DESC& rtDesc = desc.renderTargetDesc[index];
- for (int i = 0; i < targetNode->options->count; i++)
- {
- NodeOption* option = &targetNode->options->entries[i];
- switch (option->type)
- {
- case OT_Blend:
- rtDesc.blendEnable = option->value.intValue > 0;
- break;
- case OT_Color:
- parseColorBlendDef(rtDesc, option->value.nodePtr);
- break;
- case OT_Alpha:
- parseAlphaBlendDef(rtDesc, option->value.nodePtr);
- break;
- case OT_WriteMask:
- rtDesc.renderTargetWriteMask = option->value.intValue;
- break;
- }
- }
- }
- bool BSLFXCompiler::parseBlendState(BLEND_STATE_DESC& desc, ASTFXNode* passNode)
- {
- if (passNode == nullptr || (passNode->type != NT_Pass && passNode->type != NT_Technique))
- return false;
- bool default = true;
- for (int i = 0; i < passNode->options->count; i++)
- {
- NodeOption* option = &passNode->options->entries[i];
- switch (option->type)
- {
- case OT_AlphaToCoverage:
- desc.alphaToCoverageEnable = option->value.intValue > 0;
- default = false;
- break;
- case OT_IndependantBlend:
- desc.independantBlendEnable = option->value.intValue > 0;
- default = false;
- break;
- case OT_Target:
- parseRenderTargetBlendState(desc, option->value.nodePtr);
- default = false;
- break;
- }
- }
- return !default;
- }
- bool BSLFXCompiler::parseRasterizerState(RASTERIZER_STATE_DESC& desc, ASTFXNode* passNode)
- {
- if (passNode == nullptr || (passNode->type != NT_Pass && passNode->type != NT_Technique))
- return false;
- bool default = true;
- for (int i = 0; i < passNode->options->count; i++)
- {
- NodeOption* option = &passNode->options->entries[i];
- switch (option->type)
- {
- case OT_FillMode:
- desc.polygonMode = parseFillMode((FillModeValue)option->value.intValue);
- default = false;
- break;
- case OT_CullMode:
- desc.cullMode = parseCullMode((CullModeValue)option->value.intValue);
- default = false;
- break;
- case OT_DepthBias:
- desc.depthBias = option->value.floatValue;
- default = false;
- break;
- case OT_SDepthBias:
- desc.slopeScaledDepthBias = option->value.floatValue;
- default = false;
- break;
- case OT_DepthClip:
- desc.depthClipEnable = option->value.intValue > 0;
- default = false;
- break;
- case OT_Scissor:
- desc.scissorEnable = option->value.intValue > 0;
- default = false;
- break;
- case OT_Multisample:
- desc.multisampleEnable = option->value.intValue > 0;
- default = false;
- break;
- case OT_AALine:
- desc.antialiasedLineEnable = option->value.intValue > 0;
- default = false;
- break;
- }
- }
- return !default;
- }
- bool BSLFXCompiler::parseDepthStencilState(DEPTH_STENCIL_STATE_DESC& desc, ASTFXNode* passNode)
- {
- if (passNode == nullptr || (passNode->type != NT_Pass && passNode->type != NT_Technique))
- return false;
- bool default = true;
- for (int i = 0; i < passNode->options->count; i++)
- {
- NodeOption* option = &passNode->options->entries[i];
- switch (option->type)
- {
- case OT_DepthRead:
- desc.depthReadEnable = option->value.intValue > 0;
- default = false;
- break;
- case OT_DepthWrite:
- desc.depthWriteEnable = option->value.intValue > 0;
- default = false;
- break;
- case OT_CompareFunc:
- desc.depthComparisonFunc = parseCompFunc((CompFuncValue)option->value.intValue);
- default = false;
- break;
- case OT_Stencil:
- desc.stencilEnable = option->value.intValue > 0;
- default = false;
- break;
- case OT_StencilReadMask:
- desc.stencilReadMask = (UINT8)option->value.intValue;
- default = false;
- break;
- case OT_StencilWriteMask:
- desc.stencilWriteMask = (UINT8)option->value.intValue;
- default = false;
- break;
- case OT_StencilOpFront:
- parseStencilFront(desc, option->value.nodePtr);
- default = false;
- break;
- case OT_StencilOpBack:
- parseStencilBack(desc, option->value.nodePtr);
- default = false;
- break;
- }
- }
- return !default;
- }
- SamplerStatePtr BSLFXCompiler::parseSamplerState(ASTFXNode* samplerStateNode)
- {
- if (samplerStateNode == nullptr || samplerStateNode->type != NT_SamplerState)
- return nullptr;
- SAMPLER_STATE_DESC desc;
- bool default = true;
- for (int i = 0; i < samplerStateNode->options->count; i++)
- {
- NodeOption* option = &samplerStateNode->options->entries[i];
- switch (option->type)
- {
- case OT_AddrMode:
- parseAddrMode(desc, option->value.nodePtr);
- default = false;
- break;
- case OT_MinFilter:
- desc.minFilter = (FilterOptions)parseFilterMode((FilterValue)option->value.intValue);
- default = false;
- break;
- case OT_MagFilter:
- desc.magFilter = (FilterOptions)parseFilterMode((FilterValue)option->value.intValue);
- default = false;
- break;
- case OT_MipFilter:
- desc.mipFilter = (FilterOptions)parseFilterMode((FilterValue)option->value.intValue);
- default = false;
- break;
- case OT_MaxAniso:
- desc.maxAniso = option->value.intValue;
- default = false;
- break;
- case OT_MipBias:
- desc.mipmapBias = option->value.floatValue;
- default = false;
- break;
- case OT_MipMin:
- desc.mipMin = option->value.floatValue;
- default = false;
- break;
- case OT_MipMax:
- desc.mipMax = option->value.floatValue;
- default = false;
- break;
- case OT_BorderColor:
- desc.borderColor = Color(option->value.matrixValue[0], option->value.matrixValue[1],
- option->value.matrixValue[2], option->value.matrixValue[3]);
- default = false;
- break;
- case OT_CompareFunc:
- desc.comparisonFunc = parseCompFunc((CompFuncValue)option->value.intValue);
- default = false;
- break;
- }
- }
- if (default)
- return nullptr;
- return SamplerState::create(desc);
- }
- void BSLFXCompiler::parseCodeBlock(ASTFXNode* codeNode, const Vector<CodeBlock>& codeBlocks, PassData& passData)
- {
- if (codeNode == nullptr || codeNode->type != NT_Code)
- return;
- UINT32 index = (UINT32)-1;
- for (int j = 0; j < codeNode->options->count; j++)
- {
- if (codeNode->options->entries[j].type == OT_Index)
- index = codeNode->options->entries[j].value.intValue;
- }
- if (index != (UINT32)-1 && index < (UINT32)codeBlocks.size())
- {
- const CodeBlock& codeBlock = codeBlocks[index];
- switch (codeBlock.type)
- {
- case CodeBlockType::Vertex:
- passData.vertexCode += codeBlock.code;
- break;
- case CodeBlockType::Fragment:
- passData.fragmentCode += codeBlock.code;
- break;
- case CodeBlockType::Geometry:
- passData.geometryCode += codeBlock.code;
- break;
- case CodeBlockType::Hull:
- passData.hullCode += codeBlock.code;
- break;
- case CodeBlockType::Domain:
- passData.domainCode += codeBlock.code;
- break;
- case CodeBlockType::Compute:
- passData.computeCode += codeBlock.code;
- break;
- case CodeBlockType::Common:
- passData.commonCode += codeBlock.code;
- break;
- }
- }
- }
- PassPtr BSLFXCompiler::parsePass(ASTFXNode* passNode, const Vector<CodeBlock>& codeBlocks, PassData& passData,
- const StringID& renderAPI, const String& language, UINT32& seqIdx)
- {
- if (passNode == nullptr || passNode->type != NT_Pass)
- return nullptr;
- PASS_DESC passDesc;
- passData.blendIsDefault &= !parseBlendState(passData.blendDesc, passNode);
- passData.rasterizerIsDefault &= !parseRasterizerState(passData.rasterizerDesc, passNode);
- passData.depthStencilIsDefault &= !parseDepthStencilState(passData.depthStencilDesc, passNode);
- if (!passData.blendIsDefault)
- passDesc.blendState = BlendState::create(passData.blendDesc);
- if (!passData.rasterizerIsDefault)
- passDesc.rasterizerState = RasterizerState::create(passData.rasterizerDesc);
- if (!passData.depthStencilIsDefault)
- passDesc.depthStencilState = DepthStencilState::create(passData.depthStencilDesc);
- for (int i = 0; i < passNode->options->count; i++)
- {
- NodeOption* option = &passNode->options->entries[i];
- switch (option->type)
- {
- case OT_Index:
- seqIdx = option->value.intValue;
- break;
- case OT_StencilRef:
- passDesc.stencilRefValue = option->value.intValue;
- break;
- case OT_Code:
- parseCodeBlock(option->value.nodePtr, codeBlocks, passData);
- break;
- }
- }
- if (!passData.vertexCode.empty())
- {
- passDesc.vertexProgram = GpuProgram::create(passData.commonCode + passData.vertexCode, "main", language,
- GPT_VERTEX_PROGRAM, getProfile(renderAPI, GPT_VERTEX_PROGRAM));
- }
- if (!passData.fragmentCode.empty())
- {
- passDesc.fragmentProgram = GpuProgram::create(passData.commonCode + passData.fragmentCode, "main", language,
- GPT_FRAGMENT_PROGRAM, getProfile(renderAPI, GPT_FRAGMENT_PROGRAM));
- }
- if (!passData.geometryCode.empty())
- {
- passDesc.geometryProgram = GpuProgram::create(passData.commonCode + passData.geometryCode, "main", language,
- GPT_GEOMETRY_PROGRAM, getProfile(renderAPI, GPT_GEOMETRY_PROGRAM));
- }
- if (!passData.hullCode.empty())
- {
- passDesc.hullProgram = GpuProgram::create(passData.commonCode + passData.hullCode, "main", language,
- GPT_HULL_PROGRAM, getProfile(renderAPI, GPT_HULL_PROGRAM));
- }
- if (!passData.domainCode.empty())
- {
- passDesc.domainProgram = GpuProgram::create(passData.commonCode + passData.domainCode, "main", language,
- GPT_DOMAIN_PROGRAM, getProfile(renderAPI, GPT_DOMAIN_PROGRAM));
- }
- if (!passData.computeCode.empty())
- {
- passDesc.computeProgram = GpuProgram::create(passData.commonCode + passData.computeCode, "main", language,
- GPT_COMPUTE_PROGRAM, getProfile(renderAPI, GPT_COMPUTE_PROGRAM));
- }
- return Pass::create(passDesc);
- }
- TechniquePtr BSLFXCompiler::parseTechnique(ASTFXNode* techniqueNode, const Vector<CodeBlock>& codeBlocks)
- {
- if (techniqueNode == nullptr || techniqueNode->type != NT_Technique)
- return nullptr;
- Vector<ASTFXNode*> passNodes;
- StringID renderer = RendererAny;
- StringID renderAPI = RenderAPIAny;
- String language;
-
- PassData commonPassData;
- for (int i = 0; i < techniqueNode->options->count; i++)
- {
- NodeOption* option = &techniqueNode->options->entries[i];
- switch (option->type)
- {
- case OT_Pass:
- passNodes.push_back(option->value.nodePtr);
- break;
- case OT_Renderer:
- renderer = parseRenderer(removeQuotes(option->value.strValue));
- break;
- case OT_Language:
- parseLanguage(removeQuotes(option->value.strValue), renderAPI, language);
- break;
- case OT_Code:
- parseCodeBlock(option->value.nodePtr, codeBlocks, commonPassData);
- break;
- }
- }
- commonPassData.blendIsDefault = !parseBlendState(commonPassData.blendDesc, techniqueNode);
- commonPassData.rasterizerIsDefault = !parseRasterizerState(commonPassData.rasterizerDesc, techniqueNode);
- commonPassData.depthStencilIsDefault = !parseDepthStencilState(commonPassData.depthStencilDesc, techniqueNode);
- UINT32 nextPassIdx = 0;
- Map<UINT32, PassPtr, std::greater<UINT32>> passes;
- for (auto& passNode : passNodes)
- {
- PassData passDataCopy = commonPassData;
- UINT32 passIdx = nextPassIdx;
- PassPtr pass = parsePass(passNode, codeBlocks, passDataCopy, renderAPI, language, passIdx);
- if (pass != nullptr)
- passes[passIdx] = pass;
- nextPassIdx = std::max(nextPassIdx, passIdx) + 1;
- }
- Vector<PassPtr> orderedPasses;
- for (auto& KVP : passes)
- orderedPasses.push_back(KVP.second);
- if (orderedPasses.size() > 0)
- return Technique::create(renderAPI, renderer, orderedPasses);
- return nullptr;
- }
- void BSLFXCompiler::parseParameters(SHADER_DESC& desc, ASTFXNode* parametersNode)
- {
- if (parametersNode == nullptr || parametersNode->type != NT_Parameters)
- return;
- for (int i = 0; i < parametersNode->options->count; i++)
- {
- NodeOption* option = ¶metersNode->options->entries[i];
- if (option->type != OT_Parameter)
- continue;
- ASTFXNode* parameter = option->value.nodePtr;
- String name;
- String alias;
- float defaultValue[16];
- bool hasDefaultValue = false;
- UINT32 typeId = 0;
- bool isObjType = false;
- StringID semantic;
- SamplerStatePtr samplerState = nullptr;
- for (int j = 0; j < parameter->options->count; j++)
- {
- NodeOption* paramOption = ¶meter->options->entries[j];
- switch (paramOption->type)
- {
- case OT_Identifier:
- name = paramOption->value.strValue;
- break;
- case OT_Alias:
- alias = removeQuotes(paramOption->value.strValue);
- break;
- case OT_ParamValue:
- memcpy(defaultValue, paramOption->value.matrixValue, sizeof(defaultValue));
- hasDefaultValue = true;
- break;
- case OT_ParamType:
- parseParamType((ParamType)paramOption->value.intValue, isObjType, typeId);
- break;
- case OT_Auto:
- semantic = removeQuotes(paramOption->value.strValue);
- break;
- case OT_SamplerState:
- samplerState = parseSamplerState(paramOption->value.nodePtr);
- break;
- }
- }
- if (name.empty())
- continue;
- auto addParameter = [&](const String& paramName, const String& gpuVarName)
- {
- if (isObjType)
- {
- GpuParamObjectType objType = (GpuParamObjectType)typeId;
- if (Shader::isSampler(objType) && hasDefaultValue)
- desc.addParameter(paramName, gpuVarName, objType, samplerState, semantic);
- else
- desc.addParameter(paramName, gpuVarName, objType, semantic);
- }
- else
- {
- if (hasDefaultValue)
- desc.addParameter(paramName, gpuVarName, (GpuParamDataType)typeId, semantic, 1, 0, (UINT8*)defaultValue);
- else
- desc.addParameter(paramName, gpuVarName, (GpuParamDataType)typeId, semantic);
- }
- };
- addParameter(name, name);
- if (!alias.empty())
- addParameter(name, alias);
- }
- }
- void BSLFXCompiler::parseBlocks(SHADER_DESC& desc, ASTFXNode* blocksNode)
- {
- if (blocksNode == nullptr || blocksNode->type != NT_Blocks)
- return;
- for (int i = 0; i < blocksNode->options->count; i++)
- {
- NodeOption* option = &blocksNode->options->entries[i];
- if (option->type != OT_Block)
- continue;
- ASTFXNode* parameter = option->value.nodePtr;
- String name;
- bool shared = false;
- GpuParamBlockUsage usage = GPBU_STATIC;
- StringID semantic;
- for (int j = 0; j < parameter->options->count; j++)
- {
- NodeOption* paramOption = ¶meter->options->entries[j];
- switch (paramOption->type)
- {
- case OT_Identifier:
- name = paramOption->value.strValue;
- break;
- case OT_Shared:
- shared = paramOption->value.intValue > 0;
- break;
- case OT_Usage:
- usage = parseBlockUsage((BufferUsageValue)paramOption->value.intValue);
- break;
- case OT_Auto:
- semantic = removeQuotes(paramOption->value.strValue);
- break;
- }
- }
- if (name.empty())
- continue;
- desc.setParamBlockAttribs(name, shared, usage, semantic);
- }
- }
- ShaderPtr BSLFXCompiler::parseShader(const String& name, ParseState* parseState, Vector<CodeBlock>& codeBlocks)
- {
- if (parseState->rootNode == nullptr || parseState->rootNode->type != NT_Shader)
- return nullptr;
- // Merge all include ASTs
- std::function<ParseState*(ParseState*, Vector<CodeBlock>&)> parseIncludes = [&](ParseState* parentParseState, Vector<CodeBlock>& parentCodeBlocks)
- {
- ASTFXNode* node = parentParseState->rootNode;
- Vector<tuple<ParseState*, Vector<CodeBlock>>> toMerge;
- for (int i = 0; i < node->options->count; i++)
- {
- NodeOption* option = &node->options->entries[i];
- if (option->type == OT_Include)
- {
- String includePath = removeQuotes(option->value.strValue);
- HShaderInclude include = ShaderManager::instance().findInclude(includePath);
- if (include != nullptr)
- {
- include.blockUntilLoaded();
- String includeSource = include->getString();
- ParseState* includeParseState = parseStateCreate();
- Vector<CodeBlock> includeCodeBlocks = parseCodeBlocks(includeSource);
- parseFX(includeParseState, includeSource.c_str());
- ShaderPtr output;
- if (includeParseState->hasError > 0)
- {
- LOGERR("Error while parsing shader FX code: " + String(includeParseState->errorMessage) + ". Location: " +
- toString(includeParseState->errorLine) + " (" + toString(includeParseState->errorColumn) + ")");
- parseStateDelete(includeParseState);
- }
- else
- {
- ParseState* combinedIncludeParseState = parseIncludes(includeParseState, includeCodeBlocks);
- toMerge.push_back(make_tuple(combinedIncludeParseState, includeCodeBlocks));
- }
- }
- else
- {
- LOGERR("Cannot find shader include file: " + includePath);
- }
- }
- }
- UINT32 size = (UINT32)toMerge.size();
- if (size > 0)
- {
- Vector<CodeBlock>& outputCodeBlocks = get<1>(toMerge[0]);
- for (UINT32 i = 1; i < size; i++)
- {
- mergeAST(get<0>(toMerge[0]), get<0>(toMerge[i])->rootNode, (UINT32)outputCodeBlocks.size());
- const Vector<CodeBlock>& curCodeBlocks = get<1>(toMerge[i]);
- for (auto& codeBlock : curCodeBlocks)
- outputCodeBlocks.push_back(codeBlock);
- parseStateDelete(get<0>(toMerge[i]));
- }
- mergeAST(get<0>(toMerge[0]), node, (UINT32)outputCodeBlocks.size());
- for (auto& codeBlock : parentCodeBlocks)
- outputCodeBlocks.push_back(codeBlock);
- parseStateDelete(parentParseState);
- parentCodeBlocks = outputCodeBlocks;
- return get<0>(toMerge[0]);
- }
- else
- return parentParseState;
- };
- parseState = parseIncludes(parseState, codeBlocks);
-
- Vector<String> topLevelIncludes;
- SHADER_DESC shaderDesc;
- Vector<TechniquePtr> techniques;
- for (int i = 0; i < parseState->rootNode->options->count; i++)
- {
- NodeOption* option = &parseState->rootNode->options->entries[i];
- switch (option->type)
- {
- case OT_Include:
- {
- String includePath = removeQuotes(option->value.strValue);
- topLevelIncludes.push_back(includePath);
- }
- break;
- case OT_Separable:
- shaderDesc.separablePasses = option->value.intValue > 1;
- break;
- case OT_Queue:
- shaderDesc.queuePriority = option->value.intValue;
- break;
- case OT_Priority:
- shaderDesc.queuePriority = option->value.intValue;
- break;
- case OT_Technique:
- {
- TechniquePtr technique = parseTechnique(option->value.nodePtr, codeBlocks);
- if (technique != nullptr)
- techniques.push_back(technique);
- break;
- }
- case OT_Parameters:
- parseParameters(shaderDesc, option->value.nodePtr);
- break;
- case OT_Blocks:
- parseBlocks(shaderDesc, option->value.nodePtr);
- break;
- }
- }
- parseStateDelete(parseState);
- ShaderPtr output = Shader::_createPtr(name, shaderDesc, techniques);
- output->setIncludeFiles(topLevelIncludes);
- return output;
- }
- String BSLFXCompiler::removeQuotes(const char* input)
- {
- UINT32 len = (UINT32)strlen(input);
- String output(len - 2, ' ');
- for (UINT32 i = 0; i < (len - 2); i++)
- output[i] = input[i + 1];
- return output;
- }
- GpuProgramProfile BSLFXCompiler::getProfile(const StringID& renderAPI, GpuProgramType type)
- {
- StringID target = renderAPI;
- if (target == RenderAPIAny)
- target = RenderAPICore::instance().getName();
- if (target == RenderAPIDX11 || target == RenderAPIOpenGL)
- {
- switch (type)
- {
- case GPT_VERTEX_PROGRAM:
- return GPP_VS_5_0;
- case GPT_FRAGMENT_PROGRAM:
- return GPP_FS_5_0;
- case GPT_GEOMETRY_PROGRAM:
- return GPP_GS_5_0;
- case GPT_HULL_PROGRAM:
- return GPP_HS_5_0;
- case GPT_DOMAIN_PROGRAM:
- return GPP_DS_5_0;
- case GPT_COMPUTE_PROGRAM:
- return GPP_CS_5_0;
- }
- }
- else if (target == RenderAPIDX9)
- {
- switch (type)
- {
- case GPT_VERTEX_PROGRAM:
- return GPP_VS_3_0;
- case GPT_FRAGMENT_PROGRAM:
- return GPP_FS_3_0;
- }
- }
- return GPP_NONE;
- }
- }
|