Searched refs:lod_bias (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c72 int lod_max = 1, lod_bias = 0; local
84 lod_bias = CLAMP(ctx->Texture.Unit[i].LodBias +
99 (lod_bias & 0xff) << 16;
H A Dnv10_state_tex.c210 int lod_bias = sa->LodBias local
215 lod_bias = CLAMP(lod_bias, 0, 15);
218 tx_filter |= lod_bias << 8;
H A Dnv20_state_tex.c222 int lod_bias = sa->LodBias local
227 lod_bias = CLAMP(lod_bias, 0, 15);
230 tx_filter |= lod_bias << 8;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c72 int lod_max = 1, lod_bias = 0; local
84 lod_bias = CLAMP(ctx->Texture.Unit[i].LodBias +
99 (lod_bias & 0xff) << 16;
H A Dnv10_state_tex.c210 int lod_bias = sa->LodBias local
215 lod_bias = CLAMP(lod_bias, 0, 15);
218 tx_filter |= lod_bias << 8;
H A Dnv20_state_tex.c222 int lod_bias = sa->LodBias local
227 lod_bias = CLAMP(lod_bias, 0, 15);
230 tx_filter |= lod_bias << 8;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c154 DRAW_LLVM_TEXTURE_MEMBER(lod_bias, DRAW_JIT_TEXTURE_LOD_BIAS, TRUE)
177 LLVMValueRef lod_bias, /* optional */
192 lod_bias, explicit_lod,
244 sampler->dynamic_state.base.lod_bias = draw_llvm_texture_lod_bias;
170 draw_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
H A Ddraw_llvm.h55 float lod_bias; member in struct:draw_jit_texture
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c159 LP_LLVM_TEXTURE_MEMBER(lod_bias, LP_JIT_TEXTURE_LOD_BIAS, TRUE)
182 LLVMValueRef lod_bias, /* optional */
202 lod_bias, explicit_lod,
254 sampler->dynamic_state.base.lod_bias = lp_llvm_texture_lod_bias;
175 lp_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
H A Dlp_jit.h62 float lod_bias; member in struct:lp_jit_texture
H A Dlp_jit.c109 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, lod_bias,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c154 DRAW_LLVM_TEXTURE_MEMBER(lod_bias, DRAW_JIT_TEXTURE_LOD_BIAS, TRUE)
177 LLVMValueRef lod_bias, /* optional */
192 lod_bias, explicit_lod,
244 sampler->dynamic_state.base.lod_bias = draw_llvm_texture_lod_bias;
170 draw_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
H A Ddraw_llvm.h55 float lod_bias; member in struct:draw_jit_texture
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c159 LP_LLVM_TEXTURE_MEMBER(lod_bias, LP_JIT_TEXTURE_LOD_BIAS, TRUE)
182 LLVMValueRef lod_bias, /* optional */
202 lod_bias, explicit_lod,
254 sampler->dynamic_state.base.lod_bias = lp_llvm_texture_lod_bias;
175 lp_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
H A Dlp_jit.h62 float lod_bias; member in struct:lp_jit_texture
H A Dlp_jit.c109 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, lod_bias,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h178 (*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,
H A Dlp_bld_sample.c144 if (sampler->lod_bias != 0.0f) {
481 * \param lod_bias optional float vector with the shader lod bias
488 * passed in from lod_bias, explicit_lod is used.
494 LLVMValueRef lod_bias, /* optional */
531 if (!lod_bias &&
563 if (lod_bias) {
564 lod_bias = lp_build_pack_aos_scalars(bld->gallivm, bld->coord_bld.type,
565 perquadf_bld->type, lod_bias);
566 lod = LLVMBuildFAdd(builder, lod, lod_bias, "shader_lod_bias");
573 bld->dynamic_state->lod_bias(bl
491 lp_build_lod_selector(struct lp_build_sample_context *bld, unsigned unit, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, unsigned mip_filter, LLVMValueRef *out_lod_ipart, LLVMValueRef *out_lod_fpart) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h178 (*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,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c110 cso->lod_bias = sampler->lod_bias;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c110 cso->lod_bias = sampler->lod_bias;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.h77 unsigned lod_bias; member in struct:r600_bytecode_tex
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h317 float lod_bias; /**< LOD/lambda bias */ member in struct:pipe_sampler_state
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h77 unsigned lod_bias; member in struct:r600_bytecode_tex
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h317 float lod_bias; /**< LOD/lambda bias */ member in struct:pipe_sampler_state

Completed in 485 milliseconds

1234