Home
last modified time | relevance | path

Searched refs:maxVaryingComponents (Results 1 – 15 of 15) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DResourceLimits.h84 int maxVaryingComponents; member
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DResourceLimits.h84 int maxVaryingComponents; member
/external/deqp-deps/glslang/StandAlone/
DResourceLimits.cpp186 …MaxVaryingComponents " << DefaultTBuiltInResource.maxVaryingComponents << "\n" in GetDefaultTBuiltInResourceString()
351 resources->maxVaryingComponents = value; in DecodeResourceLimits()
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/
DResourceLimits.cpp186 …MaxVaryingComponents " << DefaultTBuiltInResource.maxVaryingComponents << "\n" in GetDefaultTBuiltInResourceString()
351 resources->maxVaryingComponents = value; in DecodeResourceLimits()
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp132 builtin->maxVaryingComponents = 60; in getDefaultBuiltInResources()
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp142 builtin->maxVaryingComponents = 60; in getDefaultBuiltInResources()
/external/angle/src/libANGLE/
DCaps.h939 GLint maxVaryingComponents = 0; member
DCaps.cpp1287 caps.maxVaryingComponents = 60; in GenerateMinimumCaps()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h398 Resources.maxVaryingComponents = 60; in init_resources()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp995 caps->maxVaryingComponents = QuerySingleGLInt(functions, GL_MAX_VERTEX_OUTPUT_COMPONENTS); in GenerateCaps()
1001 caps->maxVaryingComponents = QuerySingleGLInt(functions, GL_MAX_VARYING_COMPONENTS); in GenerateCaps()
1005 caps->maxVaryingComponents = QuerySingleGLInt(functions, GL_MAX_VARYING_FLOATS); in GenerateCaps()
1022 caps->maxVaryingVectors = caps->maxVaryingComponents / 4; in GenerateCaps()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp637 caps->maxVaryingComponents = 0; in GenerateCaps()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp448 Resources.maxVaryingComponents = value; in ProcessConfigFile()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1539 caps->maxVaryingComponents = GetMaximumVertexOutputVectors(featureLevel) * 4; in GenerateCaps()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DInitialize.cpp7384 …iltInConstant, maxSize, "const int gl_MaxVaryingComponents = %d;", resources.maxVaryingComponents);
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp7076 …iltInConstant, maxSize, "const int gl_MaxVaryingComponents = %d;", resources.maxVaryingComponents);