Home
last modified time | relevance | path

Searched refs:maxGeometryShaderInvocations (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp157 …{ LIMIT(maxGeometryShaderInvocations), 32, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_… in validateFeatureLimits()
255 { LIMIT(maxGeometryShaderInvocations), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
832 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryShaderInvocations), in deviceProperties()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc128 visitor->Visit("maxGeometryShaderInvocations", &limits->maxGeometryShaderInvocations) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl163 deUint32 maxGeometryShaderInvocations; member
DvkStrUtilImpl.inl1644 s << "\tmaxGeometryShaderInvocations = " << value.maxGeometryShaderInvocations << '\n';
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp4321 int maxGeometryShaderInvocations = 0; in init() local
4329 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &maxGeometryShaderInvocations); in init()
4335 …estLog::Message << "GL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << maxGeometryShaderInvocations << tcu:… in init()
4340 m_numInvocations = maxGeometryShaderInvocations; in init()
4341 else if (maxGeometryShaderInvocations < m_numInvocations) in init()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c945 …ShaderInvocations = 0x%" PRIxLEAST32 "\n", limits->maxGeometryShaderInvocations in app_dump_limits()
/external/skia/third_party/vulkan/
Dvulkan.h1272 uint32_t maxGeometryShaderInvocations; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1281 uint32_t maxGeometryShaderInvocations; member