Searched defs:buffer_slice (Results 1 – 8 of 8) 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()
41 BufferAllocation::Slice buffer_slice; member
3040 const BufferAllocation::Slice& buffer_slice = slice.buffer_slice; in BuildKernelThunkImpl() local
435 let buffer_slice = self.tx.buffer_at(dst_offset, size)?; in inject_audio_data() localVariable468 let buffer_slice = self.rx.buffer_at(src_offset, recv_size)?; in request_audio_data() localVariable
321 let buffer_slice = &mut buffer.as_mut_slice()[starting_output_len..]; in decode_vec() localVariable
162 let buffer_slice = &mut buffer.as_mut_slice()[starting_output_len..]; in decode_config_buf() localVariable
485 buffer_slice(PyBufferObject *self, Py_ssize_t left, Py_ssize_t right) in buffer_slice() function
1344 let buffer_slice = std::slice::from_raw_parts_mut( in get_buffer() localVariable