Home
last modified time | relevance | path

Searched refs:image_exists (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Ddockerjob.py107 def image_exists(image): function
117 if skip_nonexistent and not image_exists(image):
/aosp_15_r20/external/grpc-grpc/tools/run_tests/python_utils/
H A Ddockerjob.py121 def image_exists(image): function
136 if skip_nonexistent and not image_exists(image):
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_legalize_image_load_store.cpp31 auto image_exists = in r600_legalize_image_load_store_impl() local
34 nir_if *if_exists = nir_push_if(b, image_exists); in r600_legalize_image_load_store_impl()