Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h143 int maxTaskWorkGroupSizeZ_NV; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp245 …askWorkGroupSizeZ_NV " << DefaultTBuiltInResource.maxTaskWorkGroupSizeZ_NV << "\n" in GetDefaultTBuiltInResourceString()
469 resources->maxTaskWorkGroupSizeZ_NV = value; in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp192 builtin->maxTaskWorkGroupSizeZ_NV = 1; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp203 builtin->maxTaskWorkGroupSizeZ_NV = 1; in getDefaultBuiltInResources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7239 … resources.maxTaskWorkGroupSizeZ_NV);
DParseHelper.cpp8335 case 2: max = resources.maxTaskWorkGroupSizeZ_NV; break; in updateStandaloneQualifierDefaults()