Lines Matching refs:buffer
87 &device->meta_state.buffer.fill_p_layout);
101 &device->meta_state.buffer.copy_p_layout);
117 .layout = device->meta_state.buffer.fill_p_layout,
122 &fill_vk_pipeline_info, NULL, &device->meta_state.buffer.fill_pipeline);
138 .layout = device->meta_state.buffer.copy_p_layout,
143 ©_vk_pipeline_info, NULL, &device->meta_state.buffer.copy_pipeline);
161 radv_DestroyPipeline(radv_device_to_handle(device), state->buffer.copy_pipeline, &state->alloc);
162 radv_DestroyPipeline(radv_device_to_handle(device), state->buffer.fill_pipeline, &state->alloc);
163 radv_DestroyPipelineLayout(radv_device_to_handle(device), state->buffer.copy_p_layout,
165 radv_DestroyPipelineLayout(radv_device_to_handle(device), state->buffer.fill_p_layout,
180 device->meta_state.buffer.fill_pipeline);
191 device->meta_state.buffer.fill_p_layout, VK_SHADER_STAGE_COMPUTE_BIT, 0,
211 device->meta_state.buffer.copy_pipeline);
222 device->meta_state.buffer.copy_p_layout, VK_SHADER_STAGE_COMPUTE_BIT, 0,