Searched refs:rw_buffers (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 1145 si_set_constant_buffer(sctx, &sctx->rw_buffers, in si_set_rw_buffer() 1272 struct si_buffer_resources *buffers = &sctx->rw_buffers; in si_set_ring_buffer() 1365 struct si_buffer_resources *buffers = &sctx->rw_buffers; in si_set_streamout_targets() 1596 struct si_buffer_resources *buffers = &sctx->rw_buffers; in si_invalidate_buffer() 1915 si_init_buffer_resources(&sctx->rw_buffers, in si_init_all_descriptors() 2004 si_release_buffer_resources(&sctx->rw_buffers, in si_release_all_descriptors() 2022 si_buffer_resources_begin_new_cs(sctx, &sctx->rw_buffers); in si_all_descriptors_begin_new_cs()
|
D | si_shader.c | 1097 LLVMValueRef rw_buffers, buffer, base, addr; in fetch_input_tes() local 1099 rw_buffers = LLVMGetParam(ctx->main_fn, in fetch_input_tes() 1101 buffer = build_indexed_load_const(ctx, rw_buffers, in fetch_input_tes() 1120 LLVMValueRef rw_buffers, buffer, base, buf_addr; in store_output_tcs() local 1141 rw_buffers = LLVMGetParam(ctx->main_fn, in store_output_tcs() 1143 buffer = build_indexed_load_const(ctx, rw_buffers, in store_output_tcs() 1759 LLVMValueRef rw_buffers, buffer, base, addr; in declare_system_value() local 1762 rw_buffers = LLVMGetParam(ctx->main_fn, in declare_system_value() 1764 buffer = build_indexed_load_const(ctx, rw_buffers, in declare_system_value() 2633 LLVMValueRef invocation_id, rw_buffers, buffer, buffer_offset; in si_copy_tcs_inputs() local [all …]
|
D | si_pipe.h | 274 struct si_buffer_resources rw_buffers; member
|