Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_context.h871 void (*launch_grid)(struct pipe_context *context, member
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_pipe.h181 struct pipe_grid_info launch_grid; member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h373 void (*launch_grid)(struct fd_context *ctx, const struct pipe_grid_info *info); member
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c425 static void launch_grid(struct context *ctx, const uint *block_layout, in launch_grid() function