Searched refs:TGSI_QUAD_SIZE (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h46 #define TGSI_QUAD_SIZE 4 /* 4 pixel/quad */ macro
76 float f[TGSI_QUAD_SIZE];
77 int i[TGSI_QUAD_SIZE];
78 unsigned u[TGSI_QUAD_SIZE];
121 const int s[TGSI_QUAD_SIZE],
122 const int t[TGSI_QUAD_SIZE],
123 const int r[TGSI_QUAD_SIZE],
124 const int sample[TGSI_QUAD_SIZE],
125 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
129 const int s[TGSI_QUAD_SIZE],
[all...]
H A Dtgsi_exec.c77 double d[TGSI_QUAD_SIZE];
78 unsigned u[TGSI_QUAD_SIZE][2];
79 uint64_t u64[TGSI_QUAD_SIZE];
80 int64_t i64[TGSI_QUAD_SIZE];
1428 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1450 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1465 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1471 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1480 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1489 for (i = 0; i < TGSI_QUAD_SIZE;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad.h67 float coverage[TGSI_QUAD_SIZE]; /**< fragment coverage for antialiasing */
88 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
89 float depth[TGSI_QUAD_SIZE];
90 uint8_t stencil[TGSI_QUAD_SIZE];
H A Dsp_tex_sample.h52 const float s[TGSI_QUAD_SIZE],
53 const float t[TGSI_QUAD_SIZE],
54 const float p[TGSI_QUAD_SIZE]);
57 const float derivs[3][2][TGSI_QUAD_SIZE],
86 const float s[TGSI_QUAD_SIZE],
87 const float t[TGSI_QUAD_SIZE],
88 const float p[TGSI_QUAD_SIZE],
90 const float lod[TGSI_QUAD_SIZE],
92 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
97 const float lod[TGSI_QUAD_SIZE],
[all...]
H A Dsp_quad_depth_test.c48 unsigned bzzzz[TGSI_QUAD_SIZE]; /**< Z values fetched from depth buffer */
49 unsigned qzzzz[TGSI_QUAD_SIZE]; /**< Z values from the quad */
50 ubyte stencilVals[TGSI_QUAD_SIZE];
52 ubyte shader_stencil_refs[TGSI_QUAD_SIZE];
69 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
76 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
84 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
93 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
101 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
109 for (j = 0; j < TGSI_QUAD_SIZE;
[all...]
H A Dsp_tex_sample.c488 compute_gradient_1d(const float s[TGSI_QUAD_SIZE],
489 const float t[TGSI_QUAD_SIZE],
490 const float p[TGSI_QUAD_SIZE],
491 float derivs[3][2][TGSI_QUAD_SIZE])
493 memset(derivs, 0, 6 * TGSI_QUAD_SIZE * sizeof(float));
500 const float derivs[3][2][TGSI_QUAD_SIZE],
517 const float s[TGSI_QUAD_SIZE],
518 const float t[TGSI_QUAD_SIZE],
519 const float p[TGSI_QUAD_SIZE])
521 float derivs[3][2][TGSI_QUAD_SIZE];
[all...]
H A Dsp_buffer.c51 const int s[TGSI_QUAD_SIZE],
52 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
73 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
99 memset(rgba, 0, TGSI_NUM_CHANNELS * TGSI_QUAD_SIZE * 4);
109 const int s[TGSI_QUAD_SIZE],
110 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
131 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
164 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],
165 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
292 const int s[TGSI_QUAD_SIZE],
[all...]
H A Dsp_image.c189 const int s[TGSI_QUAD_SIZE],
190 const int t[TGSI_QUAD_SIZE],
191 const int r[TGSI_QUAD_SIZE],
205 const int s[TGSI_QUAD_SIZE],
206 const int t[TGSI_QUAD_SIZE],
207 const int r[TGSI_QUAD_SIZE],
208 const int sample[TGSI_QUAD_SIZE],
209 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
236 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
294 for (j = 0; j < TGSI_QUAD_SIZE;
[all...]
H A Dsp_quad_blend.c272 float source[4][TGSI_QUAD_SIZE] = { { 0 } };
273 float blend_dest[4][TGSI_QUAD_SIZE];
624 float one_minus_alpha[TGSI_QUAD_SIZE];
687 float one_minus_alpha[TGSI_QUAD_SIZE];
734 float one_minus_alpha[TGSI_QUAD_SIZE];
766 float one_minus_alpha[TGSI_QUAD_SIZE];
864 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
933 float dest[4][TGSI_QUAD_SIZE];
952 float temp_quad_color[TGSI_QUAD_SIZE][4];
957 for (j = 0; j < TGSI_QUAD_SIZE;
[all...]
H A Dsp_compute.c58 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
67 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
76 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
93 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
H A Dsp_quad_fs.c90 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad.h67 float coverage[TGSI_QUAD_SIZE]; /**< fragment coverage for antialiasing */
88 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
89 float depth[TGSI_QUAD_SIZE];
90 uint8_t stencil[TGSI_QUAD_SIZE];
H A Dsp_tex_sample.h52 const float s[TGSI_QUAD_SIZE],
53 const float t[TGSI_QUAD_SIZE],
54 const float p[TGSI_QUAD_SIZE]);
57 const float derivs[3][2][TGSI_QUAD_SIZE],
86 const float s[TGSI_QUAD_SIZE],
87 const float t[TGSI_QUAD_SIZE],
88 const float p[TGSI_QUAD_SIZE],
90 const float lod[TGSI_QUAD_SIZE],
92 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
97 const float lod[TGSI_QUAD_SIZE],
[all...]
H A Dsp_quad_depth_test.c48 unsigned bzzzz[TGSI_QUAD_SIZE]; /**< Z values fetched from depth buffer */
49 unsigned qzzzz[TGSI_QUAD_SIZE]; /**< Z values from the quad */
50 ubyte stencilVals[TGSI_QUAD_SIZE];
52 ubyte shader_stencil_refs[TGSI_QUAD_SIZE];
69 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
76 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
84 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
93 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
101 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
109 for (j = 0; j < TGSI_QUAD_SIZE;
[all...]
H A Dsp_tex_sample.c502 compute_gradient_1d(const float s[TGSI_QUAD_SIZE],
503 const float t[TGSI_QUAD_SIZE],
504 const float p[TGSI_QUAD_SIZE],
505 float derivs[3][2][TGSI_QUAD_SIZE])
507 memset(derivs, 0, 6 * TGSI_QUAD_SIZE * sizeof(float));
514 const float derivs[3][2][TGSI_QUAD_SIZE],
531 const float s[TGSI_QUAD_SIZE],
532 const float t[TGSI_QUAD_SIZE],
533 const float p[TGSI_QUAD_SIZE])
535 float derivs[3][2][TGSI_QUAD_SIZE];
[all...]
H A Dsp_image.c189 const int s[TGSI_QUAD_SIZE],
190 const int t[TGSI_QUAD_SIZE],
191 const int r[TGSI_QUAD_SIZE],
205 const int s[TGSI_QUAD_SIZE],
206 const int t[TGSI_QUAD_SIZE],
207 const int r[TGSI_QUAD_SIZE],
208 const int sample[TGSI_QUAD_SIZE],
209 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
236 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
275 for (j = 0; j < TGSI_QUAD_SIZE;
[all...]
H A Dsp_quad_blend.c274 float source[4][TGSI_QUAD_SIZE] = { { 0 } };
275 float blend_dest[4][TGSI_QUAD_SIZE];
626 float one_minus_alpha[TGSI_QUAD_SIZE];
689 float one_minus_alpha[TGSI_QUAD_SIZE];
736 float one_minus_alpha[TGSI_QUAD_SIZE];
768 float one_minus_alpha[TGSI_QUAD_SIZE];
866 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
935 float dest[4][TGSI_QUAD_SIZE];
954 float temp_quad_color[TGSI_QUAD_SIZE][4];
959 for (j = 0; j < TGSI_QUAD_SIZE;
[all...]
H A Dsp_compute.c58 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
67 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
76 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
93 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
H A Dsp_quad_fs.c90 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h46 #define TGSI_QUAD_SIZE 4 /* 4 pixel/quad */ macro
76 float f[TGSI_QUAD_SIZE];
77 int i[TGSI_QUAD_SIZE];
78 unsigned u[TGSI_QUAD_SIZE];
121 const int s[TGSI_QUAD_SIZE],
122 const int t[TGSI_QUAD_SIZE],
123 const int r[TGSI_QUAD_SIZE],
124 const int sample[TGSI_QUAD_SIZE],
125 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
129 const int s[TGSI_QUAD_SIZE],
[all...]
H A Dtgsi_exec.c78 double d[TGSI_QUAD_SIZE];
79 unsigned u[TGSI_QUAD_SIZE][2];
80 uint64_t u64[TGSI_QUAD_SIZE];
81 int64_t i64[TGSI_QUAD_SIZE];
1526 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1555 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1573 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1579 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1588 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1597 for (i = 0; i < TGSI_QUAD_SIZE;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c112 for (j = 0; j < TGSI_QUAD_SIZE; j++)
H A Ddraw_gs.c201 for (j = 0; j < TGSI_QUAD_SIZE; j++)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c115 for (j = 0; j < TGSI_QUAD_SIZE; j++)
H A Ddraw_gs.c137 for (unsigned j = 0; j < TGSI_QUAD_SIZE; j++)
214 for (int j = 0; j < TGSI_QUAD_SIZE; j++)

Completed in 90 milliseconds