Searched refs:fast_clear_color (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clear.c | 180 if (mt->fast_clear_color.f32[0] != clear_value) { in brw_fast_clear_depth()
|
D | intel_mipmap_tree.h | 334 union isl_color_value fast_clear_color; member
|
D | intel_mipmap_tree.c | 2099 !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()
|
D | brw_misc_state.c | 416 info.depth_clear_value = depth_mt->fast_clear_color.f32[0]; in brw_emit_depthbuffer()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 200 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()
|