/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_sampler_view.h | 66 int min_lod; member
|
H A D | svga_sampler_view.c | 57 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 D | svga_state_tss.c | 85 unsigned last_level, min_lod, max_lod; in emit_tex_binding_unit() local [all...] |
H A D | svga_pipe_sampler.c | 169 float min_lod, max_lod; in define_sampler_state_object() local [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_errata_lod.c | 62 nir_ssa_def *min_lod = nir_channel(b, params, 0); in nir_lod_errata_instr() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_samplers.h | 44 float min_lod, max_lod; member
|
H A D | dxil_nir_lower_int_samplers.c | 336 float min_lod = MAX2(params->aws->min_lod, 0.0f); in evalute_active_lod() local
|
/third_party/mesa3d/src/panfrost/include/ |
H A D | panfrost-job.h | 251 float min_lod = allow_negative ? -max_lod : 0.0; in FIXED_16() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_fragtex.c | 52 unsigned min_lod, max_lod; in nv30_fragtex_validate() local
|
H A D | nv30_state.h | 47 unsigned min_lod; member
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_texture.h | 58 uint32_t min_lod: 8; /* Fixed point, 4.4, unsigned */ member
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_image.h | 276 float min_lod; member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A 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 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 D | sampler.h | 81 void SetMinLOD(float min_lod) { min_lod_ = min_lod; } in SetMinLOD() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_lower_logical_sends.cpp | 1250 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 D | shader_info.h | 78 bool min_lod; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_image.c | 2063 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 D | ac_llvm_build.h | 411 LLVMValueRef min_lod; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_jit.h | 71 float min_lod; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 310 (*min_lod)(const struct lp_sampler_dynamic_state *state, member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.h | 109 float min_lod, max_lod; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.hpp | 423 uint32_t bias = 0, component = 0, sample = 0, sparse_texel = 0, min_lod = 0; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 2768 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 D | p_state.h | 435 float min_lod, max_lod; /**< LOD clamp range, after bias */ member
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 2569 float min_lod; in pvr_CreateSampler() local
|