Searched refs:fd_ringbuffer_new_object (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.c92 fd_ringbuffer_new_object(struct fd_pipe *pipe, uint32_t size) function in typeref:struct:fd_ringbuffer *
H A Dfreedreno_ringbuffer.h154 struct fd_ringbuffer *fd_ringbuffer_new_object(struct fd_pipe *pipe,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_zsa.c125 so->stateobj = fd_ringbuffer_new_object(ctx->pipe, 9 * 4);
141 so->stateobj_no_alpha = fd_ringbuffer_new_object(ctx->pipe, 9 * 4);
H A Dfd6_rasterizer.c107 so->stateobj = fd_ringbuffer_new_object(ctx->pipe, 15 * 4);
H A Dfd6_texture.c412 state->stateobj = fd_ringbuffer_new_object(ctx->pipe, 0x1000);
H A Dfd6_program.c780 state->binning_stateobj = fd_ringbuffer_new_object(ctx->pipe, 0x1000);
781 state->stateobj = fd_ringbuffer_new_object(ctx->pipe, 0x1000);
H A Dfd6_emit.c421 fd_ringbuffer_new_object(pipe, tex->num_samplers * 4 * 4);
468 fd_ringbuffer_new_object(pipe, num_merged_textures * 16 * 4);
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_ringbuffer.h96 struct fd_ringbuffer * fd_ringbuffer_new_object(struct fd_pipe *pipe,
H A Dfreedreno_ringbuffer.c69 fd_ringbuffer_new_object(struct fd_pipe *pipe, uint32_t size) function in typeref:typename:drm_public struct fd_ringbuffer *
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.c65 fd_ringbuffer_new_object(struct fd_pipe *pipe, uint32_t size) function in typeref:struct:fd_ringbuffer *
H A Dfreedreno_ringbuffer.h109 struct fd_ringbuffer * fd_ringbuffer_new_object(struct fd_pipe *pipe,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_rasterizer.c42 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 26 * 4);
H A Dfd6_blend.c79 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(
H A Dfd6_zsa.c205 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 9 * 4);
H A Dfd6_context.c82 fd_ringbuffer_new_object(ctx->pipe, 4 * (num_elements * 2 + 1));
H A Dfd6_program.c168 fd_ringbuffer_new_object(ctx->pipe, (1 + sizedw) * 4);
240 fd_ringbuffer_new_object(ctx->pipe, (1 + sizedw) * 4);
278 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 100 * 4);
1086 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 18 * 4);
1208 state->binning_stateobj = fd_ringbuffer_new_object(ctx->pipe, 0x1000);
1209 state->stateobj = fd_ringbuffer_new_object(ctx->pipe, 0x1000);
H A Dfd6_texture.c441 state->stateobj = fd_ringbuffer_new_object(ctx->pipe, 32 * 4);
H A Dfd6_emit.c332 fd_ringbuffer_new_object(ctx->pipe, tex->num_samplers * 4 * 4);
380 fd_ringbuffer_new_object(ctx->pipe, num_merged_textures * 16 * 4);

Completed in 17 milliseconds