Searched refs:LP_SAMPLER_OP_TEXTURE (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 2372 unsigned sample_key = LP_SAMPLER_OP_TEXTURE << LP_SAMPLER_OP_TYPE_SHIFT; in emit_sample() 3182 emit_data->output, 1, LP_SAMPLER_OP_TEXTURE); in tex_emit() 3194 emit_data->output, 2, LP_SAMPLER_OP_TEXTURE); in tex2_emit() 3206 emit_data->output, 1, LP_SAMPLER_OP_TEXTURE); in txb_emit() 3218 emit_data->output, 2, LP_SAMPLER_OP_TEXTURE); in txb2_emit() 3230 emit_data->output, 3, LP_SAMPLER_OP_TEXTURE); in txd_emit() 3242 emit_data->output, 1, LP_SAMPLER_OP_TEXTURE); in txl_emit() 3254 emit_data->output, 2, LP_SAMPLER_OP_TEXTURE); in txl2_emit() 3266 emit_data->output, 1, LP_SAMPLER_OP_TEXTURE); in txp_emit()
|
D | lp_bld_sample.h | 83 LP_SAMPLER_OP_TEXTURE, enumerator
|
D | lp_bld_sample_soa.c | 2501 op_is_tex = op_type == LP_SAMPLER_OP_TEXTURE; in lp_build_sample_soa_code() 3424 op_type != LP_SAMPLER_OP_TEXTURE || in lp_build_sample_soa()
|