Lines Matching refs:spirv

35   std::string spirv = R"(
53 spirv += "%var = OpVariable %ptr " + storage_class;
56 spirv += R"(
62 spirv += "%var = OpVariable %ptr Function";
65 spirv += R"(
76 return spirv;
82 std::string spirv = R"(
109 return spirv;
115 std::string spirv = R"(
138 spirv += "%var = OpVariable %ptr " + storage_class;
141 spirv += R"(
147 spirv += "%var = OpVariable %ptr Function";
150 spirv += R"(
162 return spirv;
168 std::string spirv = GenerateShader(storage_class, "", "");
176 CompileSuccessfully(spirv);
197 std::string spirv = GenerateShader(
208 CompileSuccessfully(spirv);
222 std::string spirv =
233 CompileSuccessfully(spirv);
247 std::string spirv = GenerateShaderParameter(storage_class, "", "");
255 CompileSuccessfully(spirv);
275 std::string spirv = GenerateShaderParameter(
286 CompileSuccessfully(spirv);
299 std::string spirv =
310 CompileSuccessfully(spirv);
323 std::string spirv = GenerateShaderAccessChain(storage_class, "", "");
331 CompileSuccessfully(spirv);
358 std::string spirv = GenerateShaderAccessChain(
370 CompileSuccessfully(spirv);
391 std::string spirv =
404 CompileSuccessfully(spirv);
423 std::string spirv =
463 CompileSuccessfully(spirv);
469 std::string spirv =
514 CompileSuccessfully(spirv);
520 std::string spirv =
565 CompileSuccessfully(spirv);
573 std::string spirv =
614 CompileSuccessfully(spirv);
625 std::string spirv =
666 CompileSuccessfully(spirv);
678 std::string spirv =
720 CompileSuccessfully(spirv, SPV_ENV_UNIVERSAL_1_4);
732 std::string spirv =
774 CompileSuccessfully(spirv);
785 std::string spirv =
831 CompileSuccessfully(spirv);