Home
last modified time | relevance | path

Searched refs:frg (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultisampleLinearInterpolationTests.cpp586 std::ostringstream frg; in initPrograms() local
588 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
598 programCollection.glslSources.add("fragRef") << glu::FragmentSource(frg.str()); in initPrograms()
603 std::ostringstream frg; in initPrograms() local
605 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
616 frg << " vec4 diff = out_color_sample - interpolateAtOffset(in_color, gl_SamplePosition - vec2(0.5));" in initPrograms()
623 frg << "}\n"; in initPrograms()
625 programCollection.glslSources.add("fragNoPer") << glu::FragmentSource(frg.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultisampleLinearInterpolationTests.cpp587 std::ostringstream frg; in initPrograms() local
589 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
599 programCollection.glslSources.add("fragRef") << glu::FragmentSource(frg.str()); in initPrograms()
604 std::ostringstream frg; in initPrograms() local
606 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
617 frg << " vec4 diff = out_color_sample - interpolateAtOffset(in_color, gl_SamplePosition - vec2(0.5));" in initPrograms()
624 frg << "}\n"; in initPrograms()
626 programCollection.glslSources.add("fragNoPer") << glu::FragmentSource(frg.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp477 std::ostringstream frg; in initPrograms() local
478 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
487 programCollection.glslSources.add("frag") << glu::FragmentSource(frg.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp471 std::ostringstream frg; in initPrograms() local
472 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
481 programCollection.glslSources.add("frag") << glu::FragmentSource(frg.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp2408 std::ostringstream frg;
2410 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2421 programCollection.glslSources.add("frag") << glu::FragmentSource(frg.str());
2474 std::ostringstream frg;
2476 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2489 programCollection.glslSources.add("frag_early") << glu::FragmentSource(frg.str());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp2447 std::ostringstream frg;
2449 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2460 programCollection.glslSources.add("frag") << glu::FragmentSource(frg.str());
2513 std::ostringstream frg;
2515 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2526 frg << " // alphaToCoverageEnable = TRUE and emitting 0 alpha kills all the samples, but the sample counting has already happened.\n"
2532 frg << " // Sample mask kills all the samples, but the sample counting has already happened.\n"
2538 programCollection.glslSources.add("frag_early") << glu::FragmentSource(frg.str());
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp1666 ifstream frg(ICU_REGIONS); in main()
1667 if (frg) { in main()
1669 while (getline(frg, line)) { in main()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtz2icu.cpp1666 ifstream frg(ICU_REGIONS); in main()
1667 if (frg) { in main()
1669 while (getline(frg, line)) { in main()

Completed in 20 milliseconds