Searched refs:dxc_flags (Results 1 – 1 of 1) sorted by relevance
180 std::vector<const wchar_t*> dxc_flags(kDxcFlags, &kDxcFlags[kDxcFlagsCount]); in Compile() local182 dxc_flags.emplace_back(L"-fspv-debug=rich"); in Compile()196 dxc_flags.push_back(target_env); in Compile()207 dxc_flags.data(), /* arguments */ in Compile()208 static_cast<uint32_t>(dxc_flags.size()), /* argument count */ in Compile()