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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.h112 etna_resource_older(struct etna_resource *a, struct etna_resource *b) function in typeref:typename:bool
H A Detnaviv_clear_blit.c145 if (etna_resource_older(etna_resource(rsc->external), rsc)) {
H A Detnaviv_texture.c144 if ((to != from) && etna_resource_older(to, from)) {
H A Detnaviv_state.c107 if (res->texture && etna_resource_older(res, etna_resource(res->texture))) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.h114 etna_resource_older(struct etna_resource *a, struct etna_resource *b) function in typeref:typename:bool
H A Detnaviv_clear_blit.c176 if (etna_resource_older(rsc, etna_resource(rsc->render))) {
H A Detnaviv_texture.c159 if ((to != from) && etna_resource_older(to, from)) {
H A Detnaviv_state.c123 if ((to != from) && etna_resource_older(to, from)) {

Completed in 11 milliseconds