Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_clear.c52 struct i915_texture *cbuf_tex, *depth_tex; in i915_clear_emit() local
55 cbuf_tex = depth_tex = NULL; in i915_clear_emit()
63 cbuf_tex = i915_texture(cbuf->texture); in i915_clear_emit()
66 if (util_format_get_blocksize(cbuf_tex->b.format) == 4) { in i915_clear_emit()