Home
last modified time | relevance | path

Searched refs:getDeviceProperties (Results 1 – 25 of 25) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp345 …arity.width <= m_context.getDeviceProperties().limits.maxFramebufferWidth && granularity.height <=… in iterate()
DvktApiObjectManagementTests.cpp739 de::min(context.getDeviceProperties().limits.maxMemoryAllocationCount, in getMaxConcurrent()
1348 de::min(context.getDeviceProperties().limits.maxSamplerAllocationCount, in getMaxConcurrent()
DvktApiFeatureInfo.cpp2584 const VkPhysicalDeviceLimits& deviceLimits = context.getDeviceProperties().limits; in imageFormatProperties()
DvktApiCopiesAndBlittingTests.cpp3974 if (!(context.getDeviceProperties().limits.framebufferColorSampleCounts & rasterizationSamples)) in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp96 const vk::VkPhysicalDeviceProperties& getDeviceProperties (void) const;
DvktInfoTests.cpp126 const vk::VkPhysicalDeviceProperties& properties = context.getDeviceProperties(); in logDeviceInfo()
DvktTestCase.cpp486 …const VkPhysicalDeviceProperties& getDeviceProperties (void) const { return m_devicePrope… in getDeviceProperties() function in vkt::DefaultDevice
655 …k::VkPhysicalDeviceProperties& Context::getDeviceProperties (void) const { return m_device->getD… in getDeviceProperties() function in vkt::Context
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp655 …if (m_nonResidentStrict && !m_context.getDeviceProperties().sparseProperties.residencyNonResidentS… in SparseBufferTestInstance()
874 …numMaxChunks = deMaxu32(static_cast<deUint32>(m_context.getDeviceProperties().limits.maxUniformBuf… in iterate()
901 …DE_ASSERT(sparseAllocation->resourceSize <= m_context.getDeviceProperties().limits.maxUniformBuffe… in iterate()
966 …2(static_cast<deUint32>(sparseAllocation->resourceSize), m_context.getDeviceProperties().limits.ma… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp205 , m_subpixelBits (context.getDeviceProperties().limits.subPixelPrecisionBits) in BaseRenderingTestInstance()
619 const VkPhysicalDeviceProperties properties = m_context.getDeviceProperties(); in drawPrimitives()
951 if (!context.getDeviceProperties().limits.strictLines) in BaseLineTestInstance()
964 const float* range = context.getDeviceProperties().limits.lineWidthRange; in BaseLineTestInstance()
1081 const float* range = context.getDeviceProperties().limits.pointSizeRange; in PointTestInstance()
2438 const VkPhysicalDeviceProperties properties = m_context.getDeviceProperties(); in drawPrimitives()
2913 if (!context.getDeviceProperties().limits.strictLines) in LineInterpolationTestInstance()
2926 const float* range = context.getDeviceProperties().limits.lineWidthRange; in LineInterpolationTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1178 …const IVec2 offsetRange = getOffsetRange(m_baseParams.offsetSize, m_context.getDeviceProperties(… in init()
1324 …2& offsetRange = getOffsetRange(m_baseParams.offsetSize, m_context.getDeviceProperties().limits); in setupUniforms()
1346 …Type, gatherArgs, getOffsetRange(m_baseParams.offsetSize, m_context.getDeviceProperties().limits)); in verify()
1810 getOffsetRange(m_baseParams.offsetSize, context.getDeviceProperties().limits)); in createInstance()
2023 getOffsetRange(m_baseParams.offsetSize, context.getDeviceProperties().limits), in createInstance()
2238 getOffsetRange(m_baseParams.offsetSize, context.getDeviceProperties().limits)); in createInstance()
DvktShaderRenderBuiltinVarTests.cpp1850 const VkPhysicalDeviceLimits& limits = m_context.getDeviceProperties().limits; in iterate()
DvktShaderRenderTextureFunctionTests.cpp2465 …const float lodEps = (1.0f / float(1u << m_context.getDeviceProperties().limits.mipmapPrecis… in TextureQueryLodInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp1593 if (m_header.VendorID != m_context.getDeviceProperties().vendorID) in CacheHeaderTestInstance()
1596 if (m_header.DeviceID != m_context.getDeviceProperties().deviceID) in CacheHeaderTestInstance()
1599 …if (deMemCmp(&m_header.PipelineCacheUUID, &m_context.getDeviceProperties().pipelineCacheUUID, VK_U… in CacheHeaderTestInstance()
DvktPipelineImageSamplingInstance.cpp236 if ((deUint32)imageCount > context.getDeviceProperties().limits.maxColorAttachments) in ImageSamplingInstance()
1337 const VkPhysicalDeviceLimits& limits = m_context.getDeviceProperties().limits; in verifyImage()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1481 const VkPhysicalDeviceLimits& limits = m_context.getDeviceProperties().limits; in iterate()
2026 const VkPhysicalDeviceLimits& limits = m_context.getDeviceProperties().limits; in iterate()
DvktPipelineMultisampleTests.cpp1816 if (!m_context.getDeviceProperties().limits.standardSampleLocations) in SampleMaskWithDepthTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp658 const int coordBits = (int)m_context.getDeviceProperties().limits.subTexelPrecisionBits; in verify()
659 const int mipmapBits = (int)m_context.getDeviceProperties().limits.mipmapPrecisionBits; in verify()
DvktTextureTestUtil.cpp1140 const VkPhysicalDeviceProperties properties = m_context.getDeviceProperties(); in renderQuad()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp531 …const VkDeviceSize nonCoherentAtomSize = context.getDeviceProperties().limits.nonCoherentAt… in testMemoryMapping()
1297 …const VkDeviceSize nonCoherentAtomSize = context.getDeviceProperties().limits.nonCoherentAtom… in RandomMemoryMappingInstance()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp276 static_cast<size_t>(m_context.getDeviceProperties().limits.nonCoherentAtomSize))); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp276 m_drawIndirectMaxCount = m_context.getDeviceProperties().limits.maxDrawIndirectCount; in IndirectDraw()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp238 … static_cast<size_t>(m_context.getDeviceProperties().limits.nonCoherentAtomSize))); in iterate()
732 static_cast<size_t>(m_context.getDeviceProperties().limits.nonCoherentAtomSize))); in creatAndFillVertexBuffer()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp577 …const size_t nonCoherentAtomSize = static_cast<size_t>(m_context.getDeviceProperties().limits.nonC… in createVertexBuffer()
1858 …const size_t nonCoherentAtomSize = static_cast<size_t>(m_context.getDeviceProperties().limits… in draw()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp1465 const int subPixelBits = m_context.getDeviceProperties().limits.subPixelPrecisionBits; in iterateInternal()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp2428 …const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSiz… in execute()