Home
last modified time | relevance | path

Searched refs:need_flush (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c245 bool need_flush = false; in nv50_validate_tic() local
289 need_flush = true; in nv50_validate_tic()
330 return need_flush; in nv50_validate_tic()
335 bool need_flush; in nv50_validate_textures() local
337 need_flush = nv50_validate_tic(nv50, 0); in nv50_validate_textures()
338 need_flush |= nv50_validate_tic(nv50, 1); in nv50_validate_textures()
339 need_flush |= nv50_validate_tic(nv50, 2); in nv50_validate_textures()
341 if (need_flush) { in nv50_validate_textures()
352 bool need_flush = false; in nv50_validate_tsc() local
370 need_flush = true; in nv50_validate_tsc()
[all …]
/external/rust/crates/tokio/src/io/
Dblocking.rs20 need_flush: bool, field
43 need_flush: false,
125 self.need_flush = true; in poll_write()
143 let need_flush = self.need_flush; in poll_flush() localVariable
147 if need_flush { in poll_flush()
156 self.need_flush = false; in poll_flush()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c487 bool need_flush = false; in nvc0_validate_tic() local
500 need_flush |= nvc0_update_tic(nvc0, tic, res); in nvc0_validate_tic()
508 need_flush = true; in nvc0_validate_tic()
546 return need_flush; in nvc0_validate_tic()
554 bool need_flush = false; in nve4_validate_tic() local
566 need_flush |= nvc0_update_tic(nvc0, tic, res); in nve4_validate_tic()
574 need_flush = true; in nve4_validate_tic()
597 return need_flush; in nve4_validate_tic()
602 bool need_flush = false; in nvc0_validate_textures() local
607 need_flush |= nve4_validate_tic(nvc0, i); in nvc0_validate_textures()
[all …]
Dnvc0_compute.c146 bool need_flush = nvc0_validate_tsc(nvc0, 5); in nvc0_compute_validate_samplers() local
147 if (need_flush) { in nvc0_compute_validate_samplers()
161 bool need_flush = nvc0_validate_tic(nvc0, 5); in nvc0_compute_validate_textures() local
162 if (need_flush) { in nvc0_compute_validate_textures()
Dnve4_compute.c331 bool need_flush = nve4_validate_tsc(nvc0, 5); in nve4_compute_validate_samplers() local
332 if (need_flush) { in nve4_compute_validate_samplers()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization_generated.h255 bool need_flush() const { in need_flush() function
336 void add_need_flush(bool need_flush) { in add_need_flush()
337 fbb_.AddElement<uint8_t>(InferenceContext::VT_NEED_FLUSH, static_cast<uint8_t>(need_flush), 0); in add_need_flush()
393 flatbuffers::FlatBufferBuilder &_fbb, bool need_flush = false,
430 builder_.add_need_flush(need_flush);
435 flatbuffers::FlatBufferBuilder &_fbb, bool need_flush = false,
470 _fbb, need_flush, flush_periodically, flush_period, need_manual_release,
Dserialization.fbs37 need_flush:bool;
Dserialization.cc1023 inference->need_flush_ = fb_inference->need_flush(); in Decode()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c623 bool need_flush = false; in etna_resource_used() local
643 need_flush = true; in etna_resource_used()
648 if (need_flush) { in etna_resource_used()
659 need_flush = true; in etna_resource_used()
663 if (need_flush) in etna_resource_used()
/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c309 bool need_flush = devinfo->gen >= 11 ? in tex_cache_flush_hack() local
312 if (!need_flush) in tex_cache_flush_hack()