Lines Matching defs:min_lod
958 unsigned width, unsigned height, unsigned depth, float min_lod,
1002 state[1] = S_00A004_MIN_LOD(radv_float_to_ufixed(CLAMP(min_lod, 0, 15), 8)) |
1118 unsigned width, unsigned height, unsigned depth, float min_lod,
1182 state[1] = (S_008F14_MIN_LOD(radv_float_to_ufixed(CLAMP(min_lod, 0, 15), 8)) |
1332 unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state,
1338 depth, min_lod, state, fmask_state, img_create_flags);
1342 depth, min_lod, state, fmask_state, img_create_flags);
1936 float min_lod,
1967 iview->extent.depth, min_lod, descriptor->plane_descriptors[descriptor_plane_id],
2063 float min_lod = 0.0f;
2069 min_lod = min_lod_info->minLod;
2203 radv_image_view_make_descriptor(iview, device, format, &pCreateInfo->components, min_lod, false,
2206 radv_image_view_make_descriptor(iview, device, format, &pCreateInfo->components, min_lod, true,