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; 101 struct draw_gs_jit_context *jit_context;
|
D | draw_llvm.h | 254 struct draw_gs_jit_context struct 444 (*draw_gs_jit_func)(struct draw_gs_jit_context *context, 787 struct draw_gs_jit_context gs_jit_context;
|
D | draw_llvm.c | 411 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, constants, in create_gs_jit_context_type() 413 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, num_constants, in create_gs_jit_context_type() 415 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, planes, in create_gs_jit_context_type() 417 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, viewports, in create_gs_jit_context_type() 419 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, textures, in create_gs_jit_context_type() 422 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, samplers, in create_gs_jit_context_type() 425 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, prim_lengths, in create_gs_jit_context_type() 428 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, emitted_vertices, in create_gs_jit_context_type() 431 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, emitted_prims, in create_gs_jit_context_type() 434 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, ssbos, in create_gs_jit_context_type() [all …]
|