Home
last modified time | relevance | path

Searched defs:launch_grid (Results 1 – 5 of 5) sorted by relevance

/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h509 void (*launch_grid)(struct pipe_context *context, member
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h710 void (*launch_grid)(struct pipe_context *context, member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h312 void (*launch_grid)(struct fd_context *ctx, const struct pipe_grid_info *info); member
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h174 struct pipe_grid_info launch_grid; member
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c425 static void launch_grid(struct context *ctx, const uint *block_layout, in launch_grid() function