Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.h341 union isl_color_value fast_clear_color; member
722 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()
Dgen6_depth_state.c216 depth_mt->fast_clear_color.f32[0])); in gen6_emit_depth_stencil_hiz()
Dgen7_misc_state.c180 depth_mt->fast_clear_color.f32[0])); in gen7_emit_depth_stencil_hiz()
Dbrw_clear.c178 if (mt->fast_clear_color.f32[0] != clear_value) { in brw_fast_clear_depth()
Dgen8_depth_state.c123 OUT_BATCH(depth_mt ? depth_mt->fast_clear_color.u32[0] : 0); in emit_depth_packets()
Dbrw_wm_surface_state.c179 clear_color = mt->fast_clear_color; in brw_emit_surface_state()
Dbrw_blorp.c171 surf->clear_color = mt->fast_clear_color; in blorp_surf_for_miptree()
Dintel_mipmap_tree.c2711 !isl_color_value_is_zero_one(mt->fast_clear_color, render_format)) in intel_miptree_render_aux_usage()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c227 union isl_color_value *fast_clear_color) in color_attachment_compute_aux_usage() argument
341 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()