OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drm_intel_decode
(Results
1 - 5
of
5
) sorted by null
/external/libdrm/intel/
intel_bufmgr.h
252
struct
drm_intel_decode
*drm_intel_decode_context_alloc(uint32_t devid);
253
void drm_intel_decode_context_free(struct
drm_intel_decode
*ctx);
254
void drm_intel_decode_set_batch_pointer(struct
drm_intel_decode
*ctx,
257
void drm_intel_decode_set_dump_past_end(struct
drm_intel_decode
*ctx,
259
void drm_intel_decode_set_head_tail(struct
drm_intel_decode
*ctx,
261
void drm_intel_decode_set_output_file(struct
drm_intel_decode
*ctx, FILE *out);
262
void
drm_intel_decode
(struct
drm_intel_decode
*ctx);
test_decode.c
75
dump_batch(struct
drm_intel_decode
*ctx, const char *batch_filename)
86
drm_intel_decode
(ctx);
90
compare_batch(struct
drm_intel_decode
*ctx, const char *batch_filename)
123
drm_intel_decode
(ctx);
176
struct
drm_intel_decode
*ctx;
intel-symbol-check
62
drm_intel_decode
intel_decode.c
44
/* Struct for tracking
drm_intel_decode
state. */
45
struct
drm_intel_decode
{
struct
117
instr_out(struct
drm_intel_decode
*ctx, unsigned int index,
147
decode_MI_SET_CONTEXT(struct
drm_intel_decode
*ctx)
163
decode_MI_WAIT_FOR_EVENT(struct
drm_intel_decode
*ctx)
231
decode_mi(struct
drm_intel_decode
*ctx)
243
int (*func)(struct
drm_intel_decode
*ctx);
381
decode_2d_br00(struct
drm_intel_decode
*ctx, const char *cmd)
393
decode_2d_br01(struct
drm_intel_decode
*ctx)
425
decode_2d(struct
drm_intel_decode
*ctx
3899
drm_intel_decode
(struct
drm_intel_decode
*ctx)
function
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.c
123
struct
drm_intel_decode
*decode;
148
drm_intel_decode
(decode);
Completed in 73 milliseconds