HomeSort by relevance Sort by last modified time
    Searched refs:vertexSrc (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelinePushConstantTests.cpp 217 std::ostringstream vertexSrc;
227 vertexSrc << "#version 450\n"
236 vertexSrc << "int kind;\n"
240 vertexSrc << "vec4 color;\n"
247 vertexSrc << "vec4 color[2];\n"
251 vertexSrc << "int dummy1;\n"
257 vertexSrc << "vec4 color[8];\n"
265 vertexSrc << "void main()\n"
272 vertexSrc << "switch (matInst.kind) {\n"
280 vertexSrc << "vtxColor = (matInst.color + uniformBuf.element) * 0.5;\n
    [all...]
vktPipelineImageTests.cpp 89 std::ostringstream vertexSrc;
124 vertexSrc << "#version 440\n"
146 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str());
vktPipelineImageViewTests.cpp 124 std::ostringstream vertexSrc;
162 vertexSrc << "#version 440\n"
191 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str());
vktPipelineVertexInputTests.cpp 406 std::ostringstream vertexSrc;
408 vertexSrc << "#version 440\n"
417 vertexSrc << "double abs (double x) { if (x < 0.0LF) return -x; else return x; }\n";
419 vertexSrc << "void main (void)\n"
424 programCollection.glslSources.add("attribute_test_vert") << glu::VertexSource(vertexSrc.str());
    [all...]
vktPipelineSamplerTests.cpp 182 std::ostringstream vertexSrc;
217 vertexSrc << "#version 440\n"
246 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str());
    [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 329 inline ProgramSources makeVtxFragSources (const std::string& vertexSrc, const std::string& fragmentSrc)
332 sources.sources[SHADERTYPE_VERTEX].push_back(vertexSrc);

Completed in 436 milliseconds