Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h141 int maxTaskWorkGroupSizeX_NV; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp243 …askWorkGroupSizeX_NV " << DefaultTBuiltInResource.maxTaskWorkGroupSizeX_NV << "\n" in GetDefaultTBuiltInResourceString()
465 resources->maxTaskWorkGroupSizeX_NV = value; in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp190 builtin->maxTaskWorkGroupSizeX_NV = 32; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp201 builtin->maxTaskWorkGroupSizeX_NV = 32; in getDefaultBuiltInResources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7237 …ze, "const ivec3 gl_MaxTaskWorkGroupSizeNV = ivec3(%d,%d,%d);", resources.maxTaskWorkGroupSizeX_NV,
DParseHelper.cpp8333 case 0: max = resources.maxTaskWorkGroupSizeX_NV; break; in updateStandaloneQualifierDefaults()