Home
last modified time | relevance | path

Searched refs:whiteListStrings (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/StandAlone/
Dspirv-remap.cpp196 std::vector<std::string> whiteListStrings; in execute() local
198 read(whiteListStrings, whiteListFile, verbosity); in execute()
204 spv::spirvbin_t(verbosity).remap(spv, whiteListStrings, opts); in execute()
/third_party/glslang/gtests/
DTestFixture.h390 std::vector<std::string> whiteListStrings; variable
395 spv::spirvbin_t(0 /*verbosity*/).remap(spirv_binary, whiteListStrings, remapOptions);
418 std::vector<std::string> whiteListStrings; variable
419 spv::spirvbin_t(0 /*verbosity*/).remap(spirv_binary, whiteListStrings, remapOptions);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp380 std::vector<std::string> whiteListStrings; in stripSpirVDebugInfo() local
385 remapper.remap(*dst, whiteListStrings, spv::spirvbin_base_t::STRIP); in stripSpirVDebugInfo()
/third_party/glslang/SPIRV/
DSPVRemapper.h94 void remap(std::vector<std::uint32_t>& spv, const std::vector<std::string>& whiteListStrings,
DSPVRemapper.cpp1508 …vbin_t::remap(std::vector<std::uint32_t>& in_spv, const std::vector<std::string>& whiteListStrings, in remap() argument
1511 stripWhiteList = whiteListStrings; in remap()