Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp259 …const VkPhysicalDeviceProperties& getDeviceProperties (void) const { return m_deviceProperties;… in getDeviceProperties() function in vkt::DefaultDevice
349 …k::VkPhysicalDeviceProperties& Context::getDeviceProperties (void) const { return m_device->getD… in getDeviceProperties() function in vkt::Context
DvktTestCase.hpp69 const vk::VkPhysicalDeviceProperties& getDeviceProperties (void) const;
DvktInfoTests.cpp126 const vk::VkPhysicalDeviceProperties& properties = context.getDeviceProperties(); in logDeviceInfo()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp367 …arity.width <= m_context.getDeviceProperties().limits.maxFramebufferWidth && granularity.height <=… in iterate()
DvktApiObjectManagementTests.cpp595 de::min(context.getDeviceProperties().limits.maxMemoryAllocationCount, in getMaxConcurrent()
1204 de::min(context.getDeviceProperties().limits.maxSamplerAllocationCount, in getMaxConcurrent()
DvktApiFeatureInfo.cpp2247 const VkPhysicalDeviceLimits& deviceLimits = context.getDeviceProperties().limits; in imageFormatProperties()
DvktApiCopiesAndBlittingTests.cpp2619 if (!(context.getDeviceProperties().limits.framebufferColorSampleCounts & rasterizationSamples)) in ResolveImageToImage()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp754 …if (m_nonResidentStrict && !m_context.getDeviceProperties().sparseProperties.residencyNonResidentS… in SparseBufferTestInstance()
974 …numMaxChunks = deMaxu32(static_cast<deUint32>(m_context.getDeviceProperties().limits.maxUniformBuf… in iterate()
1001 …DE_ASSERT(sparseAllocation->resourceSize <= m_context.getDeviceProperties().limits.maxUniformBuffe… in iterate()
1054 …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()
622 const VkPhysicalDeviceProperties properties = m_context.getDeviceProperties(); in drawPrimitives()
1099 if (!context.getDeviceProperties().limits.strictLines) in BaseLineTestInstance()
1112 const float* range = context.getDeviceProperties().limits.lineWidthRange; in BaseLineTestInstance()
1229 const float* range = context.getDeviceProperties().limits.pointSizeRange; in PointTestInstance()
2587 if (!context.getDeviceProperties().limits.strictLines) in LineInterpolationTestInstance()
2600 const float* range = context.getDeviceProperties().limits.lineWidthRange; in LineInterpolationTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1177 …const IVec2 offsetRange = getOffsetRange(m_baseParams.offsetSize, m_context.getDeviceProperties(… in init()
1323 …2& offsetRange = getOffsetRange(m_baseParams.offsetSize, m_context.getDeviceProperties().limits); in setupUniforms()
1345 …Type, gatherArgs, getOffsetRange(m_baseParams.offsetSize, m_context.getDeviceProperties().limits)); in verify()
1809 getOffsetRange(m_baseParams.offsetSize, context.getDeviceProperties().limits)); in createInstance()
2022 getOffsetRange(m_baseParams.offsetSize, context.getDeviceProperties().limits), in createInstance()
2237 getOffsetRange(m_baseParams.offsetSize, context.getDeviceProperties().limits)); in createInstance()
DvktShaderRenderBuiltinVarTests.cpp2207 const VkPhysicalDeviceLimits& limits = m_context.getDeviceProperties().limits; in iterate()
DvktShaderRenderTextureFunctionTests.cpp2085 …const float lodEps = (1.0f / float(1u << m_context.getDeviceProperties().limits.mipmapPrecis… in TextureQueryLodInstance()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp532 …const VkDeviceSize nonCoherentAtomSize = context.getDeviceProperties().limits.nonCoherentAt… in testMemoryMapping()
533 ? context.getDeviceProperties().limits.nonCoherentAtomSize in testMemoryMapping()
1310 …const VkDeviceSize nonCoherentAtomSize = context.getDeviceProperties().limits.nonCoherentAtom… in RandomMemoryMappingInstance()
1311 ? context.getDeviceProperties().limits.nonCoherentAtomSize in RandomMemoryMappingInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp1726 if (m_header.VendorID != m_context.getDeviceProperties().vendorID) in CacheHeaderTestInstance()
1729 if (m_header.DeviceID != m_context.getDeviceProperties().deviceID) in CacheHeaderTestInstance()
1732 …if (deMemCmp(&m_header.PipelineCacheUUID, &m_context.getDeviceProperties().pipelineCacheUUID, VK_U… in CacheHeaderTestInstance()
DvktPipelineImageSamplingInstance.cpp227 if ((deUint32)imageCount > context.getDeviceProperties().limits.maxColorAttachments) in ImageSamplingInstance()
1421 const VkPhysicalDeviceLimits& limits = m_context.getDeviceProperties().limits; in verifyImage()
DvktPipelineRenderToImageTests.cpp876 …IVec4 imageSize = getMaxImageSize(context.getDeviceProperties().limits, caseDef.viewType, … in testWithSizeReduction()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp757 const int coordBits = (int)m_context.getDeviceProperties().limits.subTexelPrecisionBits; in verify()
758 const int mipmapBits = (int)m_context.getDeviceProperties().limits.mipmapPrecisionBits; in verify()
DvktTextureTestUtil.cpp1112 const VkPhysicalDeviceProperties properties = m_context.getDeviceProperties(); in renderQuad()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp189 m_drawIndirectMaxCount = m_context.getDeviceProperties().limits.maxDrawIndirectCount; in IndirectDraw()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp2021 …const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSiz… in execute()