Home
last modified time | relevance | path

Searched refs:frameBufferSize (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp903 const tcu::IVec2 frameBufferSize = tcu::IVec2(32, 32); in createDescriptorLimitsTests() local
922 TestParams params(pipelineConstructionType, TestType::Samplers, true, frameBufferSize, testValue); in createDescriptorLimitsTests()
927 TestParams params(pipelineConstructionType, TestType::UniformBuffers, true, frameBufferSize, testValue); in createDescriptorLimitsTests()
932 TestParams params(pipelineConstructionType, TestType::StorageBuffers, true, frameBufferSize, testValue); in createDescriptorLimitsTests()
937 TestParams params(pipelineConstructionType, TestType::SampledImages, true, frameBufferSize, testValue); in createDescriptorLimitsTests()
942 TestParams params(pipelineConstructionType, TestType::StorageImages, true, frameBufferSize, testValue); in createDescriptorLimitsTests()
957 TestParams params(pipelineConstructionType, TestType::Samplers, false, frameBufferSize, testValue); in createDescriptorLimitsTests()
962 TestParams params(pipelineConstructionType, TestType::UniformBuffers, false, frameBufferSize, testValue); in createDescriptorLimitsTests()
967 TestParams params(pipelineConstructionType, TestType::StorageBuffers, false, frameBufferSize, testValue); in createDescriptorLimitsTests()
972 TestParams params(pipelineConstructionType, TestType::SampledImages, false, frameBufferSize, testValu in createDescriptorLimitsTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp884 const tcu::IVec2 frameBufferSize = tcu::IVec2(32, 32); in createDescriptorLimitsTests() local
902 computeShaderGroup->addChild(new DescriptorLimitTest(testCtx, "samplers_" + std::to_string(testValue), "", pipelineConstructionType, TestType::Samplers, true, frameBufferSize, testValue)); in createDescriptorLimitsTests()
903 computeShaderGroup->addChild(new DescriptorLimitTest(testCtx, "uniform_buffers_" + std::to_string(testValue), "", pipelineConstructionType, TestType::UniformBuffers, true, frameBufferSize, testValue)); in createDescriptorLimitsTests()
904 computeShaderGroup->addChild(new DescriptorLimitTest(testCtx, "storage_buffers_" + std::to_string(testValue), "", pipelineConstructionType, TestType::StorageBuffers, true, frameBufferSize, testValue)); in createDescriptorLimitsTests()
905 computeShaderGroup->addChild(new DescriptorLimitTest(testCtx, "sampled_images_" + std::to_string(testValue), "", pipelineConstructionType, TestType::SampledImages, true, frameBufferSize, testValue)); in createDescriptorLimitsTests()
906 computeShaderGroup->addChild(new DescriptorLimitTest(testCtx, "storage_images_" + std::to_string(testValue), "", pipelineConstructionType, TestType::StorageImages, true, frameBufferSize, testValue)); in createDescriptorLimitsTests()
918 fragmentShaderGroup->addChild(new DescriptorLimitTest(testCtx, "samplers_" + std::to_string(testValue), "", pipelineConstructionType, TestType::Samplers, false, frameBufferSize, testValue)); in createDescriptorLimitsTests()
919 fragmentShaderGroup->addChild(new DescriptorLimitTest(testCtx, "uniform_buffers_" + std::to_string(testValue), "", pipelineConstructionType, TestType::UniformBuffers, false, frameBufferSize, testValue)); in createDescriptorLimitsTests()
920 fragmentShaderGroup->addChild(new DescriptorLimitTest(testCtx, "storage_buffers_" + std::to_string(testValue), "", pipelineConstructionType, TestType::StorageBuffers, false, frameBufferSize, testValue)); in createDescriptorLimitsTests()
921 fragmentShaderGroup->addChild(new DescriptorLimitTest(testCtx, "sampled_images_" + std::to_string(testValue), "", pipelineConstructionType, TestType::SampledImages, false, frameBufferSize, testValu in createDescriptorLimitsTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp106 deUint32 frameBufferSize; member
856 << " uint idx = ((gl_GlobalInvocationID.y * " << m_testParam.frameBufferSize in addCS()
1242 0, 0, static_cast<float>(m_testParam->frameBufferSize), static_cast<float>(m_testParam->frameBufferSize), 0, 1 in generateGraphicsPipeline()
1244 const VkRect2D scissor{ { 0, 0 }, { m_testParam->frameBufferSize, m_testParam->frameBufferSize } }; in generateGraphicsPipeline()
1451 const VkDeviceSize imageBufferSize = m_testParam->frameBufferSize * m_testParam->frameBufferSize * in generateAttachments()
1455 const VkImageCreateInfo imageInfo = makeImageCreateInfo(m_testParam->colorFormat, m_testParam->frameBufferSize, in generateAttachments()
1491 m_testParam->depthStencilFormat, m_testParam->frameBufferSize, m_testPara in generateAttachments()
[all...]

Completed in 6 milliseconds