Home
last modified time | relevance | path

Searched refs:maxCombinedShaderOutputResources (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DResourceLimits.h91 int maxCombinedShaderOutputResources; member
/external/deqp-deps/glslang/StandAlone/
DResourceLimits.cpp192 …ShaderOutputResources " << DefaultTBuiltInResource.maxCombinedShaderOutputResources << "\… in GetDefaultTBuiltInResourceString()
365 resources->maxCombinedShaderOutputResources = value; in DecodeResourceLimits()
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp147 builtin->maxCombinedShaderOutputResources = 8; in getDefaultBuiltInResources()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp459 Resources.maxCombinedShaderOutputResources = value; in ProcessConfigFile()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp148 builtin->maxCombinedShaderOutputResources = 8; in getDefaultBuiltInResources()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp7601 …"const int gl_MaxCombinedShaderOutputResources = %d;", resources.maxCombinedShaderOutputResources); in add2ndGenerationSamplingImaging()