Home
last modified time | relevance | path

Searched refs:GetCreateLibrary (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlinker.hpp36 bool GetCreateLibrary() const { return create_library_; } in GetCreateLibrary() function in spvtools::LinkerOptions
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
H A Dlinker.hpp36 bool GetCreateLibrary() const { return create_library_; } in GetCreateLibrary() function in spvtools::LinkerOptions
/aosp_15_r20/external/angle/third_party/spirv-tools/src/include/spirv-tools/
H A Dlinker.hpp35 bool GetCreateLibrary() const { return create_library_; } in GetCreateLibrary() function in spvtools::LinkerOptions
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp623 if (!options.GetCreateLibrary()) { in RemoveLinkageSpecificInstructions()
640 if (!options.GetCreateLibrary() && !options.GetAllowPartialLinkage()) { in RemoveLinkageSpecificInstructions()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp623 if (!options.GetCreateLibrary()) { in RemoveLinkageSpecificInstructions()
640 if (!options.GetCreateLibrary() && !options.GetAllowPartialLinkage()) { in RemoveLinkageSpecificInstructions()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/link/
H A Dlinker.cpp656 if (!options.GetCreateLibrary()) { in RemoveLinkageSpecificInstructions()
673 if (!options.GetCreateLibrary() && !options.GetAllowPartialLinkage()) { in RemoveLinkageSpecificInstructions()