Home
last modified time | relevance | path

Searched refs:fd_bo_new (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_context.c98 fd_bo_new(screen->dev, 0x2000, 0, "vs_pvt");
101 fd_bo_new(screen->dev, 0x2000, 0, "fs_pvt");
104 fd_bo_new(screen->dev, 0x1000, 0, "vsc_size");
H A Dfd3_gmem.c808 ctx->vsc_pipe_bo[i] = fd_bo_new(
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_context.c100 fd_bo_new(screen->dev, 0x2000, 0, "vs_pvt");
103 fd_bo_new(screen->dev, 0x2000, 0, "fs_pvt");
106 fd_bo_new(screen->dev, 0x1000, 0, "vsc_size");
H A Dfd4_gmem.c597 ctx->vsc_pipe_bo[i] = fd_bo_new(
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_context.c101 fd_bo_new(screen->dev, 0x1000, 0, "vsc_size");
104 fd_bo_new(screen->dev, 0x1000, 0, "blit");
H A Dfd5_resource.c52 rsc->lrz = fd_bo_new(screen->dev, size, FD_BO_NOMAP, "lrz"); in setup_lrz()
H A Dfd5_gmem.c325 ctx->vsc_pipe_bo[i] = fd_bo_new(
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_drmif.h187 static inline struct fd_bo *fd_bo_new(struct fd_device *dev, uint32_t size,
192 fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, const char *fmt, in fd_bo_new() function
H A Dfreedreno_pipe.c66 pipe->control_mem = fd_bo_new(dev, sizeof(*pipe->control), in fd_pipe_new2()
/third_party/mesa3d/src/freedreno/computerator/
H A Dir3_asm.c52 v->bo = fd_bo_new(c->dev, sz, 0, "%s", ir3_shader_stage(v)); in ir3_asm_assemble()
H A Da6xx.c216 struct fd_bo *pvtmem = fd_bo_new(a6xx_backend->dev, total_size, 0, "pvtmem"); in cs_program_emit()
444 a6xx_backend->query_mem = fd_bo_new( in a6xx_emit_grid()
548 fd_bo_new(dev, 0x1000, 0, "control"); in a6xx_init()
H A Dmain.c263 kernel->bufs[i] = fd_bo_new(dev, kernel->buf_sizes[i] * 4, 0, "buf[%d]", i); in main()
/third_party/libdrm/freedreno/
H A Dfreedreno_drmif.h120 struct fd_bo * fd_bo_new(struct fd_device *dev,
H A Dfreedreno_bo.c104 fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags) in fd_bo_new() function
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_bo.c188 bo = fd_bo_new(pipe->dev, 1, 0); in fd_bo_from_fbdev()
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_pipe.c209 * have to bypass/reinvent fd_bo_new().. in init_shmem()
212 virtio_dev->shmem_bo = fd_bo_new(dev, 0x4000, in init_shmem()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c223 rsc->lrz = fd_bo_new(screen->dev, size, FD_BO_NOMAP, "lrz"); in setup_lrz()
H A Dfd6_context.c261 fd_bo_new(screen->dev, 0x1000, 0, "control");
H A Dfd6_gmem.c429 fd6_ctx->vsc_draw_strm = fd_bo_new( in update_vsc_pipe()
435 fd6_ctx->vsc_prim_strm = fd_bo_new( in update_vsc_pipe()
H A Dfd6_program.c115 ctx->pvtmem[so->pvtmem_per_wave].bo = fd_bo_new( in fd6_emit_shader()
1275 fd_bo_new(screen->dev, FD6_TESS_BO_SIZE, FD_BO_NOMAP, "tessfactor");
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c255 at->results_mem = fd_bo_new(dev, sizeof(struct fd_autotune_results), in fd_autotune_init()
H A Dfreedreno_resource.c213 fd_bo_new(screen->dev, size, flags, "%ux%ux%u@%u:%x", prsc->width0, in realloc_bo()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c110 fd_bo_new(compiler->dev, v->info.size, FD_BO_NOMAP, in upload_shader_variant()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c605 fd_bo_new(ctx->dev, bo_size, 0, "vsc_pipe[%u]", i);

Completed in 18 milliseconds