Searched defs:CaseDef (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelMessagePassing.cpp | 103 struct CaseDef struct 105 bool payloadMemLocal; 106 bool guardMemLocal; 107 bool coherent; 108 bool core11; 109 bool atomicRMW; 110 TestType testType; 111 StorageClass payloadSC; 112 StorageClass guardSC; 113 Scope scope; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 96 struct CaseDef struct 98 IndexType indexType; 99 deUint32 numDescriptorSets; 100 deUint32 maxPerStageUniformBuffers; 101 deUint32 maxUniformBuffersDynamic; 102 deUint32 maxPerStageStorageBuffers; 103 deUint32 maxStorageBuffersDynamic; 104 deUint32 maxPerStageSampledImages; 105 deUint32 maxPerStageStorageImages; 106 deUint32 maxInlineUniformBlocks; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 64 struct CaseDef struct 66 Texture texture; 67 VkFormat format; 68 VkSampleCountFlagBits numSamples; 69 bool singleLayerBind;
|
D | vktImageMutableTests.cpp | 102 struct CaseDef struct 104 ImageType imageType; 105 IVec3 size; 106 deUint32 numLayers; 107 VkFormat imageFormat; 108 VkFormat viewFormat; 109 enum Upload upload; 110 enum Download download; 111 bool isFormatListTest; 112 bool isSwapchainImageTest; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorTests.cpp | 79 struct CaseDef struct 81 …), where origin (0,0) is the top-left corner of the viewport. Width and height are in range [0, 1]. 82 Vec4 scissorArea; //!< scissored area (ox, oy, w, h) 83 TestPrimitive primitive;
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 74 struct CaseDef struct 76 VkImageViewType imageType; 77 IVec3 renderSize; 78 IVec3 attachmentSize; 79 deUint32 numLayers; 80 bool multisample;
|
D | vktPipelineMultisampleImageTests.cpp | 65 struct CaseDef struct 67 IVec2 renderSize; 68 int numLayers; 69 VkFormat colorFormat; 70 VkSampleCountFlagBits numSamples;
|
D | vktPipelineRenderToImageTests.cpp | 107 struct CaseDef struct 109 VkImageViewType viewType; 110 IVec4 imageSizeHint; //!< (w, h, d, layers), a component may have a symbolic value MAX_SIZE 111 VkFormat colorFormat; 112 VkFormat depthStencilFormat; //! A depth/stencil format, or UNDEFINED if not used 113 AllocationKind allocationKind;
|