Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/
Dlima_context.h139 struct lima_ctx_plb_pp_stream_key { struct
150 struct lima_ctx_plb_pp_stream_key key; argument
Dlima_context.c180 return _mesa_hash_data(key, sizeof(struct lima_ctx_plb_pp_stream_key)); in plb_pp_stream_hash()
186 return memcmp(key1, key2, sizeof(struct lima_ctx_plb_pp_stream_key)) == 0; in plb_pp_stream_compare()
Dlima_job.c651 struct lima_ctx_plb_pp_stream_key key = { in lima_update_damage_pp_stream()