Home
last modified time | relevance | path

Searched defs:testObjects (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1911 void clearImagesBeforeDraw(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) in clearImagesBeforeDraw() argument
1260 initResolveImageLayouts(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) initResolveImageLayouts() argument
1316 preRenderingImageLayoutTransition(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) preRenderingImageLayoutTransition() argument
1356 postRenderingResolveImageLayoutTransition(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) postRenderingResolveImageLayoutTransition() argument
1650 createRenderPassAndFramebuffer(Context& context, WorkingData& wd, TestObjects& testObjects, const PipelineConstructionType pipelineConstructionType, const std::vector<VkImage>& images, const std::vector<VkImageView>& attachments, const std::vector<VkAttachmentDescription2>& attachmentDescriptions, const std::vector<VkSubpassDescription2>& subpasses, const std::vector<VkSubpassDependency2>& subpassDependencies) createRenderPassAndFramebuffer() argument
1974 startRenderPass(Context& context, WorkingData&wd, TestObjects& testObjects, const deUint32 clearValueCount, const VkClearValue* clearValues) startRenderPass() argument
1987 startRendering(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, uint32_t colorAttachmentCount, std::vector<VkRenderingAttachmentInfo>& colorAttachmentInfos, VkRenderingAttachmentInfo& depthStencilAttachmentInfo, uint32_t renderPassNdx) startRendering() argument
2056 postDrawBarrier(Context& context, TestObjects& testObjects) postDrawBarrier() argument
2073 setupVerifyDescriptorSetAndPipeline(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const VkPushConstantRange* pushConstantRange, Move<VkPipelineLayout>& verifyPipelineLayout) setupVerifyDescriptorSetAndPipeline() argument
2129 postVerifyBarrier(Context& context, TestObjects& testObjects, const Move<VkBuffer>& verificationBuffer) postVerifyBarrier() argument
2150 dispatchVerifyConstantColor(Context& context, TestObjects& testObjects, const Move<VkImageView>& imageView, const VkImageLayout layout, const Move<VkImageView>& verifyImageView, const Move<VkBuffer>& verificationBuffer, const deUint32 pushConstantSize, const void* pushConstants, const std::string& shaderName) dispatchVerifyConstantColor() argument
2229 testStart(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) testStart() argument
2297 testEnd(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) testEnd() argument
2937 dispatchVerifyBasic(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) dispatchVerifyBasic() argument
2965 drawBasic(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawBasic() argument
3190 dispatchVerifyClearAttachments(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const UVec4 regions[RegionCount], const VkClearValue clearValues[RegionCount - 1][4]) dispatchVerifyClearAttachments() argument
3290 drawClearAttachments(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawClearAttachments() argument
3521 drawOnePass(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const ShaderWrapper& vertexModule, const PipelineLayoutWrapper& pipelineLayout, const deUint32 passNdx, const deUint32 subpassNdx, UVec4 regions[RegionCount], VkPipelineRenderingCreateInfo* pipelineRenderingCreateInfo) drawOnePass() argument
3619 dispatchVerifyMultiPassRendering(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, UVec4 regions[RegionCount]) dispatchVerifyMultiPassRendering() argument
3663 drawSingleRenderPass(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawSingleRenderPass() argument
3755 drawMultiRenderPass(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawMultiRenderPass() argument
4488 drawInputAttachments(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawInputAttachments() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1248 initResolveImageLayouts(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) initResolveImageLayouts() argument
1304 preRenderingImageLayoutTransition(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) preRenderingImageLayoutTransition() argument
1344 postRenderingResolveImageLayoutTransition(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) postRenderingResolveImageLayoutTransition() argument
1630 createRenderPassAndFramebuffer(Context& context, WorkingData& wd, TestObjects& testObjects, const std::vector<VkImageView>& attachments, const std::vector<VkAttachmentDescription2>& attachmentDescriptions, const std::vector<VkSubpassDescription2>& subpasses, const std::vector<VkSubpassDependency2>& subpassDependencies) createRenderPassAndFramebuffer() argument
1890 clearImagesBeforeDraw(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) clearImagesBeforeDraw() argument
1953 startRenderPass(Context& context, WorkingData&wd, TestObjects& testObjects, const deUint32 clearValueCount, const VkClearValue* clearValues) startRenderPass() argument
1977 startRendering(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, uint32_t colorAttachmentCount, std::vector<VkRenderingAttachmentInfo>& colorAttachmentInfos, VkRenderingAttachmentInfo& depthStencilAttachmentInfo, uint32_t renderPassNdx) startRendering() argument
2046 postDrawBarrier(Context& context, TestObjects& testObjects) postDrawBarrier() argument
2063 setupVerifyDescriptorSetAndPipeline(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const VkPushConstantRange* pushConstantRange, Move<VkPipelineLayout>& verifyPipelineLayout) setupVerifyDescriptorSetAndPipeline() argument
2119 postVerifyBarrier(Context& context, TestObjects& testObjects, const Move<VkBuffer>& verificationBuffer) postVerifyBarrier() argument
2140 dispatchVerifyConstantColor(Context& context, TestObjects& testObjects, const Move<VkImageView>& imageView, const VkImageLayout layout, const Move<VkImageView>& verifyImageView, const Move<VkBuffer>& verificationBuffer, const deUint32 pushConstantSize, const void* pushConstants, const std::string& shaderName) dispatchVerifyConstantColor() argument
2219 testStart(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) testStart() argument
2287 testEnd(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) testEnd() argument
2927 dispatchVerifyBasic(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) dispatchVerifyBasic() argument
2955 drawBasic(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawBasic() argument
3174 dispatchVerifyClearAttachments(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const UVec4 regions[RegionCount], const VkClearValue clearValues[RegionCount - 1][4]) dispatchVerifyClearAttachments() argument
3274 drawClearAttachments(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawClearAttachments() argument
3496 drawOnePass(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const Unique<VkShaderModule>& vertexModule, const Unique<VkPipelineLayout>& pipelineLayout, const deUint32 passNdx, const deUint32 subpassNdx, UVec4 regions[RegionCount], VkPipelineRenderingCreateInfo* pipelineRenderingCreateInfo) drawOnePass() argument
3586 dispatchVerifyMultiPassRendering(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, UVec4 regions[RegionCount]) dispatchVerifyMultiPassRendering() argument
3630 drawSingleRenderPass(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawSingleRenderPass() argument
3721 drawMultiRenderPass(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawMultiRenderPass() argument
4453 drawInputAttachments(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) drawInputAttachments() argument
[all...]

Completed in 10 milliseconds