Home
last modified time | relevance | path

Searched refs:maxAtomicCounterBufferSize (Results 1 – 21 of 21) sorted by relevance

/third_party/glslang/glslang/Include/
DResourceLimits.h130 int maxAtomicCounterBufferSize; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp241 …micCounterBufferSize " << DefaultTBuiltInResource.maxAtomicCounterBufferSize << "\n" in GetDefaultTBuiltInResourceString()
461 resources->maxAtomicCounterBufferSize = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp66 outResources->maxAtomicCounterBufferSize = resources.MaxAtomicCounterBufferSize; in GetBuiltInResources()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp157 mResources.MaxAtomicCounterBufferSize = caps.maxAtomicCounterBufferSize; in Compiler()
DCaps.h703 GLuint maxAtomicCounterBufferSize = 0; member
DCaps.cpp1074 caps.maxAtomicCounterBufferSize = 32; in GenerateMinimumCaps()
DContext.cpp1739 *params = mState.mCaps.maxAtomicCounterBufferSize; in getIntegervImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h297 GLint maxAtomicCounterBufferSize = 0; member
DCompiler.cpp217 mResources.MaxAtomicCounterBufferSize = caps.maxAtomicCounterBufferSize; in Compiler()
DCaps.cpp1121 caps.maxAtomicCounterBufferSize = 32; in GenerateMinimumCaps()
DContext.cpp1884 *params = mState.mCaps.maxAtomicCounterBufferSize; in getIntegervImpl()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp179 builtin->maxAtomicCounterBufferSize = 16384; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp190 builtin->maxAtomicCounterBufferSize = 16384; in getDefaultBuiltInResources()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp70 outBuiltInResources->maxAtomicCounterBufferSize = caps.maxAtomicCounterBufferSize; in GetBuiltInResourcesFromCaps()
Dvk_caps_utils.cpp324 mNativeCaps.maxAtomicCounterBufferSize = in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h444 Resources.maxAtomicCounterBufferSize = 16384; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h444 Resources.maxAtomicCounterBufferSize = 16384; in init_resources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp785 mNativeCaps.maxAtomicCounterBufferSize = LimitToInt(limitsVk.maxStorageBufferRange); in ensureCapsInitialized()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1060 caps->maxAtomicCounterBufferSize = in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1275 caps->maxAtomicCounterBufferSize = in GenerateCaps()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7536 …"const int gl_MaxAtomicCounterBufferSize = %d;", resources. maxAtomicCounterBufferSize); in add2ndGenerationSamplingImaging()