Home
last modified time | relevance | path

Searched refs:FriendlyNameMapper (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp46 FriendlyNameMapper::FriendlyNameMapper(const spv_const_context context, in FriendlyNameMapper() function in spvtools::FriendlyNameMapper
57 std::string FriendlyNameMapper::NameForId(uint32_t id) { in NameForId()
68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize()
83 void FriendlyNameMapper::SaveName(uint32_t id, in SaveName()
100 void FriendlyNameMapper::SaveBuiltInName(uint32_t target_id, in SaveBuiltInName()
169 spv_result_t FriendlyNameMapper::ParseInstruction( in ParseInstruction()
320 std::string FriendlyNameMapper::NameForEnumOperand(spv_operand_type_t type, in NameForEnumOperand()
Dname_mapper.h62 class FriendlyNameMapper {
67 FriendlyNameMapper(const spv_const_context context, const uint32_t* code,
104 return reinterpret_cast<FriendlyNameMapper*>(user_data)->ParseInstruction( in ParseInstructionForwarder()
Ddisassemble.cpp420 std::unique_ptr<spvtools::FriendlyNameMapper> friendly_mapper; in spvBinaryToText()
423 friendly_mapper = spvtools::MakeUnique<spvtools::FriendlyNameMapper>( in spvBinaryToText()
453 std::unique_ptr<spvtools::FriendlyNameMapper> friendly_mapper; in spvInstructionBinaryToText()
456 friendly_mapper = spvtools::MakeUnique<spvtools::FriendlyNameMapper>( in spvInstructionBinaryToText()
/external/deqp-deps/SPIRV-Tools/source/
Dname_mapper.cpp46 FriendlyNameMapper::FriendlyNameMapper(const spv_const_context context, in FriendlyNameMapper() function in spvtools::FriendlyNameMapper
57 std::string FriendlyNameMapper::NameForId(uint32_t id) { in NameForId()
68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize()
83 void FriendlyNameMapper::SaveName(uint32_t id, in SaveName()
100 void FriendlyNameMapper::SaveBuiltInName(uint32_t target_id, in SaveBuiltInName()
169 spv_result_t FriendlyNameMapper::ParseInstruction( in ParseInstruction()
320 std::string FriendlyNameMapper::NameForEnumOperand(spv_operand_type_t type, in NameForEnumOperand()
Dname_mapper.h62 class FriendlyNameMapper {
67 FriendlyNameMapper(const spv_const_context context, const uint32_t* code,
104 return reinterpret_cast<FriendlyNameMapper*>(user_data)->ParseInstruction( in ParseInstructionForwarder()
Ddisassemble.cpp420 std::unique_ptr<spvtools::FriendlyNameMapper> friendly_mapper; in spvBinaryToText()
423 friendly_mapper = spvtools::MakeUnique<spvtools::FriendlyNameMapper>( in spvBinaryToText()
453 std::unique_ptr<spvtools::FriendlyNameMapper> friendly_mapper; in spvInstructionBinaryToText()
456 friendly_mapper = spvtools::MakeUnique<spvtools::FriendlyNameMapper>( in spvInstructionBinaryToText()
/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp177 spvtools::FriendlyNameMapper friendly_mapper(context, words, num_words); in BinaryToDot()
/external/deqp-deps/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp177 spvtools::FriendlyNameMapper friendly_mapper(context, words, num_words); in BinaryToDot()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dname_mapper_test.cpp50 FriendlyNameMapper(context.context, words.data(), words.size()); in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/
Dname_mapper_test.cpp50 FriendlyNameMapper(context.context, words.data(), words.size()); in TEST_P()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.h686 std::unique_ptr<spvtools::FriendlyNameMapper> friendly_mapper_;
Dvalidation_state.cpp212 friendly_mapper_ = spvtools::MakeUnique<spvtools::FriendlyNameMapper>(
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h705 std::unique_ptr<spvtools::FriendlyNameMapper> friendly_mapper_;
Dvalidation_state.cpp213 friendly_mapper_ = spvtools::MakeUnique<spvtools::FriendlyNameMapper>(