/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_errata_lod.c | 63 nir_ssa_def *max_lod = nir_channel(b, params, 1); in nir_lod_errata_instr() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_texture_state.c | 51 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/ |
D | svga_sampler_view.h | 67 int max_lod; member
|
D | svga_sampler_view.c | 59 unsigned min_lod, unsigned max_lod) in svga_get_tex_sampler_view()
|
D | svga_state_tss.c | 85 unsigned last_level, min_lod, max_lod; in emit_tex_binding_unit() local
|
D | svga_pipe_sampler.c | 169 float min_lod, max_lod; in define_sampler_state_object() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_samplers.h | 44 float min_lod, max_lod; member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_sampler.c | 291 unsigned max_lod = num_levels * 4; in update_map() local
|
/third_party/mesa3d/src/panfrost/include/ |
D | panfrost-job.h | 250 float max_lod = (32.0 - (1.0 / 512.0)); in FIXED_16() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_fragtex.c | 52 unsigned min_lod, max_lod; in nv30_fragtex_validate() local
|
D | nv30_texture.c | 133 const float max_lod = 15.0 + (255.0 / 256.0); in nv30_sampler_state_create() local
|
D | nv30_state.h | 48 unsigned max_lod; member
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_texture.c | 163 float max_lod; in lima_update_tex_desc() local
|
D | lima_texture.h | 59 uint32_t max_lod: 8; /* Fixed point, 4.4, unsigned */ member
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | sampler.h | 84 void SetMaxLOD(float max_lod) { max_lod_ = max_lod; } in SetMaxLOD()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 1029 const int max_lod = in iterate() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_context.h | 109 float min_lod, max_lod; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.h | 317 (*max_lod)(const struct lp_sampler_dynamic_state *state, member
|
D | lp_bld_sample.c | 992 LLVMValueRef max_lod = in lp_build_lod_selector() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.h | 72 float max_lod; member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1934 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/ |
D | pvr_device.c | 2570 float max_lod; in pvr_CreateSampler() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 2769 float max_lod = CLAMP(pCreateInfo->maxLod, 0.0f, 4095.0f / 256.0f); in tu_init_sampler() local
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.h | 184 unsigned min_lod, max_lod; member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 435 float min_lod, max_lod; /**< LOD clamp range, after bias */ member
|