Home
last modified time | relevance | path

Searched refs:sampl (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1185 struct pipe_sampler_state *sampl = &ctx->samplers[st][samp_idx]->base; in panfrost_upload_sampler_sysval() local
1187 uniform->f[0] = sampl->min_lod; in panfrost_upload_sampler_sysval()
1188 uniform->f[1] = sampl->max_lod; in panfrost_upload_sampler_sysval()
1189 uniform->f[2] = sampl->lod_bias; in panfrost_upload_sampler_sysval()
1196 if (sampl->min_mip_filter == PIPE_TEX_MIPFILTER_NONE) in panfrost_upload_sampler_sysval()
/third_party/mesa3d/src/intel/isl/
H A Disl_format.c58 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, ta, sf) \
59 [ISL_FORMAT_##sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ta, ccs_e},

Completed in 10 milliseconds