Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.h163 struct lima_ctx_plb_pp_stream_key { struct
174 struct lima_ctx_plb_pp_stream_key key; argument
H A Dlima_context.c184 return _mesa_hash_data(key, sizeof(struct lima_ctx_plb_pp_stream_key)); in plb_pp_stream_hash()
190 return memcmp(key1, key2, sizeof(struct lima_ctx_plb_pp_stream_key)) == 0; in plb_pp_stream_compare()
H A Dlima_job.c605 struct lima_ctx_plb_pp_stream_key key = { in lima_update_damage_pp_stream()