Searched refs:spv_env (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | shader_compiler.cc | 340 Result ParseSpvEnv(const std::string& spv_env, in ParseSpvEnv() argument 355 if (spv_env == "" || spv_env == "spv1.0") { in ParseSpvEnv() 357 } else if (spv_env == "spv1.1") { in ParseSpvEnv() 359 } else if (spv_env == "spv1.2") { in ParseSpvEnv() 361 } else if (spv_env == "spv1.3") { in ParseSpvEnv() 363 } else if (spv_env == "spv1.4") { in ParseSpvEnv() 368 } else if (spv_env == "spv1.5") { in ParseSpvEnv() 370 } else if (spv_env == "vulkan1.0") { in ParseSpvEnv() 372 } else if (spv_env in ParseSpvEnv() [all...] |
H A D | dxc_helper.cc | 137 const std::string& spv_env, in Compile() 182 if (!spv_env.compare("spv1.3") || !spv_env.compare("vulkan1.1")) { in Compile() 184 } else if (!spv_env.compare("spv1.0") || !spv_env.compare("vulkan1.0")) { in Compile() 186 } else if (!spv_env.empty()) { in Compile() 134 Compile(const std::string& src, const std::string& entry, const std::string& profile, const std::string& spv_env, const std::string& filename, const VirtualFileStore* virtual_files, std::vector<uint32_t>* generated_binary) Compile() argument
|
H A D | dxc_helper.h | 35 const std::string& spv_env,
|
H A D | amber.cc | 125 script->SetSpvTargetEnv(opts->spv_env); in CreateEngineAndCheckRequirements() 171 script->SetSpvTargetEnv(opts->spv_env); in ExecuteWithShaderData()
|
H A D | shader_compiler.h | 78 // value if the |spv_env| is invalid. 79 Result ParseSpvEnv(const std::string& spv_env,
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | amber.cc | 73 std::string spv_env; member 233 opts->spv_env = args[i]; in ParseArgs() 534 amber_options.spv_env = options.spv_env; 637 shader_file << disassemble(options.spv_env, sh.shader_data)
|
/third_party/vk-gl-cts/external/amber/src/include/amber/ |
H A D | amber.h | 124 std::string spv_env; member
|
Completed in 5 milliseconds