Searched refs:fast_clear_color (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c177 if (mt->fast_clear_color.f32[0] != clear_value) {
H A Dintel_mipmap_tree.h334 union isl_color_value fast_clear_color; member in struct:intel_mipmap_tree
H A Dintel_mipmap_tree.c1707 /* Zero the indirect clear color to match ::fast_clear_color. */
2684 !isl_color_value_is_zero_one(mt->fast_clear_color, render_format))
3846 if (memcmp(&mt->fast_clear_color, &clear_color, sizeof(clear_color)) != 0) {
3847 mt->fast_clear_color = clear_color;
3857 mt->fast_clear_color.u32[i]);
3883 union isl_color_value srgb_decoded_value = mt->fast_clear_color;
3886 util_format_srgb_to_linear_float(mt->fast_clear_color.f32[i]);
3894 return mt->fast_clear_color;
H A Dbrw_misc_state.c416 info.depth_clear_value = depth_mt->fast_clear_color.f32[0];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c179 if (mt->fast_clear_color.f32[0] != clear_value) {
H A Dbrw_mipmap_tree.h334 union isl_color_value fast_clear_color; member in struct:brw_mipmap_tree
H A Dbrw_misc_state.c416 info.depth_clear_value = depth_mt->fast_clear_color.f32[0];
H A Dbrw_mipmap_tree.c1459 /* Zero the indirect clear color to match ::fast_clear_color. */
2042 !isl_color_value_is_zero_one(mt->fast_clear_color, render_format))
3204 if (memcmp(&mt->fast_clear_color, &clear_color, sizeof(clear_color)) != 0) {
3205 mt->fast_clear_color = clear_color;
3215 mt->fast_clear_color.u32[i]);
3234 return mt->fast_clear_color;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c198 fast_clear_color(struct iris_context *ice, function in typeref:typename:void
320 fast_clear_color(ice, res, level, box, format, color,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c198 fast_clear_color(struct crocus_context *ice, function in typeref:typename:void
358 fast_clear_color(ice, res, level, box, format, color,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_clear.c211 fast_clear_color(struct iris_context *ice, function in typeref:typename:void
375 fast_clear_color(ice, res, level, box, format, color);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c246 union isl_color_value *fast_clear_color)
377 *fast_clear_color = clear_color;
243 color_attachment_compute_aux_usage(struct anv_device * device,struct anv_cmd_state * cmd_state,uint32_t att,VkRect2D render_area,union isl_color_value * fast_clear_color) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2557 - iris: Drop fast_clear_color's blorp_flags param
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json4054 "description": "iris: Drop format param from fast_clear_color",
[all...]

Completed in 186 milliseconds