Home
last modified time | relevance | path

Searched refs:vertexAttrArrayInputSize (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp472 const std::string vertexAttrArrayInputSize = m_caseDef.vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_IMPLICIT ? "" in UserDefinedIOTest() local
590 << "layout(location = 0) in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrArrayInputSize); in UserDefinedIOTest()
617 : isExplicitVertexArraySize ? de::toString(vertexAttrArrayInputSize) in UserDefinedIOTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp472 const std::string vertexAttrArrayInputSize = m_caseDef.vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_IMPLICIT ? "" in UserDefinedIOTest() local
590 << "layout(location = 0) in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrArrayInputSize); in UserDefinedIOTest()
617 : isExplicitVertexArraySize ? de::toString(vertexAttrArrayInputSize) in UserDefinedIOTest()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp6072 const string vertexAttrArrayInputSize = m_vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_IMPLICIT ? ""
6142 tcsDeclarations += "in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrArrayInputSize);
6212 : isExplicitVertexArraySize ? de::toString(vertexAttrArrayInputSize)

Completed in 13 milliseconds