Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp57 std::string FriendlyNameMapper::NameForId(uint32_t id) { in NameForId() function in spvtools::FriendlyNameMapper
237 NameForId(inst.words[2])); in ParseInstruction()
241 NameForId(inst.words[2])); in ParseInstruction()
244 SaveName(result_id, std::string("_arr_") + NameForId(inst.words[2]) + in ParseInstruction()
245 "_" + NameForId(inst.words[3])); in ParseInstruction()
249 std::string("_runtimearr_") + NameForId(inst.words[2])); in ParseInstruction()
255 "_" + NameForId(inst.words[3])); in ParseInstruction()
305 SaveName(result_id, NameForId(inst.type_id) + "_" + value_str); in ParseInstruction()
Dname_mapper.h73 return [this](uint32_t id) { return this->NameForId(id); }; in GetNameMapper()
79 std::string NameForId(uint32_t id);
/external/deqp-deps/SPIRV-Tools/source/
Dname_mapper.cpp57 std::string FriendlyNameMapper::NameForId(uint32_t id) { in NameForId() function in spvtools::FriendlyNameMapper
237 NameForId(inst.words[2])); in ParseInstruction()
241 NameForId(inst.words[2])); in ParseInstruction()
244 SaveName(result_id, std::string("_arr_") + NameForId(inst.words[2]) + in ParseInstruction()
245 "_" + NameForId(inst.words[3])); in ParseInstruction()
249 std::string("_runtimearr_") + NameForId(inst.words[2])); in ParseInstruction()
255 "_" + NameForId(inst.words[3])); in ParseInstruction()
305 SaveName(result_id, NameForId(inst.type_id) + "_" + value_str); in ParseInstruction()
Dname_mapper.h73 return [this](uint32_t id) { return this->NameForId(id); }; in GetNameMapper()
79 std::string NameForId(uint32_t id);