| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_clear.c | 177 if (mt->fast_clear_color.f32[0] != clear_value) {
|
| H A D | intel_mipmap_tree.h | 334 union isl_color_value fast_clear_color; member in struct:intel_mipmap_tree
|
| H A D | intel_mipmap_tree.c | 1707 /* 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 D | brw_misc_state.c | 416 info.depth_clear_value = depth_mt->fast_clear_color.f32[0];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_clear.c | 179 if (mt->fast_clear_color.f32[0] != clear_value) {
|
| H A D | brw_mipmap_tree.h | 334 union isl_color_value fast_clear_color; member in struct:brw_mipmap_tree
|
| H A D | brw_misc_state.c | 416 info.depth_clear_value = depth_mt->fast_clear_color.f32[0];
|
| H A D | brw_mipmap_tree.c | 1459 /* 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 D | iris_clear.c | 198 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 D | crocus_clear.c | 198 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 D | iris_clear.c | 211 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 D | genX_cmd_buffer.c | 246 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 D | 21.0.0.rst | 2557 - iris: Drop fast_clear_color's blorp_flags param
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 4054 "description": "iris: Drop format param from fast_clear_color", [all...] |