Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h140 int maxMeshWorkGroupSizeZ_NV; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp242 …eshWorkGroupSizeZ_NV " << DefaultTBuiltInResource.maxMeshWorkGroupSizeZ_NV << "\n" in GetDefaultTBuiltInResourceString()
463 resources->maxMeshWorkGroupSizeZ_NV = value; in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp189 builtin->maxMeshWorkGroupSizeZ_NV = 1; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp200 builtin->maxMeshWorkGroupSizeZ_NV = 1; in getDefaultBuiltInResources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7235 … resources.maxMeshWorkGroupSizeZ_NV);
DParseHelper.cpp8326 case 2: max = resources.maxMeshWorkGroupSizeZ_NV; break; in updateStandaloneQualifierDefaults()