Home
last modified time | relevance | path

Searched refs:just_read (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c383 bool just_read, in handle_op_uint() argument
402 if (just_read) { in handle_op_uint()
500 bool just_read, in handle_op_int() argument
518 if (just_read) { in handle_op_int()
614 bool just_read, in handle_op_r32f_xchg() argument
630 if (just_read) { in handle_op_r32f_xchg()
686 bool just_read = false; in sp_tgsi_op() local
708 just_read = true; in sp_tgsi_op()
716 handle_op_uint(iview, params, just_read, data_ptr, j, stride, in sp_tgsi_op()
719 handle_op_int(iview, params, just_read, data_ptr, j, stride, in sp_tgsi_op()
[all …]
Dsp_buffer.c159 bool just_read, in handle_op_uint() argument
178 if (just_read) { in handle_op_uint()
309 bool just_read = false; in sp_tgsi_op() local
321 just_read = true; in sp_tgsi_op()
327 handle_op_uint(bview, just_read, data_ptr, j, in sp_tgsi_op()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libcdep.cc399 uptr just_read = 0; in ReadFromSymbolizer() local
401 max_length - read_len - 1, &just_read); in ReadFromSymbolizer()
404 if (!success || just_read == 0) { in ReadFromSymbolizer()
408 read_len += just_read; in ReadFromSymbolizer()
Dsanitizer_common.cc141 uptr just_read; in ReadFileToBuffer() local
142 if (!ReadFromFile(fd, *buff + *read_len, PageSize, &just_read, errno_p)) { in ReadFileToBuffer()
146 if (just_read == 0) { in ReadFileToBuffer()
150 *read_len += just_read; in ReadFileToBuffer()