Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h78 int maxComputeWorkGroupSizeZ; member
/third_party/glslang/glslang/ResourceLimits/
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/glslang/glslang/MachineIndependent/
DInitialize.cpp7629 … resources.maxComputeWorkGroupSizeZ); in initialize()
DParseHelper.cpp9657 case 2: max = resources.maxComputeWorkGroupSizeZ; break; in updateStandaloneQualifierDefaults()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9304 case 2: max = resources.maxComputeWorkGroupSizeZ; break; in updateStandaloneQualifierDefaults()