Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
Dintel_sample_positions.h69 #define INTEL_SAMPLE_POS_ELEM(prefix, arr, sample_idx) \ macro
74 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0);
77 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); \
78 INTEL_SAMPLE_POS_ELEM(prefix, arr, 1);
81 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); \
82 INTEL_SAMPLE_POS_ELEM(prefix, arr, 1); \
83 INTEL_SAMPLE_POS_ELEM(prefix, arr, 2); \
84 INTEL_SAMPLE_POS_ELEM(prefix, arr, 3);
87 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); \
88 INTEL_SAMPLE_POS_ELEM(prefix, arr, 1); \
[all …]