Searched refs:whiteListStrings (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/StandAlone/ |
D | spirv-remap.cpp | 196 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/ |
D | TestFixture.h | 390 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/ |
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/ |
D | SPVRemapper.h | 94 void remap(std::vector<std::uint32_t>& spv, const std::vector<std::string>& whiteListStrings,
|
D | SPVRemapper.cpp | 1508 …vbin_t::remap(std::vector<std::uint32_t>& in_spv, const std::vector<std::string>& whiteListStrings, in remap() argument 1511 stripWhiteList = whiteListStrings; in remap()
|