OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeviceProperties
(Results
1 - 25
of
25
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp
96
const vk::VkPhysicalDeviceProperties&
getDeviceProperties
(void) const;
vktInfoTests.cpp
126
const vk::VkPhysicalDeviceProperties& properties = context.
getDeviceProperties
();
vktTestCase.cpp
486
const VkPhysicalDeviceProperties&
getDeviceProperties
(void) const { return m_deviceProperties; }
655
const vk::VkPhysicalDeviceProperties& Context::
getDeviceProperties
(void) const { return m_device->
getDeviceProperties
(); }
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp
345
TCU_CHECK(granularity.width <= m_context.
getDeviceProperties
().limits.maxFramebufferWidth && granularity.height <= m_context.
getDeviceProperties
().limits.maxFramebufferHeight);
vktApiObjectManagementTests.cpp
739
de::min(context.
getDeviceProperties
().limits.maxMemoryAllocationCount,
[
all
...]
vktApiFeatureInfo.cpp
[
all
...]
vktApiCopiesAndBlittingTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp
655
if (m_nonResidentStrict && !m_context.
getDeviceProperties
().sparseProperties.residencyNonResidentStrict)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp
205
, m_subpixelBits (context.
getDeviceProperties
().limits.subPixelPrecisionBits)
619
const VkPhysicalDeviceProperties properties = m_context.
getDeviceProperties
();
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp
658
const int coordBits = (int)m_context.
getDeviceProperties
().limits.subTexelPrecisionBits;
659
const int mipmapBits = (int)m_context.
getDeviceProperties
().limits.mipmapPrecisionBits;
[
all
...]
vktTextureTestUtil.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp
[
all
...]
vktPipelineImageSamplingInstance.cpp
236
if ((deUint32)imageCount > context.
getDeviceProperties
().limits.maxColorAttachments)
[
all
...]
vktPipelineMultisampleSampleLocationsExtTests.cpp
[
all
...]
vktPipelineMultisampleTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp
[
all
...]
vktShaderRenderBuiltinVarTests.cpp
[
all
...]
vktShaderRenderTextureFunctionTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmCrossStageInterfaceTests.cpp
276
static_cast<size_t>(m_context.
getDeviceProperties
().limits.nonCoherentAtomSize)));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp
531
const VkDeviceSize nonCoherentAtomSize = context.
getDeviceProperties
().limits.nonCoherentAtomSize;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.cpp
276
m_drawIndirectMaxCount = m_context.
getDeviceProperties
().limits.maxDrawIndirectCount;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp
238
static_cast<size_t>(m_context.
getDeviceProperties
().limits.nonCoherentAtomSize)));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassSubpassDependencyTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp
577
const size_t nonCoherentAtomSize = static_cast<size_t>(m_context.
getDeviceProperties
().limits.nonCoherentAtomSize);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp
[
all
...]
Completed in 1187 milliseconds