HomeSort by relevance Sort by last modified time
    Searched refs:jit_sam (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 950 struct lp_jit_sampler *jit_sam; local
951 jit_sam = &setup->fs.current.jit_context.samplers[i];
953 jit_sam->min_lod = sampler->min_lod;
954 jit_sam->max_lod = sampler->max_lod;
955 jit_sam->lod_bias = sampler->lod_bias;
956 COPY_4V(jit_sam->border_color, sampler->border_color.f);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 2122 struct draw_jit_sampler *jit_sam = &draw->llvm->jit_context.samplers[i]; local
2135 struct draw_jit_sampler *jit_sam = &draw->llvm->gs_jit_context.samplers[i]; local
    [all...]

Completed in 75 milliseconds