Home
last modified time | relevance | path

Searched defs:localSizeY (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/tests/perf_tests/
DDispatchComputePerf.cpp29 unsigned int localSizeY = 16; member
/external/swiftshader/tests/VulkanBenchmarks/
DComputeBenchmarks.cpp105 uint32_t localSizeY = 1; member in BufferToBufferComputeBenchmark
/external/angle/src/compiler/translator/
DShaderVars.cpp574 void WorkGroupSize::setLocalSize(int localSizeX, int localSizeY, int localSizeZ) in setLocalSize()
/external/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp37 int localSizeY; member
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp259 const std::string localSizeY = de::toString(localWorkGroupSize.y()); in initPrograms() local
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp98 …const uint32_t localSizeY = de::gcd(std::max(numWorkGroupInvocations / localSizeX, 1u), maxWorkGro… in getLocalSizes() local
DvktSubgroupsTestsUtils.cpp3870 uint32_t localSizeX, uint32_t localSizeY, uint32_t localSizeZ, in makeComputePipeline()
3920 … VkPipeline basePipelineHandle, uint32_t localSizeX, uint32_t localSizeY, in makeMeshPipeline()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp297 … uint32_t localSizeX, uint32_t localSizeY, uint32_t localSizeZ) in makeComputePipeline()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp3008 const string localSizeY = de::toString(localSize.y()); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp3029 uint32_t localSizeY = m_localSize.y(); in iterate() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp5160 int localSizeX = 1, localSizeY = 1, localSizeZ = 1; in writeInstructions() local