Home
last modified time | relevance | path

Searched refs:Vertex4RGBA (Results 1 – 21 of 21) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp88 std::vector<Vertex4RGBA>& vertexData) const = 0;
112 std::vector<Vertex4RGBA>& vertexData) const;
132 std::vector<Vertex4RGBA>& vertexData) const;
148 const std::vector<Vertex4RGBA>& vertexBufferData);
162 std::vector<Vertex4RGBA> m_vertices;
259 std::vector<Vertex4RGBA> vertexBufferData; in createInstance()
327 …, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) c… in createBufferData()
337 const Vertex4RGBA defaultVertex = { tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f), green }; in createBufferData()
341 std::vector<Vertex4RGBA> vertices; in createBufferData()
386 const Vertex4RGBA vertex = in createBufferData()
[all …]
DvktPipelineMultisampleTests.cpp129 std::vector<Vertex4RGBA> generateVertices (const GeometryType geometryType);
154 const std::vector<Vertex4RGBA>& vertices,
182 const std::vector<Vertex4RGBA>& vertices,
212 const std::vector<Vertex4RGBA>& vertices,
243 const std::vector<Vertex4RGBA>& vertices,
268 const std::vector<Vertex4RGBA>& vertices,
294 const std::vector<Vertex4RGBA>& vertices,
320 const std::vector<Vertex4RGBA>& vertices,
348 const std::vector<Vertex4RGBA>& vertices,
386 const std::vector<Vertex4RGBA>& vertices,
[all …]
DvktPipelineDepthRangeUnrestrictedTests.cpp207 static inline std::vector<Vertex4RGBA> createPoints (float wc) in createPoints()
212 std::vector<Vertex4RGBA> vertices; in createPoints()
241 const Vertex4RGBA vertex0 = in createPoints()
246 const Vertex4RGBA vertex1 = in createPoints()
251 const Vertex4RGBA vertex2 = in createPoints()
256 const Vertex4RGBA vertex3 = in createPoints()
261 const Vertex4RGBA vertex4 = in createPoints()
266 const Vertex4RGBA vertex5 = in createPoints()
271 const Vertex4RGBA vertex6 = in createPoints()
277 const Vertex4RGBA vertex7 = in createPoints()
[all …]
DvktPipelineVertexUtil.hpp38 struct Vertex4RGBA struct
82 std::vector<Vertex4RGBA> createOverlappingQuads (void);
DvktPipelineVertexUtil.cpp891 std::vector<Vertex4RGBA> createOverlappingQuads (void) in createOverlappingQuads()
896 std::vector<Vertex4RGBA> vertices; in createOverlappingQuads()
921 const Vertex4RGBA lowerLeftVertex = in createOverlappingQuads()
926 const Vertex4RGBA upperLeftVertex = in createOverlappingQuads()
931 const Vertex4RGBA lowerRightVertex = in createOverlappingQuads()
936 const Vertex4RGBA upperRightVertex = in createOverlappingQuads()
DvktPipelineStencilTests.cpp172 std::vector<Vertex4RGBA> m_vertices;
517 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in StencilTestInstance()
533 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in StencilTestInstance()
650 …cpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in StencilTestInstance()
716 …st VkDeviceSize quadOffset = (m_vertices.size() / StencilTest::QUAD_COUNT) * sizeof(Vertex4RGBA); in StencilTestInstance()
781 std::vector<Vertex4RGBA> cwVertices(m_vertices); in verifyImage()
784 const Vertex4RGBA cwVertex1 = cwVertices[vertexNdx + 1]; in verifyImage()
802 std::vector<Vertex4RGBA>(cwVertices.begin() + quadNdx * 6, in verifyImage()
DvktPipelineDynamicOffsetTests.cpp85 vector<Vertex4RGBA> createQuads (deUint32 numQuads, float size) in createQuads()
87 vector<Vertex4RGBA> vertices; in createQuads()
93 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads()
94 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads()
95 const Vertex4RGBA UpperLeftVertex = {tcu::Vec4(-size + xOffset, size, 0.0f, 1.0f), color}; in createQuads()
96 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads()
166 vector<Vertex4RGBA> m_vertices;
531 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in init()
547 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
591 (VkDeviceSize)(sizeof(Vertex4RGBA) * m_vertices.size()), // VkDeviceSize size; in init()
[all …]
DvktPipelinePushConstantTests.cpp172 std::vector<Vertex4RGBA> createQuad(const float size, const tcu::Vec4 &color) in createQuad()
174 std::vector<Vertex4RGBA> vertices; in createQuad()
176 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, 0.0f, 1.0f), color}; in createQuad()
177 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad()
178 const Vertex4RGBA UpperLeftVertex = {tcu::Vec4(-size, size, 0.0f, 1.0f), color}; in createQuad()
179 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad()
212 std::vector<Vertex4RGBA> m_vertices;
471 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in init()
487 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
533 (VkDeviceSize)(sizeof(Vertex4RGBA) * m_vertices.size()), // VkDeviceSize size; in init()
[all …]
DvktPipelineMultisampleImageTests.cpp102 sizeof(Vertex4RGBA), // uint32_t stride; in makeGraphicsPipelines()
600 std::vector<Vertex4RGBA> genTriangleVertices (void) in genTriangleVertices()
602 static const Vertex4RGBA data[] = in genTriangleVertices()
617 return std::vector<Vertex4RGBA>(data, data + DE_LENGTH_OF_ARRAY(data)); in genTriangleVertices()
701 std::vector<Vertex4RGBA> genPerSampleTriangleVertices (VkSampleCountFlagBits samples) in genPerSampleTriangleVertices()
705 std::vector<Vertex4RGBA> res; in genPerSampleTriangleVertices()
709 Vertex4RGBA data[] = in genPerSampleTriangleVertices()
732 std::vector<Vertex4RGBA> genFullQuadVertices (void) in genFullQuadVertices()
734 static const Vertex4RGBA data[] = in genFullQuadVertices()
753 return std::vector<Vertex4RGBA>(data, data + DE_LENGTH_OF_ARRAY(data)); in genFullQuadVertices()
[all …]
DvktPipelinePushDescriptorTests.cpp169 vector<Vertex4RGBA> createQuads (deUint32 numQuads, float size) in createQuads()
171 vector<Vertex4RGBA> vertices; in createQuads()
177 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads()
178 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size + xOffset, -size, 0.0f, 1.0f), color}; in createQuads()
179 const Vertex4RGBA UpperLeftVertex = {tcu::Vec4(-size + xOffset, size, 0.0f, 1.0f), color}; in createQuads()
180 const Vertex4RGBA UpperRightVertex = {tcu::Vec4(size + xOffset, size, 0.0f, 1.0f), color}; in createQuads()
263 vector<Vertex4RGBA> m_vertices;
438 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in init()
454 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in init()
498 (VkDeviceSize)(sizeof(Vertex4RGBA) * m_vertices.size()), // VkDeviceSize size; in init()
[all …]
DvktPipelineDepthTests.cpp192 std::vector<Vertex4RGBA> m_vertices;
479 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in DepthTestInstance()
495 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offset; in DepthTestInstance()
612 …cpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in DepthTestInstance()
681 const VkDeviceSize quadOffset = (m_vertices.size() / DepthTest::QUAD_COUNT) * sizeof(Vertex4RGBA); in DepthTestInstance()
740 std::vector<Vertex4RGBA>(m_vertices.begin() + quadNdx * 6, in verifyImage()
DvktPipelineBlendTests.cpp200 std::vector<Vertex4RGBA> m_vertices;
693 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in BlendTestInstance()
800 …cpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in BlendTestInstance()
836 const VkDeviceSize quadOffset = (m_vertices.size() / BlendTest::QUAD_COUNT) * sizeof(Vertex4RGBA); in BlendTestInstance()
1091 std::vector<Vertex4RGBA>(m_vertices.begin() + quadNdx * 6, in verifyImage()
1098 std::vector<Vertex4RGBA>(m_vertices.begin() + quadNdx * 6, in verifyImage()
1104 std::vector<Vertex4RGBA>(m_vertices.begin() + quadNdx * 6, in verifyImage()
1769 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in iterate()
1785 static_cast<deUint32>(offsetof(Vertex4RGBA, color)), // deUint32 offset; in iterate()
1863 std::vector<Vertex4RGBA> vertices; in iterate()
[all …]
DvktPipelineReferenceRenderer.cpp265 const std::vector<Vertex4RGBA>& vertexBuffer) in draw()
274 const Vertex4RGBA& v = vertexBuffer[vertexNdx]; in draw()
DvktPipelineRenderToImageTests.cpp247 sizeof(Vertex4RGBA), // uint32_t stride; in makeGraphicsPipeline()
584 vector<Vertex4RGBA> genFullQuadVertices (const int subpassCount) in genFullQuadVertices()
586 vector<Vertex4RGBA> vectorData; in genFullQuadVertices()
589 Vertex4RGBA data = in genFullQuadVertices()
1022 const vector<Vertex4RGBA> vertices = genFullQuadVertices(numSlices); in testWithSizeReduction()
1450 const vector<Vertex4RGBA> vertices = genFullQuadVertices(numSlices); in testRenderToMipMaps()
DvktPipelineReferenceRenderer.hpp332 const std::vector<Vertex4RGBA>& vertexBuffer);
DvktPipelineCacheTests.cpp235 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in buildPipeline()
251 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
624 std::vector<Vertex4RGBA> m_vertices;
802 …py(m_vertexBufferMemory->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in GraphicsCacheTestInstance()
DvktPipelineCreationFeedbackTests.cpp288 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in buildPipeline()
304 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineExecutablePropertiesTests.cpp339 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in buildPipeline()
355 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
DvktPipelineTimestampTests.cpp514 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in buildPipeline()
530 DE_OFFSET_OF(Vertex4RGBA, color), // deUint32 offsetInBytes; in buildPipeline()
1532 std::vector<Vertex4RGBA> m_vertices;
1577 …cpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in buildVertexBuffer()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp71 struct Vertex4RGBA struct
77 std::vector<Vertex4RGBA> createQuad (void) in createQuad()
79 std::vector<Vertex4RGBA> vertices; in createQuad()
83 const Vertex4RGBA lowerLeftVertex = {tcu::Vec4(-size, -size, 0.0f, 1.0f), color}; in createQuad()
84 const Vertex4RGBA lowerRightVertex = {tcu::Vec4(size, -size, 0.0f, 1.0f), color}; in createQuad()
85 const Vertex4RGBA upperLeftVertex = {tcu::Vec4(-size, size, 0.0f, 1.0f), color}; in createQuad()
86 const Vertex4RGBA upperRightVertex = {tcu::Vec4(size, size, 0.0f, 1.0f), color}; in createQuad()
282 std::vector<Vertex4RGBA> m_vertices;
735 sizeof(Vertex4RGBA), // deUint32 strideInBytes; in UnusedAttachmentTestInstance()
811 (VkDeviceSize)(sizeof(Vertex4RGBA) * m_vertices.size()), // VkDeviceSize size; in UnusedAttachmentTestInstance()
[all …]
DvktRenderPassFragmentDensityMapTests.cpp104 struct Vertex4RGBA struct
184 std::vector<Vertex4RGBA> createFullscreenMesh(deUint32 viewCount, tcu::Vec2 redGradient, tcu::Vec2 … in createFullscreenMesh()
193 std::vector<Vertex4RGBA> resultMesh; in createFullscreenMesh()
201 …const Vertex4RGBA lowerLeftVertex = { { xStart, 1.0f, 0.0f, 1.0f }, { 0.0f, 1.0f, fIndex, 1.0f },… in createFullscreenMesh()
202 …const Vertex4RGBA upperLeftVertex = { { xStart, -1.0f, 0.0f, 1.0f }, { 0.0f, 0.0f, fIndex, 1.0f },… in createFullscreenMesh()
203 …const Vertex4RGBA lowerRightVertex = { { xEnd, 1.0f, 0.0f, 1.0f }, { 1.0f, 1.0f, fIndex, 1.0f }… in createFullscreenMesh()
204 …const Vertex4RGBA upperRightVertex = { { xEnd, -1.0f, 0.0f, 1.0f }, { 1.0f, 0.0f, fIndex, 1.0f }… in createFullscreenMesh()
206 const std::vector<Vertex4RGBA> viewData in createFullscreenMesh()
900 std::vector<Vertex4RGBA> m_verticesDDM;
904 std::vector<Vertex4RGBA> m_vertices;
[all …]