Lines Matching defs:flushed
1860 * flushed prior to their execution. Apply those flushes now.
1976 * while the pipeline is completely drained and the caches are flushed,
2035 * related caches are flushed to memory, where the data will become
2046 * ensures the write caches are flushed and doesn't guarantee the data
2154 * "In case the data flushed out by the render engine is to be
2157 * accessing the flushed data. This can be achieved by following
2159 * and the required write caches flushed with Post-Sync-Operation
2214 * caches flushed with Post-SyncOperation as Write Immediate Data
2903 VkShaderStageFlags flushed = 0;
2927 flushed |= vk_stage;
2943 flushed = 0;
2964 flushed |= mesa_to_vk_shader_stage(stage);
2968 return flushed;
3314 VkShaderStageFlags flushed = 0;
3368 flushed |= mesa_to_vk_shader_stage(stage);
3426 cmd_buffer->state.push_constants_dirty &= ~flushed;
5955 * Software must ensure all the write caches are flushed through a
6030 * guarantee that the pipeline from WM onwards is already flushed (e.g.,