Searched refs:fast_clear_color (Results 1 – 9 of 9) sorted by relevance
341 union isl_color_value fast_clear_color; member722 if (memcmp(&mt->fast_clear_color, &clear_color, sizeof(clear_color)) != 0) { in intel_miptree_set_clear_color()723 mt->fast_clear_color = clear_color; in intel_miptree_set_clear_color()735 if (mt->fast_clear_color.f32[0] != clear_value) { in intel_miptree_set_depth_clear_value()736 mt->fast_clear_color.f32[0] = clear_value; in intel_miptree_set_depth_clear_value()
216 depth_mt->fast_clear_color.f32[0])); in gen6_emit_depth_stencil_hiz()
180 depth_mt->fast_clear_color.f32[0])); in gen7_emit_depth_stencil_hiz()
178 if (mt->fast_clear_color.f32[0] != clear_value) { in brw_fast_clear_depth()
123 OUT_BATCH(depth_mt ? depth_mt->fast_clear_color.u32[0] : 0); in emit_depth_packets()
179 clear_color = mt->fast_clear_color; in brw_emit_surface_state()
171 surf->clear_color = mt->fast_clear_color; in blorp_surf_for_miptree()
2711 !isl_color_value_is_zero_one(mt->fast_clear_color, render_format)) in intel_miptree_render_aux_usage()
227 union isl_color_value *fast_clear_color) in color_attachment_compute_aux_usage() argument341 memcpy(fast_clear_color->u32, att_state->clear_value.color.uint32, in color_attachment_compute_aux_usage()342 sizeof(fast_clear_color->u32)); in color_attachment_compute_aux_usage()