Searched refs:draw_jit_sampler (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h73 struct draw_jit_sampler struct
130 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
211 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
H A Ddraw_llvm.c174 * Create LLVM type for struct draw_jit_sampler
193 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, min_lod,
196 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, max_lod,
199 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, lod_bias,
202 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, border_color,
206 LP_CHECK_STRUCT_SIZE(struct draw_jit_sampler, target, sampler_type);
2126 struct draw_jit_sampler *jit_sam = &draw->llvm->jit_context.samplers[i];
2139 struct draw_jit_sampler *jit_sam = &draw->llvm->gs_jit_context.samplers[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h83 struct draw_jit_sampler struct
168 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
272 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
353 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
407 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
H A Ddraw_llvm.c211 * Create LLVM type for struct draw_jit_sampler
231 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, min_lod,
234 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, max_lod,
237 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, lod_bias,
240 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, border_color,
243 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, max_aniso,
247 LP_CHECK_STRUCT_SIZE(struct draw_jit_sampler, target, sampler_type);
2615 struct draw_jit_sampler *jit_sam = &draw->llvm->jit_context.samplers[i];
2630 struct draw_jit_sampler *jit_sam = &draw->llvm->gs_jit_context.samplers[i];
2645 struct draw_jit_sampler *jit_sa
[all...]

Completed in 15 milliseconds