Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java572 JSONObject limits = properties.getJSONObject(KEY_LIMITS); in emitDevices() local
575 emitLong(store, limits, KEY_MAX_IMAGE_DIMENSION_1D); in emitDevices()
576 emitLong(store, limits, KEY_MAX_IMAGE_DIMENSION_2D); in emitDevices()
577 emitLong(store, limits, KEY_MAX_IMAGE_DIMENSION_3D); in emitDevices()
578 emitLong(store, limits, KEY_MAX_IMAGE_DIMENSION_CUBE); in emitDevices()
579 emitLong(store, limits, KEY_MAX_IMAGE_ARRAY_LAYERS); in emitDevices()
580 emitLong(store, limits, KEY_MAX_TEXEL_BUFFER_ELEMENTS); in emitDevices()
581 emitLong(store, limits, KEY_MAX_UNIFORM_BUFFER_RANGE); in emitDevices()
582 emitLong(store, limits, KEY_MAX_STORAGE_BUFFER_RANGE); in emitDevices()
583 emitLong(store, limits, KEY_MAX_PUSH_CONSTANTS_SIZE); in emitDevices()
[all …]
/cts/tests/tests/graphics/jni/
DVulkanProfiles.cpp222 s->properties.limits.discreteQueuePriorities = 2; in __anon3a2b8bf20302()
223 …s->properties.limits.framebufferColorSampleCounts = (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT… in __anon3a2b8bf20302()
224 …s->properties.limits.framebufferDepthSampleCounts = (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT… in __anon3a2b8bf20302()
225 …s->properties.limits.framebufferNoAttachmentsSampleCounts = (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COU… in __anon3a2b8bf20302()
226 …s->properties.limits.framebufferStencilSampleCounts = (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_B… in __anon3a2b8bf20302()
227 s->properties.limits.maxBoundDescriptorSets = 4; in __anon3a2b8bf20302()
228 s->properties.limits.maxColorAttachments = 4; in __anon3a2b8bf20302()
229 s->properties.limits.maxComputeSharedMemorySize = 16384; in __anon3a2b8bf20302()
230 s->properties.limits.maxComputeWorkGroupCount[0] = 65535; in __anon3a2b8bf20302()
231 s->properties.limits.maxComputeWorkGroupCount[1] = 65535; in __anon3a2b8bf20302()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java617 JSONObject limits = device.getJSONObject("properties").getJSONObject("limits"); in determineHardwareCompute() local
618 … int maxPerStageDescriptorStorageBuffers = limits.getInt("maxPerStageDescriptorStorageBuffers"); in determineHardwareCompute()