HomeSort by: relevance | last modified time | path
    Searched refs:gpu (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/MesaLib/dist/src/broadcom/common/
v3d_cpu_tiling.h 32 void *gpu, uint32_t gpu_stride)
37 /* Load from the GPU in one shot, no interleave, to
40 "vldm %[gpu], {q0, q1, q2, q3}\n"
53 : [gpu] "r"(gpu),
60 /* Load from the GPU in one shot, no interleave, to
63 "vldm %[gpu], {q0, q1, q2, q3};\n"
78 : [gpu] "r"(gpu),
86 /* Load from the GPU in one shot, no interleave, t
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/common/
v3d_cpu_tiling.h 32 void *gpu, uint32_t gpu_stride)
37 /* Load from the GPU in one shot, no interleave, to
40 "vldm %[gpu], {q0, q1, q2, q3}\n"
53 : [gpu] "r"(gpu),
60 /* Load from the GPU in one shot, no interleave, to
63 "vldm %[gpu], {q0, q1, q2, q3};\n"
78 : [gpu] "r"(gpu),
86 /* Load from the GPU in one shot, no interleave, t
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
etnaviv_gpu.c 49 struct etna_gpu *gpu; local
51 gpu = calloc(1, sizeof(*gpu));
52 if (!gpu) {
57 gpu->dev = dev;
58 gpu->core = core;
60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL);
61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION);
63 if (!gpu->model)
66 INFO_MSG(" GPU model: 0x%x (rev %x)", gpu->model, gpu->revision)
    [all...]
etnaviv_pipe.c 31 struct etna_device *dev = pipe->gpu->dev;
35 .pipe = pipe->gpu->core,
56 struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id)
67 pipe->gpu = gpu;
  /xsrc/external/mit/libdrm/dist/etnaviv/
etnaviv_gpu.c 49 struct etna_gpu *gpu; local
51 gpu = calloc(1, sizeof(*gpu));
52 if (!gpu) {
57 gpu->dev = dev;
58 gpu->core = core;
60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL);
61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION);
63 if (!gpu->model)
66 INFO_MSG(" GPU model: 0x%x (rev %x)", gpu->model, gpu->revision)
    [all...]
etnaviv_pipe.c 36 struct etna_device *dev = pipe->gpu->dev;
40 .pipe = pipe->gpu->core,
63 drm_public struct etna_pipe *etna_pipe_new(struct etna_gpu *gpu, enum etna_pipe_id id)
74 pipe->gpu = gpu;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
tegra_context.c 43 context->gpu->destroy(context->gpu);
70 context->gpu->draw_vbo(context->gpu, pinfo);
81 context->gpu->render_condition(context->gpu, query, condition, mode);
90 return context->gpu->create_query(context->gpu, query_type, index);
100 return context->gpu->create_batch_query(context->gpu, num_queries
    [all...]
tegra_context.h 34 struct pipe_context *gpu; member in struct:tegra_context
49 struct pipe_sampler_view *gpu; member in struct:tegra_sampler_view
64 return to_tegra_sampler_view(view)->gpu;
69 struct pipe_transfer *gpu; member in struct:tegra_transfer
tegra_resource.h 33 struct pipe_resource *gpu; member in struct:tegra_resource
53 return to_tegra_resource(resource)->gpu;
58 struct pipe_surface *gpu; member in struct:tegra_surface
73 return to_tegra_surface(surface)->gpu;
tegra_screen.c 52 screen->gpu->destroy(screen->gpu);
79 return screen->gpu->get_param(screen->gpu, param);
87 return screen->gpu->get_paramf(screen->gpu, param);
96 return screen->gpu->get_shader_param(screen->gpu, shader, param);
107 return screen->gpu->get_video_param(screen->gpu, profile, entrypoint
    [all...]
tegra_screen.h 33 struct pipe_screen *gpu; member in struct:tegra_screen
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_renderer_virtgpu.c 18 #include "virtio-gpu/virglrenderer_hw.h"
137 sim_syncobj_create(struct virtgpu *gpu, bool signaled)
161 int ret = drmIoctl(gpu->fd, DRM_IOCTL_VIRTGPU_EXECBUFFER, &args);
182 sim_syncobj_destroy(struct virtgpu *gpu, uint32_t syncobj_handle)
268 sim_syncobj_lookup(struct virtgpu *gpu, uint32_t syncobj_handle)
283 sim_syncobj_reset(struct virtgpu *gpu, uint32_t syncobj_handle)
285 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle);
297 sim_syncobj_query(struct virtgpu *gpu,
301 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle);
314 sim_syncobj_signal(struct virtgpu *gpu,
911 struct virtgpu *gpu = (struct virtgpu *)renderer; local
925 struct virtgpu *gpu = (struct virtgpu *)renderer; local
939 struct virtgpu *gpu = (struct virtgpu *)renderer; local
956 struct virtgpu *gpu = (struct virtgpu *)renderer; local
967 struct virtgpu *gpu = (struct virtgpu *)renderer; local
981 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1018 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1077 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1094 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1107 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1154 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1246 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1275 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1285 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1319 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1332 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1341 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1379 struct virtgpu *gpu = (struct virtgpu *)renderer; local
1593 struct virtgpu *gpu = vk_zalloc(alloc, sizeof(*gpu), VN_DEFAULT_ALIGN, local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
tegra_context.h 34 struct pipe_context *gpu; member in struct:tegra_context
49 struct pipe_sampler_view *gpu; member in struct:tegra_sampler_view
65 return to_tegra_sampler_view(view)->gpu;
70 struct pipe_transfer *gpu; member in struct:tegra_transfer
tegra_resource.h 33 struct pipe_resource *gpu; member in struct:tegra_resource
54 return to_tegra_resource(resource)->gpu;
59 struct pipe_surface *gpu; member in struct:tegra_surface
74 return to_tegra_surface(surface)->gpu;
tegra_screen.c 53 screen->gpu->destroy(screen->gpu);
80 return screen->gpu->get_param(screen->gpu, param);
88 return screen->gpu->get_paramf(screen->gpu, param);
97 return screen->gpu->get_shader_param(screen->gpu, shader, param);
108 return screen->gpu->get_video_param(screen->gpu, profile, entrypoint
    [all...]
tegra_context.c 44 context->gpu->destroy(context->gpu);
84 context->gpu->draw_vbo(context->gpu, pinfo, drawid_offset, pindirect, draws, num_draws);
95 context->gpu->render_condition(context->gpu, query, condition, mode);
104 return context->gpu->create_query(context->gpu, query_type, index);
114 return context->gpu->create_batch_query(context->gpu, num_queries
    [all...]
tegra_screen.h 33 struct pipe_screen *gpu; member in struct:tegra_screen
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_trace.h 30 void pantrace_mmap(mali_ptr gpu, void *cpu, size_t sz, char *label);
pan_allocate.h 53 /* Represents a fat pointer for GPU-mapped memory, returned from the transient
58 mali_ptr gpu; member in struct:panfrost_transfer
67 mali_ptr gpu; member in struct:panfrost_memory
106 panfrost_allocate_transfer(struct panfrost_memory *mem, size_t sz, mali_ptr *gpu);
112 return mem->gpu + (mem->stack_bottom - sz);
pan_allocate.c 52 .gpu = backing->gpu + p_entry->offset
101 .gpu = backing->gpu + p_entry->offset + pool->entry_offset
116 return transfer.gpu;
162 /* Allocate space for the new GPU object, if required */
177 /* Return the GPU address */
200 return pandev_upload(-1, &mem->stack_bottom, mem->gpu, mem->cpu, data, sz, no_pad);
206 return pandev_upload(last_offset, &mem->stack_bottom, mem->gpu, mem->cpu, data, sz, true);
214 panfrost_allocate_transfer(struct panfrost_memory *mem, size_t sz, mali_ptr *gpu)
    [all...]
pan_trace.c 51 mali_ptr gpu; member in struct:pantrace_memory
99 pantrace_mmap(mali_ptr gpu, void *cpu, size_t sz, char *label)
116 fprintf(pan_control_log, "MMAP %" PRIx64 " %s\n", gpu, filename);
125 mem->gpu = gpu;
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_buffer_alloc.h 34 uint64_t gpu; member in struct:intel_buffer
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/etnaviv/drm/
etnaviv_drm_winsys.c 42 struct etna_gpu *gpu; local
53 gpu = etna_gpu_new(dev, i);
54 if (!gpu) {
55 fprintf(stderr, "Error creating gpu\n");
59 /* Look for a 3D capable GPU */
60 int ret = etna_gpu_get_param(gpu, ETNA_GPU_FEATURES_0, &val);
64 etna_gpu_del(gpu);
67 return etna_screen_create(dev, gpu, ro);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_screen.h 73 struct etna_gpu *gpu; member in struct:etna_screen
104 etna_screen_create(struct etna_device *dev, struct etna_gpu *gpu,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_mempool.h 63 /* Mapped GPU VA */
64 mali_ptr gpu; member in struct:panfrost_pool_ref
78 .gpu = ptr

Completed in 15 milliseconds

1 2 3 4 5