HomeSort by relevance Sort by last modified time
    Searched refs:maxComputeWorkGroupSizeZ (Results 1 - 8 of 8) sorted by null

  /external/deqp-deps/glslang/glslang/Include/
ResourceLimits.h 78 int maxComputeWorkGroupSizeZ;
  /external/deqp-deps/glslang/StandAlone/
ResourceLimits.cpp 70 /* .MaxComputeWorkGroupSizeZ = */ 64,
179 << "MaxComputeWorkGroupSizeZ " << DefaultTBuiltInResource.maxComputeWorkGroupSizeZ << "\n"
338 else if (tokenStr == "MaxComputeWorkGroupSizeZ")
339 resources->maxComputeWorkGroupSizeZ = value;
  /external/deqp/external/vulkancts/framework/vulkan/
vkShaderToSpirV.cpp 134 builtin->maxComputeWorkGroupSizeZ = 64;
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 260 "MaxComputeWorkGroupSizeZ 64\n"
432 else if (strcmp(token, "MaxComputeWorkGroupSizeZ") == 0)
433 Resources.maxComputeWorkGroupSizeZ = value;
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGlSpirvTests.cpp 135 builtin->maxComputeWorkGroupSizeZ = 64;
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
Initialize.cpp     [all...]
ParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]

Completed in 1538 milliseconds