Home
last modified time | relevance | path

Searched refs:draw_gs_jit_context (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.h40 struct draw_gs_jit_context;
102 struct draw_gs_jit_context *jit_context;
Ddraw_llvm.h262 struct draw_gs_jit_context struct
468 (*draw_gs_jit_func)(struct draw_gs_jit_context *context,
845 struct draw_gs_jit_context gs_jit_context;
Ddraw_llvm.c408 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, constants, in create_gs_jit_context_type()
410 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, num_constants, in create_gs_jit_context_type()
412 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, planes, in create_gs_jit_context_type()
414 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, viewports, in create_gs_jit_context_type()
416 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, textures, in create_gs_jit_context_type()
419 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, samplers, in create_gs_jit_context_type()
422 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, prim_lengths, in create_gs_jit_context_type()
425 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, emitted_vertices, in create_gs_jit_context_type()
428 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, emitted_prims, in create_gs_jit_context_type()
431 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, ssbos, in create_gs_jit_context_type()
[all …]