Home
last modified time | relevance | path

Searched refs:LP_SAMPLER_OP_LODQ (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h87 LP_SAMPLER_OP_LODQ enumerator
Dlp_bld_sample_soa.c2853 op_is_lodq = op_type == LP_SAMPLER_OP_LODQ; in lp_build_sample_soa_code()
3505 if (layer && op_type == LP_SAMPLER_OP_LODQ) in lp_build_sample_gen_func()
3631 if (layer && op_type == LP_SAMPLER_OP_LODQ) in lp_build_sample_soa_func()
Dlp_bld_tgsi_soa.c3226 emit_data->output, 1, LP_SAMPLER_OP_LODQ); in lodq_emit()
3366 FALSE, LP_SAMPLER_OP_LODQ, emit_data->output); in lod_emit()
Dlp_bld_nir.c1857 sample_key |= LP_SAMPLER_OP_LODQ << LP_SAMPLER_OP_TYPE_SHIFT; in visit_tex()