Searched defs:MeshTriangleRendererParams (Results 1 – 4 of 4) sorted by relevance
76 struct MeshTriangleRendererParams struct78 std::vector<tcu::Vec4> vertexCoords;79 std::vector<uint32_t> vertexIndices;80 uint32_t taskCount;81 tcu::Vec4 expectedColor;83 …MeshTriangleRendererParams (std::vector<tcu::Vec4> vertexCoords_, std::vector<uint32_t> vertexIndi… in MeshTriangleRendererParams() argument90 MeshTriangleRendererParams (MeshTriangleRendererParams&& other) in MeshTriangleRendererParams() function
130 struct MeshTriangleRendererParams struct132 PipelineConstructionType constructionType;133 std::vector<tcu::Vec4> vertexCoords;134 std::vector<uint32_t> vertexIndices;135 uint32_t taskCount;136 tcu::Vec4 expectedColor;137 bool rasterizationDisabled;139 MeshTriangleRendererParams (PipelineConstructionType constructionType_, in MeshTriangleRendererParams() argument153 MeshTriangleRendererParams (MeshTriangleRendererParams&& other) in MeshTriangleRendererParams() function
128 struct MeshTriangleRendererParams struct130 PipelineConstructionType constructionType;131 std::vector<tcu::Vec4> vertexCoords;132 std::vector<uint32_t> vertexIndices;133 uint32_t taskCount;134 tcu::Vec4 expectedColor;135 bool rasterizationDisabled;137 MeshTriangleRendererParams (PipelineConstructionType constructionType_, in MeshTriangleRendererParams() function151 MeshTriangleRendererParams (MeshTriangleRendererParams&& other) in MeshTriangleRendererParams() argument