Home
last modified time | relevance | path

Searched refs:SaveName (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp83 void FriendlyNameMapper::SaveName(uint32_t id, in SaveName() function in spvtools::FriendlyNameMapper
104 SaveName(target_id, "gl_" #name); \ in SaveBuiltInName()
108 SaveName(target_id, "gl_" #suggested); \ in SaveBuiltInName()
112 SaveName(target_id, #name); \ in SaveBuiltInName()
174 SaveName(inst.words[1], reinterpret_cast<const char*>(inst.words + 2)); in ParseInstruction()
188 SaveName(result_id, "void"); in ParseInstruction()
191 SaveName(result_id, "bool"); in ParseInstruction()
216 SaveName(result_id, signedness + root); in ParseInstruction()
222 SaveName(result_id, "half"); in ParseInstruction()
225 SaveName(result_id, "float"); in ParseInstruction()
[all …]
Dname_mapper.h90 void SaveName(uint32_t id, const std::string& suggested_name);
/external/deqp-deps/SPIRV-Tools/source/
Dname_mapper.cpp83 void FriendlyNameMapper::SaveName(uint32_t id, in SaveName() function in spvtools::FriendlyNameMapper
104 SaveName(target_id, "gl_" #name); \ in SaveBuiltInName()
108 SaveName(target_id, "gl_" #suggested); \ in SaveBuiltInName()
112 SaveName(target_id, #name); \ in SaveBuiltInName()
174 SaveName(inst.words[1], reinterpret_cast<const char*>(inst.words + 2)); in ParseInstruction()
188 SaveName(result_id, "void"); in ParseInstruction()
191 SaveName(result_id, "bool"); in ParseInstruction()
216 SaveName(result_id, signedness + root); in ParseInstruction()
222 SaveName(result_id, "half"); in ParseInstruction()
225 SaveName(result_id, "float"); in ParseInstruction()
[all …]
Dname_mapper.h90 void SaveName(uint32_t id, const std::string& suggested_name);
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpTokens.cpp107 bool SaveName(int atom) in SaveName() function
183 if (SaveName(atom)) { in putToken()
212 if (SaveName(atom)) { in getToken()