Home | History | Annotate | Download | only in glshared

Lines Matching refs:hasInstanceName

586 		bool				hasInstanceName	= block.getInstanceName() != DE_NULL;
587 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
1064 bool hasInstanceName = block.getInstanceName() != DE_NULL;
1067 std::string apiPrefix = hasInstanceName ? string(block.getBlockName()) + "." : string("");
1069 DE_ASSERT(!isArray || hasInstanceName);
1075 std::string srcPrefix = hasInstanceName ? string(block.getInstanceName()) + instancePostfix + "." : string("");