Searched refs:SaveName (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | name_mapper.cpp | 83 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 …]
|
D | name_mapper.h | 90 void SaveName(uint32_t id, const std::string& suggested_name);
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | name_mapper.cpp | 83 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 …]
|
D | name_mapper.h | 90 void SaveName(uint32_t id, const std::string& suggested_name);
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpTokens.cpp | 107 bool SaveName(int atom) in SaveName() function 183 if (SaveName(atom)) { in putToken() 212 if (SaveName(atom)) { in getToken()
|