HomeSort by relevance Sort by last modified time
    Searched refs:get_compute_param (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.cpp 33 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format, function in namespace:__anon30188
35 int sz = pipe->get_compute_param(pipe, ir_format, cap, NULL);
38 pipe->get_compute_param(pipe, ir_format, cap, &v.front());
129 return get_compute_param<uint64_t>(pipe, ir_format(),
135 return get_compute_param<uint64_t>(pipe, ir_format(),
141 return get_compute_param<uint64_t>(pipe, ir_format(),
159 return get_compute_param<uint64_t>(
165 return get_compute_param<uint64_t>(pipe, ir_format(),
171 return get_compute_param<uint32_t>(pipe, ir_format(),
177 return get_compute_param<uint32_t>(pipe, ir_format()
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 120 int (*get_compute_param)(struct pipe_screen *, member in struct:pipe_screen
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_screen.c 84 return screen->get_compute_param(screen, ir_type, param, ret);
374 dscreen->base.get_compute_param = dd_screen_get_compute_param;
378 /* get_compute_param */
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 395 return screen->get_compute_param(screen, ir_type, param, ret);
468 screen->get_compute_param = noop_get_compute_param;
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 185 trace_dump_call_begin("pipe_screen", "get_compute_param");
192 result = screen->get_compute_param(screen, ir_type, param, data);
509 tr_scr->base.get_compute_param = trace_screen_get_compute_param;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.c 569 screen->base.get_compute_param = softpipe_get_compute_param;
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c     [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_screen.c 789 is->base.get_compute_param = ilo_get_compute_param;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 289 screen->get_compute_param(screen, PIPE_SHADER_IR_TGSI,
597 pscreen->get_compute_param(pscreen, PIPE_SHADER_IR_TGSI,
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 519 pscreen->get_compute_param(pscreen, PIPE_SHADER_IR_TGSI,
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 849 pscreen->get_compute_param = nv50_screen_get_compute_param;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.c 670 screen->base.base.get_compute_param = nvc0_screen_get_compute_param;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c     [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 61 __n = ctx->screen->get_compute_param(ctx->screen, \
    [all...]

Completed in 572 milliseconds