Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseables.cpp213 glslang::TString& AppendTypeName(glslang::TString& s, const char* argOrder, const char* argType, in… in AppendTypeName() function
409 AppendTypeName(s, "M", "F", retRows, retCols); // add return type in createMatTimesMat()
414 AppendTypeName(s, "M", "F", xRows, xCols); // add X input in createMatTimesMat()
416 AppendTypeName(s, "M", "F", yRows, yCols); // add Y input in createMatTimesMat()
422 AppendTypeName(s, "V", "F", xRows, 1); // add return type in createMatTimesMat()
427 AppendTypeName(s, "M", "F", xRows, xCols); // add X input in createMatTimesMat()
429 AppendTypeName(s, "V", "F", xCols, 1); // add Y input in createMatTimesMat()
434 AppendTypeName(s, "V", "F", xCols, 1); // add return type in createMatTimesMat()
439 AppendTypeName(s, "V", "F", xRows, 1); // add Y input in createMatTimesMat()
441 AppendTypeName(s, "M", "F", xRows, xCols); // add X input in createMatTimesMat()
[all …]
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.cpp213 glslang::TString& AppendTypeName(glslang::TString& s, const char* argOrder, const char* argType, in… in AppendTypeName() function
409 AppendTypeName(s, "M", "F", retRows, retCols); // add return type in createMatTimesMat()
414 AppendTypeName(s, "M", "F", xRows, xCols); // add X input in createMatTimesMat()
416 AppendTypeName(s, "M", "F", yRows, yCols); // add Y input in createMatTimesMat()
422 AppendTypeName(s, "V", "F", xRows, 1); // add return type in createMatTimesMat()
427 AppendTypeName(s, "M", "F", xRows, xCols); // add X input in createMatTimesMat()
429 AppendTypeName(s, "V", "F", xCols, 1); // add Y input in createMatTimesMat()
434 AppendTypeName(s, "V", "F", xCols, 1); // add return type in createMatTimesMat()
439 AppendTypeName(s, "V", "F", xRows, 1); // add Y input in createMatTimesMat()
441 AppendTypeName(s, "M", "F", xRows, xCols); // add X input in createMatTimesMat()
[all …]
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDIE.h36 void AppendTypeName(lldb_private::Stream &s) const;
DDWARFDIE.cpp247 void DWARFDIE::AppendTypeName(Stream &s) const { in AppendTypeName() function in DWARFDIE
328 next_die.AppendTypeName(s); in AppendTypeName()