OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_intel_decode
(Results
1 - 5
of
5
) sorted by null
/external/libdrm/intel/
test_decode.c
71
dump_batch(struct
drm_intel_decode
*ctx, const char *batch_filename)
82
drm_intel_decode
(ctx);
86
compare_batch(struct
drm_intel_decode
*ctx, const char *batch_filename)
119
drm_intel_decode
(ctx);
172
struct
drm_intel_decode
*ctx;
intel_bufmgr.h
269
struct
drm_intel_decode
*drm_intel_decode_context_alloc(uint32_t devid);
270
void drm_intel_decode_context_free(struct
drm_intel_decode
*ctx);
271
void drm_intel_decode_set_batch_pointer(struct
drm_intel_decode
*ctx,
274
void drm_intel_decode_set_dump_past_end(struct
drm_intel_decode
*ctx,
276
void drm_intel_decode_set_head_tail(struct
drm_intel_decode
*ctx,
278
void drm_intel_decode_set_output_file(struct
drm_intel_decode
*ctx, FILE *out);
279
void
drm_intel_decode
(struct
drm_intel_decode
*ctx);
intel_decode.c
38
/* Struct for tracking
drm_intel_decode
state. */
39
struct
drm_intel_decode
{
struct
111
instr_out(struct
drm_intel_decode
*ctx, unsigned int index,
141
decode_MI_SET_CONTEXT(struct
drm_intel_decode
*ctx)
157
decode_MI_WAIT_FOR_EVENT(struct
drm_intel_decode
*ctx)
225
decode_mi(struct
drm_intel_decode
*ctx)
237
int (*func)(struct
drm_intel_decode
*ctx);
375
decode_2d_br00(struct
drm_intel_decode
*ctx, const char *cmd)
387
decode_2d_br01(struct
drm_intel_decode
*ctx)
419
decode_2d(struct
drm_intel_decode
*ctx
3895
drm_intel_decode
(struct
drm_intel_decode
*ctx)
function
[
all
...]
intel-symbol-check
63
drm_intel_decode
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_batchbuffer.c
74
struct
drm_intel_decode
*decode;
99
drm_intel_decode
(decode);
Completed in 8346 milliseconds