Home
last modified time | relevance | path

Searched defs:max_lod (Results 1 – 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_errata_lod.c63 nir_ssa_def *max_lod = nir_channel(b, params, 1); in nir_lod_errata_instr() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_state.c51 unsigned min_lod, max_lod, max_lod_min; member
73 unsigned min_lod, max_lod; /* 5.5 fixp */ member
396 unsigned max_lod = MAX2(MIN2(ss->max_lod + sv->min_lod, sv->max_lod), ss->max_lod_min); in etna_emit_new_texture_state() local
528 unsigned max_lod = MAX2(MIN2(ss->max_lod + sv->min_lod, sv->max_lod), ss->max_lod_min); in etna_emit_texture_state() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_sampler_view.h67 int max_lod; member
Dsvga_sampler_view.c59 unsigned min_lod, unsigned max_lod) in svga_get_tex_sampler_view()
Dsvga_state_tss.c85 unsigned last_level, min_lod, max_lod; in emit_tex_binding_unit() local
Dsvga_pipe_sampler.c169 float min_lod, max_lod; in define_sampler_state_object() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.h44 float min_lod, max_lod; member
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c291 unsigned max_lod = num_levels * 4; in update_map() local
/third_party/mesa3d/src/panfrost/include/
Dpanfrost-job.h250 float max_lod = (32.0 - (1.0 / 512.0)); in FIXED_16() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragtex.c52 unsigned min_lod, max_lod; in nv30_fragtex_validate() local
Dnv30_texture.c133 const float max_lod = 15.0 + (255.0 / 256.0); in nv30_sampler_state_create() local
Dnv30_state.h48 unsigned max_lod; member
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_texture.c163 float max_lod; in lima_update_tex_desc() local
Dlima_texture.h59 uint32_t max_lod: 8; /* Fixed point, 4.4, unsigned */ member
/third_party/vk-gl-cts/external/amber/src/src/
Dsampler.h84 void SetMaxLOD(float max_lod) { max_lod_ = max_lod; } in SetMaxLOD()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp1029 const int max_lod = in iterate() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.h109 float min_lod, max_lod; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h317 (*max_lod)(const struct lp_sampler_dynamic_state *state, member
Dlp_bld_sample.c992 LLVMValueRef max_lod = in lp_build_lod_selector() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h72 float max_lod; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1934 const float max_lod = sampler->max_lod; in compute_lod() local
2032 const float max_lod = sampler->max_lod; in compute_lambda_lod() local
2060 const float max_lod = sp_samp->base.max_lod; in clamp_lod() local
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c2570 float max_lod; in pvr_CreateSampler() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c2769 float max_lod = CLAMP(pCreateInfo->maxLod, 0.0f, 4095.0f / 256.0f); in tu_init_sampler() local
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.h184 unsigned min_lod, max_lod; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h435 float min_lod, max_lod; /**< LOD clamp range, after bias */ member

12