| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_meta_decompress.c | 38 const VkAllocationCallbacks *alloc = &device->meta_state.alloc; 91 &device->meta_state.alloc, 108 mtx_lock(&device->meta_state.mtx); 110 mtx_unlock(&device->meta_state.mtx); 204 radv_pipeline_cache_to_handle(&device->meta_state.cache), 211 &device->meta_state.alloc, 217 radv_pipeline_cache_to_handle(&device->meta_state.cache), 225 &device->meta_state.alloc, 236 mtx_unlock(&device->meta_state.mtx); 243 struct radv_meta_state *state = &device->meta_state; 330 struct radv_meta_state *meta_state = &cmd_buffer->device->meta_state; local [all...] |
| radv_meta_clear.c | 115 radv_pipeline_cache_to_handle(&device->meta_state.cache), 203 mtx_lock(&device->meta_state.mtx); 205 mtx_unlock (&device->meta_state.mtx); 239 }, &device->meta_state.alloc, pass); 240 mtx_unlock(&device->meta_state.mtx); 255 mtx_lock(&device->meta_state.mtx); 257 mtx_unlock(&device->meta_state.mtx); 299 device->meta_state.clear_color_p_layout, 300 &extra, &device->meta_state.alloc, pipeline); 302 mtx_unlock(&device->meta_state.mtx) 721 struct radv_meta_state *meta_state = &device->meta_state; local [all...] |
| radv_private.h | 678 struct radv_meta_state meta_state; member in struct:radv_device
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_meta.h | 261 struct radv_meta_state *meta_state = &cmd_buffer->device->meta_state; local 265 meta_state->fast_clear_flush.fmask_decompress_pipeline; 274 struct radv_meta_state *meta_state = &cmd_buffer->device->meta_state; local 277 return radv_pipeline_to_handle(pipeline) == meta_state->fast_clear_flush.dcc_decompress_pipeline;
|
| radv_meta_clear.c | 89 device_h, radv_pipeline_cache_to_handle(&device->meta_state.cache), 180 mtx_lock(&device->meta_state.mtx); 182 mtx_unlock(&device->meta_state.mtx); 243 &device->meta_state.alloc, pass); 244 mtx_unlock(&device->meta_state.mtx); 256 mtx_lock(&device->meta_state.mtx); 258 mtx_unlock(&device->meta_state.mtx); 296 &vi_state, &ds_state, &cb_state, device->meta_state.clear_color_p_layout, 297 &extra, &device->meta_state.alloc, pipeline); 299 mtx_unlock(&device->meta_state.mtx) 735 struct radv_meta_state *meta_state = &device->meta_state; local [all...] |
| radv_private.h | 732 struct radv_meta_state meta_state; member in struct:radv_device
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| tu_private.h | 455 struct tu_meta_state meta_state; member in struct:tu_device
|