Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h76 int maxComputeWorkGroupSizeX; member
/third_party/glslang/glslang/ResourceLimits/
DResourceLimits.cpp187 …omputeWorkGroupSizeX " << DefaultTBuiltInResource.maxComputeWorkGroupSizeX << "\n" in GetDefaultTBuiltInResourceString()
353 resources->maxComputeWorkGroupSizeX = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp75 outResources->maxComputeWorkGroupSizeX = resources.MaxComputeWorkGroupSize[0]; in GetBuiltInResources()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp125 builtin->maxComputeWorkGroupSizeX = 1024; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp136 builtin->maxComputeWorkGroupSizeX = 1024; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h390 Resources.maxComputeWorkGroupSizeX = 1024; in init_resources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7627 …e, "const ivec3 gl_MaxComputeWorkGroupSize = ivec3(%d,%d,%d);", resources.maxComputeWorkGroupSizeX, in initialize()
DParseHelper.cpp9655 case 0: max = resources.maxComputeWorkGroupSizeX; break; in updateStandaloneQualifierDefaults()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9302 case 0: max = resources.maxComputeWorkGroupSizeX; break; in updateStandaloneQualifierDefaults()