HomeSort by relevance Sort by last modified time
    Searched defs:lod_bias (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 72 int lod_max = 1, lod_bias = 0; local
84 lod_bias = CLAMP(ctx->Texture.Unit[i].LodBias +
99 (lod_bias & 0xff) << 16;
nv10_state_tex.c 210 int lod_bias = sa->LodBias local
215 lod_bias = CLAMP(lod_bias, 0, 15);
218 tx_filter |= lod_bias << 8;
nv20_state_tex.c 222 int lod_bias = sa->LodBias local
227 lod_bias = CLAMP(lod_bias, 0, 15);
230 tx_filter |= lod_bias << 8;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_sampler.h 41 float lod_bias; member in struct:ilo_state_sampler_info
ilo_state_sampler.c 86 info->lod_bias == 0.0f);
329 uint16_t lod_bias, max_lod, min_lod; local
377 lod_bias = get_gen6_lod_bias(dev, info->lod_bias);
389 lod_bias << GEN7_SAMPLER_DW0_LOD_BIAS__SHIFT;
395 dw0 |= lod_bias << GEN6_SAMPLER_DW0_LOD_BIAS__SHIFT |
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sampler_state.c 94 int lod_bias,
117 ss[0] |= SET_FIELD(lod_bias & 0x1fff, GEN7_SAMPLER_LOD_BIAS);
133 ss[0] |= SET_FIELD(lod_bias & 0x7ff, GEN4_SAMPLER_LOD_BIAS) |
528 const int lod_bias = local
553 base_level, min_lod, max_lod, lod_bias,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.h 69 float lod_bias; member in struct:lp_jit_sampler
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 79 float lod_bias; member in struct:swr_jit_sampler
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 77 float lod_bias; member in struct:draw_jit_sampler
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 273 (*lod_bias)(const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
496 LLVMValueRef lod_bias, /* optional */
lp_bld_sample_soa.c 2485 LLVMValueRef lod_bias = NULL; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 79 unsigned lod_bias; member in struct:r600_bytecode_tex
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 1406 int lod_bias; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
instr-a2xx.h 336 uint8_t lod_bias : 7; member in struct:PACKED
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1842 const float lod_bias = sampler->lod_bias; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 199 float lod_bias; member in struct:svga_sampler_state
svga_tgsi_vgpu10.c 5473 struct tgsi_full_src_register coord, lod_bias; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 380 float lod_bias; /**< LOD/lambda bias */ member in struct:pipe_sampler_state
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc.h 558 unsigned lod_bias:7; member in struct:r600_sb::bc_fetch

Completed in 847 milliseconds