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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_framebuffer.h41 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst,
H A Du_framebuffer.c49 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst, function in typeref:typename:boolean
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_framebuffer.h41 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst,
H A Du_framebuffer.c49 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst, function in typeref:typename:boolean
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_surface.c54 boolean changed = !util_framebuffer_state_equal(&lp->framebuffer, fb);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_surface.c54 boolean changed = !util_framebuffer_state_equal(&lp->framebuffer, fb);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c269 assert(util_framebuffer_state_equal(pfb, &ctx->framebuffer));
H A Dfreedreno_state.c264 if (util_framebuffer_state_equal(cso, framebuffer))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.c165 util_framebuffer_state_equal(&ctx->batches.slots[i].key, key)) {
199 assert(util_framebuffer_state_equal(&ctx->batch->key,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c227 if (util_framebuffer_state_equal(cso, framebuffer))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp650 boolean changed = !util_framebuffer_state_equal(&ctx->framebuffer, fb);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp762 bool changed = !util_framebuffer_state_equal(&ctx->framebuffer, fb);

Completed in 22 milliseconds