Searched refs:fd_ringbuffer_new_object (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_ringbuffer.c | 92 fd_ringbuffer_new_object(struct fd_pipe *pipe, uint32_t size) function in typeref:struct:fd_ringbuffer *
|
| H A D | freedreno_ringbuffer.h | 154 struct fd_ringbuffer *fd_ringbuffer_new_object(struct fd_pipe *pipe,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_zsa.c | 125 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 D | fd6_rasterizer.c | 107 so->stateobj = fd_ringbuffer_new_object(ctx->pipe, 15 * 4);
|
| H A D | fd6_texture.c | 412 state->stateobj = fd_ringbuffer_new_object(ctx->pipe, 0x1000);
|
| H A D | fd6_program.c | 780 state->binning_stateobj = fd_ringbuffer_new_object(ctx->pipe, 0x1000); 781 state->stateobj = fd_ringbuffer_new_object(ctx->pipe, 0x1000);
|
| H A D | fd6_emit.c | 421 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 D | freedreno_ringbuffer.h | 96 struct fd_ringbuffer * fd_ringbuffer_new_object(struct fd_pipe *pipe,
|
| H A D | freedreno_ringbuffer.c | 69 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 D | freedreno_ringbuffer.c | 65 fd_ringbuffer_new_object(struct fd_pipe *pipe, uint32_t size) function in typeref:struct:fd_ringbuffer *
|
| H A D | freedreno_ringbuffer.h | 109 struct fd_ringbuffer * fd_ringbuffer_new_object(struct fd_pipe *pipe,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_rasterizer.c | 42 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 26 * 4);
|
| H A D | fd6_blend.c | 79 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(
|
| H A D | fd6_zsa.c | 205 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 9 * 4);
|
| H A D | fd6_context.c | 82 fd_ringbuffer_new_object(ctx->pipe, 4 * (num_elements * 2 + 1));
|
| H A D | fd6_program.c | 168 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 D | fd6_texture.c | 441 state->stateobj = fd_ringbuffer_new_object(ctx->pipe, 32 * 4);
|
| H A D | fd6_emit.c | 332 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