Lines Matching refs:drm_intel_decode

42 struct drm_intel_decode {  struct
114 instr_out(struct drm_intel_decode *ctx, unsigned int index, in instr_out()
144 decode_MI_SET_CONTEXT(struct drm_intel_decode *ctx) in decode_MI_SET_CONTEXT()
160 decode_MI_WAIT_FOR_EVENT(struct drm_intel_decode *ctx) in decode_MI_WAIT_FOR_EVENT()
228 decode_mi(struct drm_intel_decode *ctx) in decode_mi()
240 int (*func)(struct drm_intel_decode *ctx); in decode_mi()
378 decode_2d_br00(struct drm_intel_decode *ctx, const char *cmd) in decode_2d_br00()
390 decode_2d_br01(struct drm_intel_decode *ctx) in decode_2d_br01()
422 decode_2d(struct drm_intel_decode *ctx) in decode_2d()
592 decode_3d_1c(struct drm_intel_decode *ctx) in decode_3d_1c()
852 i915_decode_alu1(struct drm_intel_decode *ctx, in i915_decode_alu1()
867 i915_decode_alu2(struct drm_intel_decode *ctx, in i915_decode_alu2()
883 i915_decode_alu3(struct drm_intel_decode *ctx, in i915_decode_alu3()
900 i915_decode_tex(struct drm_intel_decode *ctx, int i, in i915_decode_tex()
921 i915_decode_dcl(struct drm_intel_decode *ctx, int i, char *instr_prefix) in i915_decode_dcl()
1010 i915_decode_instruction(struct drm_intel_decode *ctx, in i915_decode_instruction()
1270 decode_3d_1d(struct drm_intel_decode *ctx) in decode_3d_1d()
2284 decode_3d_primitive(struct drm_intel_decode *ctx) in decode_3d_primitive()
2544 decode_3d(struct drm_intel_decode *ctx) in decode_3d()
2724 i965_decode_urb_fence(struct drm_intel_decode *ctx, int len) in i965_decode_urb_fence()
2765 state_base_out(struct drm_intel_decode *ctx, unsigned int index, in state_base_out()
2779 state_max_out(struct drm_intel_decode *ctx, unsigned int index, in state_max_out()
2798 gen7_3DSTATE_VIEWPORT_STATE_POINTERS_CC(struct drm_intel_decode *ctx) in gen7_3DSTATE_VIEWPORT_STATE_POINTERS_CC()
2807 gen7_3DSTATE_VIEWPORT_STATE_POINTERS_SF_CLIP(struct drm_intel_decode *ctx) in gen7_3DSTATE_VIEWPORT_STATE_POINTERS_SF_CLIP()
2816 gen7_3DSTATE_BLEND_STATE_POINTERS(struct drm_intel_decode *ctx) in gen7_3DSTATE_BLEND_STATE_POINTERS()
2827 gen7_3DSTATE_DEPTH_STENCIL_STATE_POINTERS(struct drm_intel_decode *ctx) in gen7_3DSTATE_DEPTH_STENCIL_STATE_POINTERS()
2839 gen7_3DSTATE_HIER_DEPTH_BUFFER(struct drm_intel_decode *ctx) in gen7_3DSTATE_HIER_DEPTH_BUFFER()
2850 gen6_3DSTATE_CC_STATE_POINTERS(struct drm_intel_decode *ctx) in gen6_3DSTATE_CC_STATE_POINTERS()
2862 gen7_3DSTATE_CC_STATE_POINTERS(struct drm_intel_decode *ctx) in gen7_3DSTATE_CC_STATE_POINTERS()
2874 gen7_3DSTATE_URB_unit(struct drm_intel_decode *ctx, const char *unit) in gen7_3DSTATE_URB_unit()
2890 gen7_3DSTATE_URB_VS(struct drm_intel_decode *ctx) in gen7_3DSTATE_URB_VS()
2896 gen7_3DSTATE_URB_HS(struct drm_intel_decode *ctx) in gen7_3DSTATE_URB_HS()
2902 gen7_3DSTATE_URB_DS(struct drm_intel_decode *ctx) in gen7_3DSTATE_URB_DS()
2908 gen7_3DSTATE_URB_GS(struct drm_intel_decode *ctx) in gen7_3DSTATE_URB_GS()
2914 gen7_3DSTATE_CONSTANT(struct drm_intel_decode *ctx, const char *unit) in gen7_3DSTATE_CONSTANT()
2935 gen7_3DSTATE_CONSTANT_VS(struct drm_intel_decode *ctx) in gen7_3DSTATE_CONSTANT_VS()
2941 gen7_3DSTATE_CONSTANT_GS(struct drm_intel_decode *ctx) in gen7_3DSTATE_CONSTANT_GS()
2947 gen7_3DSTATE_CONSTANT_PS(struct drm_intel_decode *ctx) in gen7_3DSTATE_CONSTANT_PS()
2953 gen7_3DSTATE_CONSTANT_DS(struct drm_intel_decode *ctx) in gen7_3DSTATE_CONSTANT_DS()
2959 gen7_3DSTATE_CONSTANT_HS(struct drm_intel_decode *ctx) in gen7_3DSTATE_CONSTANT_HS()
2966 gen6_3DSTATE_WM(struct drm_intel_decode *ctx) in gen6_3DSTATE_WM()
3019 gen7_3DSTATE_WM(struct drm_intel_decode *ctx) in gen7_3DSTATE_WM()
3099 gen4_3DPRIMITIVE(struct drm_intel_decode *ctx) in gen4_3DPRIMITIVE()
3115 gen7_3DPRIMITIVE(struct drm_intel_decode *ctx) in gen7_3DPRIMITIVE()
3136 decode_3d_965(struct drm_intel_decode *ctx) in decode_3d_965()
3152 int (*func)(struct drm_intel_decode *ctx); in decode_3d_965()
3752 decode_3d_i830(struct drm_intel_decode *ctx) in decode_3d_i830()
3820 drm_public struct drm_intel_decode *
3823 struct drm_intel_decode *ctx; in drm_intel_decode_context_alloc()
3825 ctx = calloc(1, sizeof(struct drm_intel_decode)); in drm_intel_decode_context_alloc()
3855 drm_intel_decode_context_free(struct drm_intel_decode *ctx) in drm_intel_decode_context_free()
3861 drm_intel_decode_set_dump_past_end(struct drm_intel_decode *ctx, in drm_intel_decode_set_dump_past_end()
3868 drm_intel_decode_set_batch_pointer(struct drm_intel_decode *ctx, in drm_intel_decode_set_batch_pointer()
3877 drm_intel_decode_set_head_tail(struct drm_intel_decode *ctx, in drm_intel_decode_set_head_tail()
3885 drm_intel_decode_set_output_file(struct drm_intel_decode *ctx, in drm_intel_decode_set_output_file()
3899 drm_intel_decode(struct drm_intel_decode *ctx) in drm_intel_decode() function