Home
last modified time | relevance | path

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

/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp203 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 DTestFixture.h390 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 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/
H A DSPVRemapper.h94 void remap(std::vector<std::uint32_t>& spv, const std::vector<std::string>& whiteListStrings,
H A DSPVRemapper.cpp1508 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