Home
last modified time | relevance | path

Searched defs:need_flush (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c245 bool need_flush = false; in nv50_validate_tic() local
335 bool need_flush; in nv50_validate_textures() local
352 bool need_flush = false; in nv50_validate_tsc() local
398 bool need_flush; in nv50_validate_samplers() local
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c487 bool need_flush = false; in nvc0_validate_tic() local
554 bool need_flush = false; in nve4_validate_tic() local
602 bool need_flush = false; in nvc0_validate_textures() local
631 bool need_flush = false; in nvc0_validate_tsc() local
689 bool need_flush = false; in nve4_validate_tsc() local
724 bool need_flush = false; in nvc0_validate_samplers() local
Dnvc0_compute.c146 bool need_flush = nvc0_validate_tsc(nvc0, 5); in nvc0_compute_validate_samplers() local
161 bool need_flush = nvc0_validate_tic(nvc0, 5); in nvc0_compute_validate_textures() local
Dnve4_compute.c331 bool need_flush = nve4_validate_tsc(nvc0, 5); in nve4_compute_validate_samplers() local
/external/rust/crates/tokio/src/io/
Dblocking.rs20 need_flush: bool, field
143 let need_flush = self.need_flush; in poll_flush() localVariable
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c623 bool need_flush = false; in etna_resource_used() local
/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c309 bool need_flush = devinfo->gen >= 11 ? in tex_cache_flush_hack() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization_generated.h255 bool need_flush() const { in need_flush() function