HomeSort by relevance Sort by last modified time
    Searched refs:max_lod (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 106 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, max_lod,
lp_setup.c 731 jit_tex->max_lod = sampler->max_lod;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 318 float min_lod, max_lod; /**< LOD clamp range, after bias */ member in struct:pipe_sampler_state
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 54 float max_lod; member in struct:draw_jit_texture
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 106 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, max_lod,
lp_setup.c 731 jit_tex->max_lod = sampler->max_lod;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 318 float min_lod, max_lod; /**< LOD clamp range, after bias */ member in struct:pipe_sampler_state
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 137 if (view->u.tex.last_level && sampler->max_lod > 0.0f) {
148 /* If min_lod == max_lod we can greatly simplify mipmap selection.
151 if (sampler->min_lod == sampler->max_lod) {
158 if (sampler->max_lod < (float)view->u.tex.last_level) {
581 LLVMValueRef max_lod = local
582 bld->dynamic_state->max_lod(bld->dynamic_state, bld->gallivm, unit);
583 max_lod = lp_build_broadcast_scalar(perquadf_bld, max_lod);
585 lod = lp_build_min(perquadf_bld, lod, max_lod);
    [all...]
lp_bld_sample.h 94 unsigned min_max_lod_equal:1; /**< min_lod == max_lod ? */
97 unsigned apply_max_lod:1; /**< max_lod < last_level ? */
173 (*max_lod)(const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 137 if (view->u.tex.last_level && sampler->max_lod > 0.0f) {
148 /* If min_lod == max_lod we can greatly simplify mipmap selection.
151 if (sampler->min_lod == sampler->max_lod) {
158 if (sampler->max_lod < (float)view->u.tex.last_level) {
581 LLVMValueRef max_lod = local
582 bld->dynamic_state->max_lod(bld->dynamic_state, bld->gallivm, unit);
583 max_lod = lp_build_broadcast_scalar(perquadf_bld, max_lod);
585 lod = lp_build_min(perquadf_bld, lod, max_lod);
    [all...]
lp_bld_sample.h 94 unsigned min_max_lod_equal:1; /**< min_lod == max_lod ? */
97 unsigned apply_max_lod:1; /**< max_lod < last_level ? */
173 (*max_lod)(const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 268 unsigned max_lod; member in struct:svga_hw_view_state
svga_pipe_sampler.c 132 cso->view_max_lod = MAX2((int) (sampler->max_lod + 0.5), 0);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 161 sampler->ss1.max_lod = U_FIXED(CLAMP(gl_sampler->MaxLod, 0, 13), 8);
brw_wm_sampler_state.c 294 sampler->ss1.max_lod = U_FIXED(CLAMP(gl_sampler->MaxLod, 0, 13), 6);
brw_structs.h 656 GLuint max_lod:10; member in struct:brw_sampler_state::__anon19021
703 GLuint max_lod:12; member in struct:gen7_sampler_state::__anon19025
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 268 unsigned max_lod; member in struct:svga_hw_view_state
svga_pipe_sampler.c 132 cso->view_max_lod = MAX2((int) (sampler->max_lod + 0.5), 0);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 161 sampler->ss1.max_lod = U_FIXED(CLAMP(gl_sampler->MaxLod, 0, 13), 8);
brw_wm_sampler_state.c 294 sampler->ss1.max_lod = U_FIXED(CLAMP(gl_sampler->MaxLod, 0, 13), 6);
brw_structs.h 656 GLuint max_lod:10; member in struct:brw_sampler_state::__anon32418
703 GLuint max_lod:12; member in struct:gen7_sampler_state::__anon32422
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c 164 templat.max_lod = 0.0f;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 192 unsigned min_lod, max_lod; member in struct:r300_sampler_state
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 164 templat.max_lod = 0.0f;
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 192 unsigned min_lod, max_lod; member in struct:r300_sampler_state

Completed in 1637 milliseconds

12 3 4