Searched refs:lp_jit_sampler (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 123 LP_CHECK_MEMBER_OFFSET(struct lp_jit_sampler, min_lod, in create_jit_sampler_type() 126 LP_CHECK_MEMBER_OFFSET(struct lp_jit_sampler, max_lod, in create_jit_sampler_type() 129 LP_CHECK_MEMBER_OFFSET(struct lp_jit_sampler, lod_bias, in create_jit_sampler_type() 132 LP_CHECK_MEMBER_OFFSET(struct lp_jit_sampler, border_color, in create_jit_sampler_type() 135 LP_CHECK_MEMBER_OFFSET(struct lp_jit_sampler, max_aniso, in create_jit_sampler_type() 138 LP_CHECK_STRUCT_SIZE(struct lp_jit_sampler, in create_jit_sampler_type()
|
D | lp_jit.h | 68 struct lp_jit_sampler struct 157 struct lp_jit_sampler samplers[PIPE_MAX_SAMPLERS]; 440 struct lp_jit_sampler samplers[PIPE_MAX_SAMPLERS];
|
D | lp_setup.c | 1119 struct lp_jit_sampler *jit_sam; in lp_setup_set_fragment_sampler_state()
|
D | lp_state_cs.c | 1068 struct lp_jit_sampler *jit_sam; in lp_csctx_set_sampler_state()
|