Home
last modified time | relevance | path

Searched defs:min_lod (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h66 int min_lod; member
H A Dsvga_sampler_view.c57 svga_get_tex_sampler_view(struct pipe_context *pipe, struct pipe_resource *pt, unsigned min_lod, unsigned max_lod) svga_get_tex_sampler_view() argument
[all...]
H A Dsvga_state_tss.c85 unsigned last_level, min_lod, max_lod; in emit_tex_binding_unit() local
[all...]
H A Dsvga_pipe_sampler.c169 float min_lod, max_lod; in define_sampler_state_object() local
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_errata_lod.c62 nir_ssa_def *min_lod = nir_channel(b, params, 0); in nir_lod_errata_instr() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.h44 float min_lod, max_lod; member
H A Ddxil_nir_lower_int_samplers.c336 float min_lod = MAX2(params->aws->min_lod, 0.0f); in evalute_active_lod() local
/third_party/mesa3d/src/panfrost/include/
H A Dpanfrost-job.h251 float min_lod = allow_negative ? -max_lod : 0.0; in FIXED_16() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragtex.c52 unsigned min_lod, max_lod; in nv30_fragtex_validate() local
H A Dnv30_state.h47 unsigned min_lod; member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_texture.h58 uint32_t min_lod: 8; /* Fixed point, 4.4, unsigned */ member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.h276 float min_lod; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_state.c51 unsigned min_lod, max_lod, max_lod_min; member
73 unsigned min_lod, max_lod; /* 5.5 fixp */ member
397 unsigned min_lod = MIN2(MAX2(ss->min_lod + sv->min_lod, s in etna_emit_new_texture_state() local
529 unsigned min_lod = MIN2(MAX2(ss->min_lod + sv->min_lod, sv->min_lod), max_lod); etna_emit_texture_state() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dsampler.h81 void SetMinLOD(float min_lod) { min_lod_ = min_lod; } in SetMinLOD() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_lower_logical_sends.cpp1250 const fs_reg &min_lod = inst->src[TEX_LOGICAL_SRC_MIN_LOD]; in lower_sampler_logical_send() local
783 lower_sampler_logical_send_gfx7(const fs_builder &bld, fs_inst *inst, opcode op, const fs_reg &coordinate, const fs_reg &shadow_c, fs_reg lod, const fs_reg &lod2, const fs_reg &min_lod, const fs_reg &sample_index, const fs_reg &mcs, const fs_reg &surface, const fs_reg &sampler, const fs_reg &surface_handle, const fs_reg &sampler_handle, const fs_reg &tg4_offset, unsigned payload_type_bit_size, unsigned coord_components, unsigned grad_components) lower_sampler_logical_send_gfx7() argument
/third_party/mesa3d/src/compiler/
H A Dshader_info.h78 bool min_lod; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c2063 float min_lod in radv_image_view_init() local
954 gfx10_make_texture_descriptor(struct radv_device *device, struct radv_image *image, bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, const VkComponentMapping *mapping, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) gfx10_make_texture_descriptor() argument
1114 si_make_texture_descriptor(struct radv_device *device, struct radv_image *image, bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, const VkComponentMapping *mapping, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) si_make_texture_descriptor() argument
1328 radv_make_texture_descriptor(struct radv_device *device, struct radv_image *image, bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, const VkComponentMapping *mapping, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) radv_make_texture_descriptor() argument
1934 radv_image_view_make_descriptor(struct radv_image_view *iview, struct radv_device *device, VkFormat vk_format, const VkComponentMapping *components, float min_lod, bool is_storage_image, bool disable_compression, bool enable_compression, unsigned plane_id, unsigned descriptor_plane_id, VkImageCreateFlags img_create_flags) radv_image_view_make_descriptor() argument
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h411 LLVMValueRef min_lod; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h71 float min_lod; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h310 (*min_lod)(const struct lp_sampler_dynamic_state *state, member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h109 float min_lod, max_lod; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp423 uint32_t bias = 0, component = 0, sample = 0, sparse_texel = 0, min_lod = 0; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c2768 float min_lod = CLAMP(pCreateInfo->minLod, 0.0f, 4095.0f / 256.0f); in tu_init_sampler() local
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h435 float min_lod, max_lod; /**< LOD clamp range, after bias */ member
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c2569 float min_lod; in pvr_CreateSampler() local

Completed in 29 milliseconds

12