OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_compute_cs_cmd
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute.c
331
* of registers initialized by the
start_compute_cs_cmd
atom.
333
r600_emit_atom(ctx, &ctx->
start_compute_cs_cmd
.atom);
579
struct r600_command_buffer *cb = &ctx->
start_compute_cs_cmd
;
584
*
start_compute_cs_cmd
atom, we can EMIT_EARLY here.
r600_pipe.h
382
* must be emitted before
start_compute_cs_cmd
. */
383
struct r600_command_buffer
start_compute_cs_cmd
;
member in struct:r600_context
/external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c
331
* of registers initialized by the
start_compute_cs_cmd
atom.
333
r600_emit_atom(ctx, &ctx->
start_compute_cs_cmd
.atom);
579
struct r600_command_buffer *cb = &ctx->
start_compute_cs_cmd
;
584
*
start_compute_cs_cmd
atom, we can EMIT_EARLY here.
r600_pipe.h
382
* must be emitted before
start_compute_cs_cmd
. */
383
struct r600_command_buffer
start_compute_cs_cmd
;
member in struct:r600_context
Completed in 104 milliseconds