Home
last modified time | relevance | path

Searched refs:maxComputeWorkGroupSizeZ (Results 1 – 11 of 11) sorted by relevance

/third_party/glslang/glslang/Include/
DResourceLimits.h78 int maxComputeWorkGroupSizeZ; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp189 …omputeWorkGroupSizeZ " << DefaultTBuiltInResource.maxComputeWorkGroupSizeZ << "\n" in GetDefaultTBuiltInResourceString()
357 resources->maxComputeWorkGroupSizeZ = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp77 outResources->maxComputeWorkGroupSizeZ = resources.MaxComputeWorkGroupSize[2]; in GetBuiltInResources()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp127 builtin->maxComputeWorkGroupSizeZ = 64; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp138 builtin->maxComputeWorkGroupSizeZ = 64; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h392 Resources.maxComputeWorkGroupSizeZ = 64; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h392 Resources.maxComputeWorkGroupSizeZ = 64; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp82 outBuiltInResources->maxComputeWorkGroupSizeZ = caps.maxComputeWorkGroupSize[2]; in GetBuiltInResourcesFromCaps()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7480 … resources.maxComputeWorkGroupSizeZ); in add2ndGenerationSamplingImaging()
DParseHelper.cpp9116 case 2: max = resources.maxComputeWorkGroupSizeZ; break; in updateStandaloneQualifierDefaults()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9301 case 2: max = resources.maxComputeWorkGroupSizeZ; break; in updateStandaloneQualifierDefaults()