method: dispatchThreadgroups:threadsPerThreadgroup:
| 254 | |
| 255 | // method: dispatchThreadgroups:threadsPerThreadgroup: |
| 256 | _MTL_INLINE void MTL::ComputeCommandEncoder::dispatchThreadgroups(MTL::Size threadgroupsPerGrid, MTL::Size threadsPerThreadgroup) |
| 257 | { |
| 258 | Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(dispatchThreadgroups_threadsPerThreadgroup_), threadgroupsPerGrid, threadsPerThreadgroup); |
| 259 | } |
| 260 | |
| 261 | // method: dispatchThreadgroupsWithIndirectBuffer:indirectBufferOffset:threadsPerThreadgroup: |
| 262 | _MTL_INLINE void MTL::ComputeCommandEncoder::dispatchThreadgroups(const MTL::Buffer* indirectBuffer, NS::UInteger indirectBufferOffset, MTL::Size threadsPerThreadgroup) |
nothing calls this directly
no outgoing calls
no test coverage detected