Searched defs:WorkingData (Results 1 – 7 of 7) sorted by relevance
269 struct WorkingData { struct274 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() argument276 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()278 bool isDoubleLoopHeader() const { in isDoubleLoopHeader()283 LoopData *getContainingLoop() const { in getContainingLoop()304 BlockNode getResolvedNode() const { in getResolvedNode()309 LoopData *getPackagedLoop() const { in getPackagedLoop()323 BlockMass &getMass() { in getMass()332 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged()335 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()[all …]
692 struct WorkingData struct694 struct PerSubpass725 UVec2 renderSize; //!< Size of the framebuffer726 …eviceSampleLocationsPropertiesEXT sampleLocationsProperties; //!< Used with VK_EXT_sample_locations728 …d::vector<de::SharedPtr<PerSubpass> > perSubpass; //!< Test may use more than one set of data730 WorkingData (void) in WorkingData() argument1439 struct WorkingData struct1441 UVec2 renderSize; //!< Size of the framebuffer1442 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer1443 Move<VkBuffer> vertexBuffer;[all …]
391 struct WorkingData struct393 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer394 Move<VkBuffer> vertexBuffer;395 MovePtr<Allocation> vertexBufferAlloc;396 Move<VkImage> colorImage; //!< Color image397 MovePtr<Allocation> colorImageAlloc;398 Move<VkImageView> colorImageView; //!< Color image view spanning all layers399 Move<VkBuffer> colorBuffer; //!< Buffer used to copy image data400 MovePtr<Allocation> colorBufferAlloc;401 VkDeviceSize colorBufferSize;[all …]
257 struct WorkingData struct259 UVec2 framebufferSize; //!< Size of the framebuffer260 UVec4 renderArea; //!< Render area262 Move<VkBuffer> vertexBuffer; //!< Contains a fullscreen triangle263 MovePtr<Allocation> vertexBufferAlloc; //!< Storage for vertexBuffer264 Move<VkBuffer> verificationBuffer; //!< Buffer used for validation265 MovePtr<Allocation> verificationBufferAlloc; //!< Storage for verificationBuffer266 … singleVerificationBuffer; //!< Buffer used for validation of attachments outside the render area267 MovePtr<Allocation> singleVerificationBufferAlloc; //!< Storage for singleVerificationBuffer270 Image floatColor1;[all …]