/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewCreateTests.cpp | 72 , m_testCase (createInfo) in BufferViewTestInstance() 77 BufferViewCaseParameters m_testCase; member in vkt::api::__anonfdac95b20111::BufferViewTestInstance 118 , m_testCase (createInfo) in BufferViewTestCase() 124 return new BufferViewTestInstance(ctx, m_testCase); in createInstance() 130 …ctx.getInstanceInterface().getPhysicalDeviceFormatProperties(ctx.getPhysicalDevice(), m_testCase.f… in checkSupport() 131 if (!(properties.bufferFeatures & m_testCase.features)) in checkSupport() 133 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 140 BufferViewCaseParameters m_testCase; member in vkt::api::__anonfdac95b20111::BufferViewTestCase 335 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in iterate() 337 …BufferDedicatedAllocation().createTestBuffer(size, m_testCase.usage, m_context, testBuffer, testBu… in iterate() [all …]
|
D | vktApiBufferTests.cpp | 98 , m_testCase (testCase) in BufferTestInstance() 105 BufferCaseParameters m_testCase; member in vkt::api::__anon844adb430111::BufferTestInstance 128 , m_testCase (testCase) in BuffersTestCase() 139 …log << tcu::TestLog::Message << getBufferUsageFlagsStr(m_testCase.usage) << tcu::TestLog::EndMessa… in createInstance() 140 return new BufferTestInstance(ctx, m_testCase); in createInstance() 147 …if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBind… in checkSupport() 150 …if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT) && !physicalDeviceFeatures.sparseRe… in checkSupport() 153 …if ((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_ALIASED_BIT) && !physicalDeviceFeatures.sparseResi… in checkSupport() 158 BufferCaseParameters m_testCase; member in vkt::api::__anon844adb430111::BuffersTestCase 170 , m_testCase (testCase) in DedicatedAllocationBuffersTestCase() [all …]
|
D | vktApiBufferViewAccessTests.cpp | 86 BufferViewCaseParams m_testCase; member in vkt::api::__anon16a0f6d00111::BufferViewTestInstance 157 , m_testCase (testCase) in BufferViewTestInstance() 169 if (m_testCase.imageAllocationKind == ALLOCATION_KIND_DEDICATED) in BufferViewTestInstance() 179 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in BufferViewTestInstance() 274 m_testCase.elementOffset * sizeof(deUint32), // VkDeviceSize offset; in BufferViewTestInstance() 275 m_testCase.bufferViewSize * sizeof(deUint32) // VkDeviceSize range; in BufferViewTestInstance() 443 deInt32 expected = factor * (m_testCase.elementOffset + i); in checkResult() 470 const VkDeviceSize uniformSize = m_testCase.bufferSize * sizeof(deUint32); in iterate() 473 generateBuffer(uniformData, m_testCase.bufferSize, factor); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 278 const AttachmentAccessOrderTestCase *m_testCase; member in vkt::rasterization::__anonaa257b0a0111::AttachmentAccessOrderTestInstance::RenderSubpass 328 const AttachmentAccessOrderTestCase *m_testCase; member in vkt::rasterization::__anonaa257b0a0111::AttachmentAccessOrderTestInstance 818 m_testCase = tc; in createAttachments() 835 if (m_testCase->hasDepthStencil()) in createAttachments() 851 VkFormat attFormat = m_testCase->getColorFormat(); in createAttachments() 883 attFormat = m_testCase->getDSFormat(); in createAttachments() 887 aspect = m_testCase->getDSAspect(); in createAttachments() 999 m_testCase->getBlendStateFlags(), // VkPipelineColorBlendStateCreateFlags flags; in createPipeline() 1022 m_testCase->getDSStateFlags(), in createPipeline() 1113 deUint32 attNum = m_testCase->getInputAttachmentNum(); in writeDescriptorSets() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 1099 Generator (const Texture2DGradientTestCase* testCase) : m_testCase(testCase) {} in Generator() 1108 m_tex = de::MovePtr<Texture2D>(new Texture2D(m_testCase->m_format, in generate() 1109 m_testCase->m_dimensions[0], in generate() 1110 m_testCase->m_dimensions[1])); in generate() 1112 const deUint8 numLevels = (deUint8) (1 + deLog2Floor32(de::max(m_testCase->m_dimensions[0], in generate() 1113 m_testCase->m_dimensions[1]))); in generate() 1115 const TextureFormatInfo fmtInfo = getTextureFormatInfo(m_testCase->m_format); in generate() 1150 if (m_testCase->m_useDerivatives) in getSampleArgs() 1166 for (deInt32 i = 0; i < 2 * m_testCase->m_dimensions[0] + 1; ++i) in getSampleArgs() 1168 for (deInt32 j = 0; j < 2 * m_testCase->m_dimensions[1] + 1; ++j) in getSampleArgs() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 1511 const OutputCase m_testCase; member in deqp::gles31::Functional::__anon67525d1a0111::InvocationCountShader 1529 , m_testCase (testCase) in InvocationCountShader() 1560 if (m_testCase == CASE_FIXED_OUTPUT_COUNTS) in shadePrimitives() 1577 else if (m_testCase == CASE_DIFFERENT_OUTPUT_COUNTS) in shadePrimitives() 4370 const OutputCase m_testCase; member in deqp::gles31::Functional::__anon67525d1a0111::GeometryInvocationCase 4377 , m_testCase (testCase) in GeometryInvocationCase() 4381 DE_ASSERT(m_testCase < CASE_LAST); in GeometryInvocationCase() 4415 if (m_testCase == CASE_DIFFERENT_OUTPUT_COUNTS) in init() 4425 if (m_testCase == CASE_FIXED_OUTPUT_COUNTS) in init() 4433 else if (m_testCase == CASE_DIFFERENT_OUTPUT_COUNTS) in init() [all …]
|