Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
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];
Ddraw_llvm.c193 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, min_lod, in create_jit_sampler_type()
196 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, max_lod, in create_jit_sampler_type()
199 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, lod_bias, in create_jit_sampler_type()
202 LP_CHECK_MEMBER_OFFSET(struct draw_jit_sampler, border_color, in create_jit_sampler_type()
206 LP_CHECK_STRUCT_SIZE(struct draw_jit_sampler, target, sampler_type); in create_jit_sampler_type()
2126 struct draw_jit_sampler *jit_sam = &draw->llvm->jit_context.samplers[i]; in draw_llvm_set_sampler_state()
2139 struct draw_jit_sampler *jit_sam = &draw->llvm->gs_jit_context.samplers[i]; in draw_llvm_set_sampler_state()