Home
last modified time | relevance | path

Searched refs:tu_bo_array (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_cs.cc98 const struct tu_bo_array *bos = cs->writeable ? &cs->read_write : &cs->read_only; in tu_cs_current_bo()
111 const struct tu_bo_array *bos = cs->writeable ? &cs->read_write : &cs->read_only; in tu_cs_get_offset()
142 struct tu_bo_array *bos = cs->writeable ? &cs->read_write : &cs->read_only; in tu_cs_add_bo()
295 struct tu_bo_array *old_bos = cs->writeable ? &cs->read_write : &cs->read_only; in tu_cs_set_writeable()
296 struct tu_bo_array *new_bos = writeable ? &cs->read_write : &cs->read_only; in tu_cs_set_writeable()
Dtu_cs.h74 struct tu_bo_array { struct
100 struct tu_bo_array read_only, read_write; argument