Home
last modified time | relevance | path

Searched refs:localWorkgroupSize (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DShaderModuleMTL.h37 MTLSize localWorkgroupSize; member
DComputePipelineMTL.mm41 mLocalWorkgroupSize = computeData.localWorkgroupSize;
DShaderModuleMTL.mm108 result.localWorkgroupSize = MTLSizeMake(size.x, size.y, size.z);
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DComputePipelineMTL.mm51 Origin3D localSize = GetStage(SingleShaderStage::Compute).metadata->localWorkgroupSize;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.h203 Origin3D localWorkgroupSize; member
DShaderModule.cpp711 metadata->localWorkgroupSize.x = entryPoint.workgroup_size_x; in ReflectShaderUsingTint()
712 metadata->localWorkgroupSize.y = entryPoint.workgroup_size_y; in ReflectShaderUsingTint()
713 metadata->localWorkgroupSize.z = entryPoint.workgroup_size_z; in ReflectShaderUsingTint()