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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_clear.c53 struct i915_texture *cbuf_tex, *depth_tex; local in function:i915_clear_emit
56 cbuf_tex = depth_tex = NULL;
64 cbuf_tex = i915_texture(cbuf->texture);
67 if (util_format_get_blocksize(cbuf_tex->b.b.format) == 4) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_clear.c52 struct i915_texture *cbuf_tex, *depth_tex; local in function:i915_clear_emit
55 cbuf_tex = depth_tex = NULL;
63 cbuf_tex = i915_texture(cbuf->texture);
66 if (util_format_get_blocksize(cbuf_tex->b.format) == 4) {

Completed in 47 milliseconds