Searched defs:buffer_slice (Results 1 – 6 of 6) sorted by relevance
37 BufferAllocation::Slice buffer_slice; in AddAliasingInformationToIrArray() local106 const BufferAllocation::Slice& buffer_slice, llvm::MDNode* domain) { in GetAliasScopeMetadataForBuffer()121 const BufferAllocation::Slice& buffer_slice, llvm::MDNode* domain, in GetNoaliasMetadataForBuffer()
37 BufferAllocation::Slice buffer_slice; member
3176 const BufferAllocation::Slice& buffer_slice = slice.buffer_slice; in BuildKernelThunkImpl() local
155 let buffer_slice = &mut buffer.as_mut_slice()[starting_output_len..]; in decode_config_buf() localVariable
412 let buffer_slice = self.tx.buffer_at(dst_offset, size)?; in inject_audio_data() localVariable445 let buffer_slice = self.rx.buffer_at(src_offset, recv_size)?; in request_audio_data() localVariable
485 buffer_slice(PyBufferObject *self, Py_ssize_t left, Py_ssize_t right) in buffer_slice() function