/external/deqp/modules/gles3/functional/ |
D | es3fShaderMetamorphicTests.cpp | 76 …void render (const tcu::PixelBufferAccess& img, const std::string& vertexSrc, const std::stri… 77 …void checkNondet (const tcu::Surface& refImg, const std::string& vertexSrc, const std::string&… 106 …cVariant::render (const tcu::PixelBufferAccess& img, const std::string& vertexSrc, const std::stri… in render() argument 128 …const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexSrc, … in render() 159 …hicVariant::checkNondet (const tcu::Surface& refImg, const std::string& vertexSrc, const std::stri… in checkNondet() argument 164 render(img.getAccess(), vertexSrc, fragmentSrc); in checkNondet() 174 std::string vertexSrc = fileContents(m_vertexFilename); in iterate() local 182 render(recipientImg.getAccess(), vertexSrc, recipientSrc); in iterate() 183 render(variantImg.getAccess(), vertexSrc, variantSrc); in iterate() 185 checkNondet(recipientImg, vertexSrc, recipientSrc); in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 1090 std::ostringstream vertexSrc; in initPrograms() local 1100 vertexSrc << "#version 450\n" in initPrograms() 1113 vertexSrc << "int kind;\n" in initPrograms() 1117 vertexSrc << "vec4 color;\n" in initPrograms() 1124 vertexSrc << "vec4 color[2];\n" in initPrograms() 1128 vertexSrc << "int dummy1;\n" in initPrograms() 1134 vertexSrc << "vec4 color[8];\n" in initPrograms() 1143 vertexSrc << " layout(offset = 0) vec4 index; \n" in initPrograms() 1154 vertexSrc << "void main()\n" in initPrograms() 1164 vertexSrc << "switch (matInst.kind) {\n" in initPrograms() [all …]
|
D | vktPipelineImageViewTests.cpp | 124 std::ostringstream vertexSrc; in initPrograms() local 160 vertexSrc << "#version 440\n" in initPrograms() 189 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
|
D | vktPipelineImageTests.cpp | 110 std::ostringstream vertexSrc; in initPrograms() local 143 vertexSrc << "#version 440\n" in initPrograms() 182 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
|
D | vktPipelineSamplerTests.cpp | 254 std::ostringstream vertexSrc; in initPrograms() local 289 vertexSrc << "#version 440\n" in initPrograms() 318 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
|
D | vktPipelineVertexInputTests.cpp | 602 std::ostringstream vertexSrc; in initPrograms() local 604 vertexSrc << "#version 440\n" in initPrograms() 614 vertexSrc << "double abs (double x) { if (x < 0.0LF) return -x; else return x; }\n"; in initPrograms() 616 vertexSrc << "void main (void)\n" in initPrograms() 621 programCollection.glslSources.add("attribute_test_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
|
D | vktPipelinePushDescriptorTests.cpp | 640 const string vertexSrc = in initPrograms() local 668 sourceCollections.glslSources.add("vert") << glu::VertexSource(vertexSrc); in initPrograms() 1778 const string vertexSrc = in initPrograms() local 1792 sourceCollections.glslSources.add("vert") << glu::VertexSource(vertexSrc); in initPrograms() 3059 const string vertexSrc = in initPrograms() local 3073 sourceCollections.glslSources.add("vert") << glu::VertexSource(vertexSrc); in initPrograms() 4109 const string vertexSrc = in initPrograms() local 4123 sourceCollections.glslSources.add("vert") << glu::VertexSource(vertexSrc); in initPrograms()
|
D | vktPipelineDynamicOffsetTests.cpp | 682 const string vertexSrc = in initPrograms() local 708 sourceCollections.glslSources.add("vert") << glu::VertexSource(vertexSrc); in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsQuadTests.cpp | 103 std::ostringstream vertexSrc; in initFrameBufferPrograms() local 104 vertexSrc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 121 vertexSrc << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = " in initFrameBufferPrograms() 127 vertexSrc << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = " in initFrameBufferPrograms() 132 vertexSrc << " if (subgroupBallotBitExtract(mask, otherID))\n" in initFrameBufferPrograms() 144 << glu::VertexSource(vertexSrc.str()) << buildOptions; in initFrameBufferPrograms()
|
D | vktSubgroupsShapeTests.cpp | 146 std::ostringstream vertexSrc; in initFrameBufferPrograms() local 147 vertexSrc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 160 << glu::VertexSource(vertexSrc.str()) << buildOptions; in initFrameBufferPrograms()
|
D | vktSubgroupsShuffleTests.cpp | 149 std::ostringstream vertexSrc; in initFrameBufferPrograms() local 150 vertexSrc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 172 << glu::VertexSource(vertexSrc.str()) << buildOptions; in initFrameBufferPrograms()
|
D | vktSubgroupsClusteredTests.cpp | 365 std::ostringstream vertexSrc; in initFrameBufferPrograms() local 366 vertexSrc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450 )<< "\n" in initFrameBufferPrograms() 385 << glu::VertexSource(vertexSrc.str()) <<buildOptions; in initFrameBufferPrograms()
|
D | vktSubgroupsPartitionedTests.cpp | 502 std::ostringstream vertexSrc; in initFrameBufferPrograms() local 503 vertexSrc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 523 << glu::VertexSource(vertexSrc.str()) << buildOptions; in initFrameBufferPrograms()
|
D | vktSubgroupsArithmeticTests.cpp | 462 std::ostringstream vertexSrc; in initFrameBufferPrograms() local 463 vertexSrc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 482 << glu::VertexSource(vertexSrc.str()) << buildOptions; in initFrameBufferPrograms()
|
D | vktSubgroupsVoteTests.cpp | 163 std::ostringstream vertexSrc; in initFrameBufferPrograms() local 164 vertexSrc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms() 182 …programCollection.glslSources.add("vert") << glu::VertexSource(vertexSrc.str()) << vk::ShaderBuild… in initFrameBufferPrograms()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 431 inline ProgramSources makeVtxFragSources (const std::string& vertexSrc, const std::string& fragment… in makeVtxFragSources() argument 434 sources.sources[SHADERTYPE_VERTEX].push_back(vertexSrc); in makeVtxFragSources()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTessellationTests.cpp | 93 static glu::ProgramSources makeTessPipelineSources (const std::string& vertexSrc, const std::string… in makeTessPipelineSources() argument 96 sources.sources[glu::SHADERTYPE_VERTEX].push_back(vertexSrc); in makeTessPipelineSources()
|