Home
last modified time | relevance | path

Searched refs:LodBiasQuantized (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c165 st_convert_sampler(st, texobj, msamp, ctx->Texture.Unit[texUnit].LodBiasQuantized, in st_convert_sampler_from_unit()
/third_party/mesa3d/src/mesa/main/
Dattrib.c281 head->Texture.LodBiasQuantized[u] = ctx->Texture.Unit[u].LodBiasQuantized; in _mesa_PushAttrib()
553 ctx->Texture.Unit[u].LodBiasQuantized = texstate->LodBiasQuantized[u]; in pop_texture_group()
Dtexstate.c81 dst->Texture.Unit[u].LodBiasQuantized = src->Texture.Unit[u].LodBiasQuantized; in _mesa_copy_texture_state()
Dmtypes.h1223 float LodBiasQuantized; /**< to reduce pipe_sampler_state variants */ member
3197 float LodBiasQuantized[MAX_TEXTURE_UNITS]; member
Dtexenv.c457 texUnit->LodBiasQuantized = util_quantize_lod_bias(param[0]); in _mesa_texenvfv_indexed()