/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawAndClearTests.cpp | 253 ClearTestParams m_testParams; member in vkt::conditional::__anoncdae262a0111::ConditionalRenderingClearAttachmentsTestInstance 267 DrawTestParams m_testParams; member in vkt::conditional::__anoncdae262a0111::ConditionalRenderingDrawTestInstance 287 bool m_testParams; member in vkt::conditional::__anoncdae262a0111::ConditionalRenderingUpdateBufferWithDrawTestInstance 678 , m_testParams (testParams) in ConditionalRenderingClearAttachmentsTestInstance() 692 if (m_testParams.m_useOffset) offsetMultiplier = 3; in iterate() 694 createInitBufferWithPredicate(m_testParams.m_discard, m_testParams.m_invert, offsetMultiplier); in iterate() 695 …m_testParams.m_testDepth ? createTargetDepthImageAndImageView() : createTargetColorImageAndImageVi… in iterate() 696 createResultBuffer(m_testParams.m_testDepth ? VK_FORMAT_D32_SFLOAT : VK_FORMAT_R8G8B8A8_UNORM); in iterate() 701 …createRenderPass(m_testParams.m_testDepth ? VK_FORMAT_D32_SFLOAT : VK_FORMAT_R8G8B8A8_UNORM, m_tes… in iterate() 702 createFramebuffer(m_testParams.m_testDepth ? m_depthTargetView.get() : m_colorTargetView.get()); in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 408 const TestParams m_testParams; member in vkt::DescriptorIndexing::__anonefe559e50111::CommonDescriptorInstance 535 , m_testParams (testParams) in CommonDescriptorInstance() 545 …const deUint32 vertexCount = m_testParams.frameResolution.width * m_testParams.frameResolution.hei… in computeAvailableDescriptorCount() 546 …Properties(m_context).computeMaxPerStageDescriptorCount(m_testParams.descriptorType, m_testParams.… in computeAvailableDescriptorCount() 553 …descriptorCount = computeAvailableDescriptorCount(m_testParams.descriptorType, reserveUniformTexel… in createDescriptorSetLayout() 555 …bool optional = (m_testParams.additionalDescriptorBinding != BINDING_Undefined) && (m_testParams.a… in createDescriptorSetLayout() 560 m_testParams.descriptorBinding, // binding in createDescriptorSetLayout() 561 m_testParams.descriptorType, // descriptorType in createDescriptorSetLayout() 563 m_testParams.stageFlags, // stageFlags in createDescriptorSetLayout() 567 m_testParams.additionalDescriptorBinding, // binding in createDescriptorSetLayout() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 825 const TestParams m_testParams; member in vkt::renderpass::__anone4c8e6dd0111::FragmentDensityMapTest 846 TestParams m_testParams; member in vkt::renderpass::__anone4c8e6dd0111::FragmentDensityMapTestInstance 929 , m_testParams (testParams) in FragmentDensityMapTest() 1058 { "COUNT", std::to_string(m_testParams.samplersCount) }, in initPrograms() 1067 for (deUint32 samplerIndex = 0; samplerIndex < m_testParams.samplersCount; ++samplerIndex) in initPrograms() 1095 return new FragmentDensityMapTestInstance(context, m_testParams); in createInstance() 1104 if (m_testParams.viewCount > 1) in checkSupport() 1125 if (m_testParams.dynamicDensityMap && !fragmentDensityMapFeatures.fragmentDensityMapDynamic) in checkSupport() 1127 …if (m_testParams.nonSubsampledImages && !fragmentDensityMapFeatures.fragmentDensityMapNonSubsample… in checkSupport() 1130 if (m_testParams.deferredDensityMap) in checkSupport() [all …]
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 195 const TestParams m_testParams; member in vkt::renderpass::__anon84eabaef0111::UnusedClearAttachmentTestInstance 224 , m_testParams(testParams) in UnusedClearAttachmentTest() 231 const TestParams m_testParams; member in vkt::renderpass::__anon84eabaef0111::UnusedClearAttachmentTest 255 if (m_testParams.renderPassType == RENDERPASS_TYPE_RENDERPASS2) in checkSupport() 259 if (!m_testParams.colorUsed.empty()) in checkSupport() 262 if (hasDepthStencil(m_testParams.depthStencilType)) in checkSupport() 263 …checkFormatSupported(context, m_testParams.depthStencilFormat, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACH… in checkSupport() 268 return new UnusedClearAttachmentTestInstance(context, m_testParams); in createInstance() 293 for (size_t i = 0; i < m_testParams.colorUsed.size(); ++i) in initPrograms() 295 if (m_testParams.colorUsed[i]) in initPrograms() [all …]
|
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 129 TestParams m_testParams; member in vkt::renderpass::__anon649b053b0111::InputAttachmentSparseFillingTest 151 TestParams m_testParams; member in vkt::renderpass::__anon649b053b0111::InputAttachmentSparseFillingTestInstance 187 : vkt::TestCase (testContext, name, description), m_testParams(testParams) in InputAttachmentSparseFillingTest() 217 …generateInputAttachmentParams(m_testParams.activeInputAttachmentCount, 2u * m_testParams.activeInp… in initPrograms() 241 return new InputAttachmentSparseFillingTestInstance(context, m_testParams); in createInstance() 246 if (m_testParams.renderPassType == RENDERPASS_TYPE_RENDERPASS2) in checkSupport() 251 if( 2u * m_testParams.activeInputAttachmentCount > limits.maxPerStageDescriptorInputAttachments ) in checkSupport() 254 if ( 2u * m_testParams.activeInputAttachmentCount > limits.maxPerStageResources) in checkSupport() 262 , m_testParams (testParams) in InputAttachmentSparseFillingTestInstance() 303 for (deUint32 imageNdx = 0; imageNdx < m_testParams.activeInputAttachmentCount; ++imageNdx) in InputAttachmentSparseFillingTestInstance() [all …]
|
D | vktRenderPassUnusedAttachmentTests.cpp | 240 const TestParams m_testParams; member in vkt::renderpass::__anonb0ea74280111::UnusedAttachmentTest 302 , m_testParams (testParams) in UnusedAttachmentTest() 312 return new UnusedAttachmentTestInstance(context, m_testParams); in createInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationNoneStageTests.cpp | 192 const TestParams m_testParams; member in vkt::synchronization::__anon69de74650111::NoneStageTestInstance 264 , m_testParams (testParams) in NoneStageTestInstance() 272 const auto writeLayout = m_testParams.writeLayout; 273 const auto writeAspect = m_testParams.writeAspect; 274 const auto readLayout = m_testParams.readLayout; 275 const auto readAspect = m_testParams.readAspect; 404 if (m_testParams.useGenericAccessFlags) in getAccessFlag() 794 …SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(m_testParams.type, vk… in iterate() 879 *m_attachmentViews[m_usePipelineToWrite], m_testParams.readLayout); in iterate() 880 m_readRenderPass = buildComplexRenderPass(m_transitionImageFormat, m_testParams.readLayout, in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 134 TestParams m_testParams; member in vkt::memory::__anonea7ce9690111::ExternalMemoryHostRenderImageTestInstance 309 , m_testParams (testParams) in ExternalMemoryHostRenderImageTestInstance() 332 verifyFormatProperties(m_testParams.m_format, tiling, usageFlags); in iterate() 335 m_image = createImage(m_testParams.m_format, tiling, usageFlags); in iterate() 340 …const VkDeviceSize requiredSize = imageMemoryRequirements.size + (m_testParams.m_useOffset ? image… in iterate() 360 …eMemory(m_device, *m_image, *m_deviceMemoryAllocatedFromHostPointer, (m_testParams.m_useOffset ? i… in iterate() 400 …tcu::ConstPixelBufferAccess result(mapVkFormat(m_testParams.m_format), tcu::IVec3(100,100,1), m… in iterate() 403 …tcu::PixelBufferAccess reference(mapVkFormat(m_testParams.m_format), tcu::IVec3(100, 100, 1), … in iterate() 470 m_testParams.m_format, // VkFormat format in createImageView() 512 VkDeviceSize size = 10000 * vk::mapVkFormat(m_testParams.m_format).getPixelSize(); in createBindMemoryResultBuffer() [all …]
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 99 , m_testParams(contextSupplier.getTestParameters()) in LayoutBindingProgram() 211 …const LayoutBindingParameters& m_testParams; // parameters for shader generation (table at end of … member in glcts::LayoutBindingProgram 480 return m_testParams; in getTestParameters() 512 …return (m_testParams.surface_type != UniformBlock) && (m_testParams.surface_type != ShaderStorageB… in needsPrecision() 516 …return (m_testParams.surface_type != UniformBlock) && (m_testParams.surface_type != ShaderStorageB… in needsPrecision() 517 (m_testParams.surface_type != AtomicCounter) && (m_testParams.surface_type != Image); in needsPrecision() 1062 LayoutBindingParameters m_testParams; member in glcts::LayoutBindingBaseCase 1084 , m_testParams(samplerType) in LayoutBindingBaseCase()
|