Home
last modified time | relevance | path

Searched defs:localSizeX (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDispatchComputePerf.cpp28 unsigned int localSizeX = 16; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.hpp71 int localSizeX; // May be used for compute shaders. member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp557 void WorkGroupSize::setLocalSize(int localSizeX, int localSizeY, int localSizeZ) in setLocalSize()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp36 int localSizeX; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp269 const std::string localSizeX = de::toString(localWorkGroupSize.x()); in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp84 …const deUint32 localSizeX = gcd(numWorkGroupInvocations, physicalDeviceProperties.limits.maxComput… in getLocalSizes() local
DvktSubgroupsTestsUtils.cpp3771 deUint32 localSizeX, in makeComputePipeline()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp296 deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ) in makeComputePipeline()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp2611 const string localSizeX = de::toString(localSize.x()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2652 …deUint32 localSizeX = (physDevIdx == (m_numPhysDevices - 1)) ? m_workSize.x() - baseGroupX : m_loc… in iterate() local