Searched refs:is_bound (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.c425 bool is_bound = false; local in function:panfrost_transfer_map
428 is_bound |= fb->cbufs[c]->texture == resource;
431 if (is_bound && (usage & PIPE_TRANSFER_READ)) {

Completed in 3 milliseconds