Home
last modified time | relevance | path

Searched refs:maxComputeWorkGroupSizeY (Results 1 – 9 of 9) sorted by relevance

/third_party/glslang/glslang/Include/
DResourceLimits.h77 int maxComputeWorkGroupSizeY; member
/third_party/glslang/glslang/ResourceLimits/
DResourceLimits.cpp188 …omputeWorkGroupSizeY " << DefaultTBuiltInResource.maxComputeWorkGroupSizeY << "\n" in GetDefaultTBuiltInResourceString()
355 resources->maxComputeWorkGroupSizeY = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp76 outResources->maxComputeWorkGroupSizeY = resources.MaxComputeWorkGroupSize[1]; in GetBuiltInResources()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp126 builtin->maxComputeWorkGroupSizeY = 1024; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp137 builtin->maxComputeWorkGroupSizeY = 1024; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h391 Resources.maxComputeWorkGroupSizeY = 1024; in init_resources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7628 … resources.maxComputeWorkGroupSizeY, in initialize()
DParseHelper.cpp9656 case 1: max = resources.maxComputeWorkGroupSizeY; break; in updateStandaloneQualifierDefaults()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9303 case 1: max = resources.maxComputeWorkGroupSizeY; break; in updateStandaloneQualifierDefaults()