Home
last modified time | relevance | path

Searched defs:CaseDef (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp62 struct CaseDef struct
64 Texture texture;
65 VkFormat format;
66 VkSampleCountFlagBits numSamples;
67 bool singleLayerBind;
DvktImageMutableTests.cpp92 struct CaseDef struct
94 ImageType imageType;
95 IVec3 size;
96 deUint32 numLayers;
97 VkFormat imageFormat;
98 VkFormat viewFormat;
99 enum Upload upload;
100 enum Download download;
101 bool isFormatListTest;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp71 struct CaseDef struct
73 VkImageViewType imageType;
74 IVec3 renderSize;
75 IVec3 attachmentSize;
76 deUint32 numLayers;
77 bool multisample;
DvktPipelineMultisampleImageTests.cpp64 struct CaseDef struct
66 IVec2 renderSize;
67 int numLayers;
68 VkFormat colorFormat;
69 VkSampleCountFlagBits numSamples;
DvktPipelineRenderToImageTests.cpp106 struct CaseDef struct
108 VkImageViewType viewType;
109 IVec4 imageSizeHint; //!< (w, h, d, layers), a component may have a symbolic value MAX_SIZE
110 VkFormat colorFormat;
111 VkFormat depthStencilFormat; //! A depth/stencil format, or UNDEFINED if not used
112 AllocationKind allocationKind;
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp77 struct CaseDef struct
79 …), where origin (0,0) is the top-left corner of the viewport. Width and height are in range [0, 1].
80 Vec4 scissorArea; //!< scissored area (ox, oy, w, h)
81 TestPrimitive primitive;