Searched refs:draw_jit_sampler (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 83 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];
|
D | draw_llvm.c | 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() 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()
|