Home
last modified time | relevance | path

Searched refs:maxBlocks (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceCuda.h297 EIGEN_STRONG_INLINE int maxBlocks() const { in initializeDeviceProp() function
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp777 int maxBlocks = 0; in init() local
779 gl.getIntegerv(limitPnames[m_shaderType], &maxBlocks); in init()
782 if (maxBlocks < 2 + m_numInstances) in init()
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp7074 uint32_t maxBlocks = std::max(inline_uniform_props.maxPerStageDescriptorInlineUniformBlocks, in TEST_F() local
7076 for (uint32_t i = 0; i < 1 + maxBlocks; ++i) { in TEST_F()