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/StandAlone/
DResourceLimits.cpp180 …omputeWorkGroupSizeZ " << DefaultTBuiltInResource.maxComputeWorkGroupSizeZ << "\n" in GetDefaultTBuiltInResourceString()
339 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.cpp7131 … resources.maxComputeWorkGroupSizeZ);
DParseHelper.cpp8315 case 2: max = resources.maxComputeWorkGroupSizeZ; break; in updateStandaloneQualifierDefaults()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9184 case 2: max = resources.maxComputeWorkGroupSizeZ; break; in updateStandaloneQualifierDefaults()