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.h83 struct draw_jit_sampler struct
166 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
264 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
341 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
389 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS];
Ddraw_llvm.c230 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()
243 LP_CHECK_STRUCT_SIZE(struct draw_jit_sampler, target, sampler_type); in create_jit_sampler_type()
2581 struct draw_jit_sampler *jit_sam = &draw->llvm->jit_context.samplers[i]; in draw_llvm_set_sampler_state()
2595 struct draw_jit_sampler *jit_sam = &draw->llvm->gs_jit_context.samplers[i]; in draw_llvm_set_sampler_state()
2609 struct draw_jit_sampler *jit_sam = &draw->llvm->tcs_jit_context.samplers[i]; in draw_llvm_set_sampler_state()
2623 struct draw_jit_sampler *jit_sam = &draw->llvm->tes_jit_context.samplers[i]; in draw_llvm_set_sampler_state()