| 317 | ) const; |
| 318 | |
| 319 | const uint64_t KernelCodeHandle() const { return kernelCodeHandle_; } |
| 320 | |
| 321 | const uint32_t WorkgroupGroupSegmentByteSize() const { return workgroupGroupSegmentByteSize_; } |
| 322 | void SetWorkgroupGroupSegmentByteSize(uint32_t size) { workgroupGroupSegmentByteSize_ = size; } |
no outgoing calls
no test coverage detected