Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clear.c180 if (mt->fast_clear_color.f32[0] != clear_value) { in brw_fast_clear_depth()
Dintel_mipmap_tree.h334 union isl_color_value fast_clear_color; member
Dintel_mipmap_tree.c2099 !isl_color_value_is_zero_one(mt->fast_clear_color, render_format)) in intel_miptree_render_aux_usage()
3261 if (memcmp(&mt->fast_clear_color, &clear_color, sizeof(clear_color)) != 0) { in intel_miptree_set_clear_color()
3262 mt->fast_clear_color = clear_color; in intel_miptree_set_clear_color()
3272 mt->fast_clear_color.u32[i]); in intel_miptree_set_clear_color()
3291 return mt->fast_clear_color; in intel_miptree_get_clear_color()
Dbrw_misc_state.c416 info.depth_clear_value = depth_mt->fast_clear_color.f32[0]; in brw_emit_depthbuffer()
/external/mesa3d/src/gallium/drivers/iris/
Diris_clear.c200 fast_clear_color(struct iris_context *ice, in fast_clear_color() function
370 fast_clear_color(ice, res, level, box, format, color, in clear_color()