Searched refs:whiteListStrings (Results 1 - 5 of 5) sorted by relevance
/third_party/glslang/StandAlone/ |
H A D | spirv-remap.cpp | 203 std::vector<std::string> whiteListStrings; in execute() local 205 read(whiteListStrings, whiteListFile, verbosity); in execute() 211 spv::spirvbin_t(verbosity).remap(spv, whiteListStrings, opts); in execute()
|
/third_party/glslang/gtests/ |
H A D | TestFixture.h | 390 std::vector<std::string> whiteListStrings; in compileLinkRemap() local 395 spv::spirvbin_t(0 /*verbosity*/).remap(spirv_binary, whiteListStrings, remapOptions); in compileLinkRemap() 418 std::vector<std::string> whiteListStrings; in remap() local 419 spv::spirvbin_t(0 /*verbosity*/).remap(spirv_binary, whiteListStrings, remapOptions); in remap()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkShaderToSpirV.cpp | 380 std::vector<std::string> whiteListStrings; in stripSpirVDebugInfo() local 385 remapper.remap(*dst, whiteListStrings, spv::spirvbin_base_t::STRIP); in stripSpirVDebugInfo()
|
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.h | 94 void remap(std::vector<std::uint32_t>& spv, const std::vector<std::string>& whiteListStrings,
|
H A D | SPVRemapper.cpp | 1508 void spirvbin_t::remap(std::vector<std::uint32_t>& in_spv, const std::vector<std::string>& whiteListStrings, in remap() argument 1511 stripWhiteList = whiteListStrings; in remap()
|
Completed in 6 milliseconds