Searched refs:draw_gs_jit_context (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_gs.h | 40 struct draw_gs_jit_context; 97 struct draw_gs_jit_context *jit_context;
|
D | draw_llvm.h | 201 struct draw_gs_jit_context struct 279 (*draw_gs_jit_func)(struct draw_gs_jit_context *context, 447 struct draw_gs_jit_context gs_jit_context;
|
D | draw_llvm.c | 300 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, constants, in create_gs_jit_context_type() 302 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, num_constants, in create_gs_jit_context_type() 304 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, planes, in create_gs_jit_context_type() 306 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, viewports, in create_gs_jit_context_type() 308 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, textures, in create_gs_jit_context_type() 311 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, samplers, in create_gs_jit_context_type() 314 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, prim_lengths, in create_gs_jit_context_type() 317 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, emitted_vertices, in create_gs_jit_context_type() 320 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, emitted_prims, in create_gs_jit_context_type() 323 LP_CHECK_STRUCT_SIZE(struct draw_gs_jit_context, in create_gs_jit_context_type()
|