Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c53 struct i915_texture *cbuf_tex, *depth_tex; in i915_clear_emit() local
56 cbuf_tex = depth_tex = NULL; in i915_clear_emit()
64 cbuf_tex = i915_texture(cbuf->texture); in i915_clear_emit()
67 if (util_format_get_blocksize(cbuf_tex->b.b.format) == 4) { in i915_clear_emit()