Lines Matching defs:WorkingData
692 struct WorkingData struct
694 struct PerSubpass
725 UVec2 renderSize; //!< Size of the framebuffer
726 …eviceSampleLocationsPropertiesEXT sampleLocationsProperties; //!< Used with VK_EXT_sample_locations
728 …d::vector<de::SharedPtr<PerSubpass> > perSubpass; //!< Test may use more than one set of data
730 WorkingData (void) in WorkingData() function
1439 struct WorkingData struct
1441 UVec2 renderSize; //!< Size of the framebuffer
1442 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer
1443 Move<VkBuffer> vertexBuffer;
1444 MovePtr<Allocation> vertexBufferAlloc;
1445 Move<VkImage> colorImage; //!< Color image
1446 Move<VkImageView> colorImageView; //!< Color attachment
1447 MovePtr<Allocation> colorImageAlloc;
1448 Move<VkImage> depthStencilImage; //!< Depth stencil image
1449 Move<VkImageView> depthStencilImageView; //!< Depth stencil attachment
1450 Move<VkImageView> depthOnlyImageView; //!< Depth aspect for shader read
1451 Move<VkImageView> stencilOnlyImageView; //!< Stencil aspect for shader read
1452 MovePtr<Allocation> depthStencilImageAlloc;
1453 Move<VkImage> resolveImage; //!< Resolve image
1454 Move<VkImageView> resolveImageView; //!< Resolve attachment
1455 MovePtr<Allocation> resolveImageAlloc;
1456 Move<VkBuffer> colorBuffer; //!< Buffer used to copy resolve output
1457 MovePtr<Allocation> colorBufferAlloc;
1458 VkDeviceSize colorBufferSize;
1460 WorkingData (void) in WorkingData() argument