Searched refs:lp_jit_cs_context (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 390 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, constants, in lp_jit_create_cs_types() 393 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, num_constants, in lp_jit_create_cs_types() 396 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, textures, in lp_jit_create_cs_types() 399 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, samplers, in lp_jit_create_cs_types() 402 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, images, in lp_jit_create_cs_types() 405 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, ssbos, in lp_jit_create_cs_types() 408 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, num_ssbos, in lp_jit_create_cs_types() 411 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, shared_size, in lp_jit_create_cs_types() 414 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, kernel_args, in lp_jit_create_cs_types() 417 LP_CHECK_STRUCT_SIZE(struct lp_jit_cs_context, in lp_jit_create_cs_types()
|
D | lp_jit.h | 331 struct lp_jit_cs_context struct 394 (*lp_jit_cs_func)(const struct lp_jit_cs_context *context,
|
D | lp_state_cs.h | 120 struct lp_jit_cs_context jit_context;
|