Home
last modified time | relevance | path

Searched defs:WorkingData (Results 1 – 7 of 7) 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() argument
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_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp692 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() argument
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;
[all …]
DvktPipelineMultisampleShaderFragmentMaskTests.cpp391 struct WorkingData struct
393 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer
394 Move<VkBuffer> vertexBuffer;
395 MovePtr<Allocation> vertexBufferAlloc;
396 Move<VkImage> colorImage; //!< Color image
397 MovePtr<Allocation> colorImageAlloc;
398 Move<VkImageView> colorImageView; //!< Color image view spanning all layers
399 Move<VkBuffer> colorBuffer; //!< Buffer used to copy image data
400 MovePtr<Allocation> colorBufferAlloc;
401 VkDeviceSize colorBufferSize;
[all …]
DvktPipelineMultisampledRenderToSingleSampledTests.cpp257 struct WorkingData struct
259 UVec2 framebufferSize; //!< Size of the framebuffer
260 UVec4 renderArea; //!< Render area
262 Move<VkBuffer> vertexBuffer; //!< Contains a fullscreen triangle
263 MovePtr<Allocation> vertexBufferAlloc; //!< Storage for vertexBuffer
264 Move<VkBuffer> verificationBuffer; //!< Buffer used for validation
265 MovePtr<Allocation> verificationBufferAlloc; //!< Storage for verificationBuffer
266 … singleVerificationBuffer; //!< Buffer used for validation of attachments outside the render area
267 MovePtr<Allocation> singleVerificationBufferAlloc; //!< Storage for singleVerificationBuffer
270 Image floatColor1;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp692 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() argument
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;
[all …]
DvktPipelineMultisampleShaderFragmentMaskTests.cpp391 struct WorkingData struct
393 deUint32 numVertices; //!< Number of vertices defined in the vertex buffer
394 Move<VkBuffer> vertexBuffer;
395 MovePtr<Allocation> vertexBufferAlloc;
396 Move<VkImage> colorImage; //!< Color image
397 MovePtr<Allocation> colorImageAlloc;
398 Move<VkImageView> colorImageView; //!< Color image view spanning all layers
399 Move<VkBuffer> colorBuffer; //!< Buffer used to copy image data
400 MovePtr<Allocation> colorBufferAlloc;
401 VkDeviceSize colorBufferSize;
[all …]
DvktPipelineMultisampledRenderToSingleSampledTests.cpp257 struct WorkingData struct
259 UVec2 framebufferSize; //!< Size of the framebuffer
260 UVec4 renderArea; //!< Render area
262 Move<VkBuffer> vertexBuffer; //!< Contains a fullscreen triangle
263 MovePtr<Allocation> vertexBufferAlloc; //!< Storage for vertexBuffer
264 Move<VkBuffer> verificationBuffer; //!< Buffer used for validation
265 MovePtr<Allocation> verificationBufferAlloc; //!< Storage for verificationBuffer
266 … singleVerificationBuffer; //!< Buffer used for validation of attachments outside the render area
267 MovePtr<Allocation> singleVerificationBufferAlloc; //!< Storage for singleVerificationBuffer
270 Image floatColor1;
[all …]