Home
last modified time | relevance | path

Searched defs:WorkingData (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h269 struct WorkingData { struct
274 WorkingData(const BlockNode &Node) : Node(Node) {} in WorkingData() function
276 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp766 struct WorkingData struct
768 struct PerSubpass
799 UVec2 renderSize; //!< Size of the framebuffer
800 …eviceSampleLocationsPropertiesEXT sampleLocationsProperties; //!< Used with VK_EXT_sample_locations
802 …d::vector<de::SharedPtr<PerSubpass> > perSubpass; //!< Test may use more than one set of data
804 WorkingData (void) in WorkingData() argument
1511 struct WorkingData struct
1513 UVec2 renderSize; //!< Size of the framebuffer
1514 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer
1515 Move<VkBuffer> vertexBuffer;
[all …]
DvktPipelineMultisampleShaderFragmentMaskTests.cpp436 struct WorkingData struct
438 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer
439 Move<VkBuffer> vertexBuffer;
440 MovePtr<Allocation> vertexBufferAlloc;
441 Move<VkImage> colorImage; //!< Color image
442 MovePtr<Allocation> colorImageAlloc;
443 Move<VkImageView> colorImageView; //!< Color image view spanning all layers
444 Move<VkBuffer> colorBuffer; //!< Buffer used to copy image data
445 MovePtr<Allocation> colorBufferAlloc;
446 VkDeviceSize colorBufferSize;
[all …]