Home
last modified time | relevance | path

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

/third_party/mesa3d/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.c210 * Create LLVM type for struct draw_jit_sampler
230 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, min_lod, in create_jit_sampler_type()
233 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, max_lod, in create_jit_sampler_type()
236 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, lod_bias, in create_jit_sampler_type()
239 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, border_color, in create_jit_sampler_type()
242 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, max_aniso, in create_jit_sampler_type()
246 LP_CHECK_STRUCT_SIZE(struct draw_jit_sampler, target, sampler_type); in create_jit_sampler_type()
2599 struct draw_jit_sampler *jit_sam = &draw->llvm->jit_context.samplers[i]; in draw_llvm_set_sampler_state()
2614 struct draw_jit_sampler *jit_sam = &draw->llvm->gs_jit_context.samplers[i]; in draw_llvm_set_sampler_state()
2629 struct draw_jit_sampler *jit_sa in draw_llvm_set_sampler_state()
[all...]

Completed in 8 milliseconds