Searched refs:gather_only (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h67 bool gather_only; member in struct:img_filter_args
H A Dsp_tex_sample.c1665 if (args->gather_only) {
1711 if (args->gather_only) {
1776 if (args->gather_only) {
1844 if (args->gather_only) {
2090 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2101 if (lod[j] <= 0.0 && !args.gather_only) {
2173 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2182 if (lod[j] <= 0.0f && !args.gather_only) {
2232 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2240 if (lod[j] <= 0.0f && !args.gather_only) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h67 bool gather_only; member in struct:img_filter_args
H A Dsp_tex_sample.c1678 if (args->gather_only) {
1724 if (args->gather_only) {
1789 if (args->gather_only) {
1858 if (args->gather_only) {
2104 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2115 if (lod[j] <= 0.0 && !args.gather_only) {
2187 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2196 if (lod[j] <= 0.0f && !args.gather_only) {
2246 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2254 if (lod[j] <= 0.0f && !args.gather_only) {
[all...]

Completed in 12 milliseconds