Searched refs:lp_jit_context (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 249 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, constants, in lp_jit_create_types() 252 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, num_constants, in lp_jit_create_types() 255 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, textures, in lp_jit_create_types() 258 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, samplers, in lp_jit_create_types() 261 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, images, in lp_jit_create_types() 264 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, alpha_ref_value, in lp_jit_create_types() 267 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, stencil_ref_front, in lp_jit_create_types() 270 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, stencil_ref_back, in lp_jit_create_types() 273 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, u8_blend_color, in lp_jit_create_types() 276 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, f_blend_color, in lp_jit_create_types() [all …]
|
D | lp_state_fs_fastpath.c | 46 no_op(const struct lp_jit_context *context, in no_op() 144 red(const struct lp_jit_context *context, in red() 171 green(const struct lp_jit_context *context, in green()
|
D | lp_state_fs_linear.c | 363 const struct lp_jit_context *context = &state->jit_context; in blit_rgba_blit() 415 const struct lp_jit_context *context = &state->jit_context; in blit_rgb1_blit() 475 const struct lp_jit_context *context = &state->jit_context; in blit_rgba() 514 const struct lp_jit_context *context = &state->jit_context; in blit_rgb1() 558 const struct lp_jit_context *context = &state->jit_context; in blit_rgba_blend_premul()
|
D | lp_linear_fastpath.c | 69 const struct lp_jit_context *context = &state->jit_context; in lp_linear_blit_rgba_blit() 118 const struct lp_jit_context *context = &state->jit_context; in lp_linear_blit_rgb1_blit()
|
D | lp_jit.h | 154 struct lp_jit_context struct 314 (*lp_jit_frag_func)(const struct lp_jit_context *context,
|
D | lp_setup.h | 42 struct lp_jit_context;
|
D | lp_rast.h | 87 struct lp_jit_context jit_context;
|