HomeSort by relevance Sort by last modified time
    Searched refs:readpix_cache (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 258 pipe_resource_reference(&st->readpix_cache.src, NULL);
259 pipe_resource_reference(&st->readpix_cache.cache, NULL);
348 if (st->readpix_cache.src != src ||
349 st->readpix_cache.dst_format != dst_format ||
350 st->readpix_cache.level != strb->surface->u.tex.level ||
351 st->readpix_cache.layer != strb->surface->u.tex.first_layer) {
352 pipe_resource_reference(&st->readpix_cache.src, src);
353 pipe_resource_reference(&st->readpix_cache.cache, NULL);
354 st->readpix_cache.dst_format = dst_format;
355 st->readpix_cache.level = strb->surface->u.tex.level
    [all...]
st_context.h 209 } readpix_cache; member in struct:st_context

Completed in 49 milliseconds