Searched defs:WorkingData (Results 1 – 4 of 4) sorted by relevance
269 struct WorkingData { struct274 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() function276 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 …]
273 struct WorkingData { struct278 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() function280 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()282 bool isDoubleLoopHeader() const { in isDoubleLoopHeader()287 LoopData *getContainingLoop() const { in getContainingLoop()308 BlockNode getResolvedNode() const { in getResolvedNode()313 LoopData *getPackagedLoop() const { in getPackagedLoop()327 BlockMass &getMass() { in getMass()336 bool isPackaged() const { return getResolvedNode() != Node; } in isPackaged()339 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()[all …]
755 struct WorkingData struct757 struct PerSubpass788 UVec2 renderSize; //!< Size of the framebuffer789 …eviceSampleLocationsPropertiesEXT sampleLocationsProperties; //!< Used with VK_EXT_sample_locations791 …d::vector<de::SharedPtr<PerSubpass> > perSubpass; //!< Test may use more than one set of data793 WorkingData (void) in WorkingData() function1457 struct WorkingData struct1459 UVec2 renderSize; //!< Size of the framebuffer1460 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer1461 Move<VkBuffer> vertexBuffer;[all …]
435 struct WorkingData struct437 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer438 Move<VkBuffer> vertexBuffer;439 MovePtr<Allocation> vertexBufferAlloc;440 Move<VkImage> colorImage; //!< Color image441 MovePtr<Allocation> colorImageAlloc;442 Move<VkImageView> colorImageView; //!< Color image view spanning all layers443 Move<VkBuffer> colorBuffer; //!< Buffer used to copy image data444 MovePtr<Allocation> colorBufferAlloc;445 VkDeviceSize colorBufferSize;[all …]