HomeSort by relevance Sort by last modified time
    Searched defs:lod_bias (Results 1 - 12 of 12) 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/llvmpipe/
lp_jit.h 62 float lod_bias; member in struct:lp_jit_texture
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 178 (*lod_bias)(const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
326 LLVMValueRef lod_bias, /* optional */
418 LLVMValueRef lod_bias,
lp_bld_tgsi_soa.c 1147 LLVMValueRef lod_bias, explicit_lod; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 55 float lod_bias; member in struct:draw_jit_texture
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 1332 int lod_bias; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 77 unsigned lod_bias; member in struct:r600_bytecode_tex
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 174 float lod_bias; member in struct:svga_sampler_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 317 float lod_bias; /**< LOD/lambda bias */ member in struct:pipe_sampler_state
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 637 GLuint lod_bias:11; member in struct:brw_sampler_state::__anon16960
686 GLuint lod_bias:13; member in struct:gen7_sampler_state::__anon16964
    [all...]

Completed in 224 milliseconds