Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
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 …]
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];
1481 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1510 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1525 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1531 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1540 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1549 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
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 …]
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++) { in get_depth_stencil_values()
76 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
84 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
93 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
101 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
109 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
[all …]
Dsp_tex_sample.c502 compute_gradient_1d(const float s[TGSI_QUAD_SIZE], in compute_gradient_1d() argument
503 const float t[TGSI_QUAD_SIZE], in compute_gradient_1d() argument
504 const float p[TGSI_QUAD_SIZE], in compute_gradient_1d() argument
505 float derivs[3][2][TGSI_QUAD_SIZE]) in compute_gradient_1d() argument
507 memset(derivs, 0, 6 * TGSI_QUAD_SIZE * sizeof(float)); in compute_gradient_1d()
514 const float derivs[3][2][TGSI_QUAD_SIZE], in compute_lambda_1d_explicit_gradients() argument
531 const float s[TGSI_QUAD_SIZE], in compute_lambda_1d() argument
532 const float t[TGSI_QUAD_SIZE], in compute_lambda_1d() argument
533 const float p[TGSI_QUAD_SIZE]) in compute_lambda_1d() argument
535 float derivs[3][2][TGSI_QUAD_SIZE]; in compute_lambda_1d()
[all …]
Dsp_buffer.c51 const int s[TGSI_QUAD_SIZE], in sp_tgsi_load() argument
52 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_load() argument
71 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in sp_tgsi_load()
95 memset(rgba, 0, TGSI_NUM_CHANNELS * TGSI_QUAD_SIZE * 4); in sp_tgsi_load()
105 const int s[TGSI_QUAD_SIZE], in sp_tgsi_store() argument
106 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_store() argument
125 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in sp_tgsi_store()
155 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], in handle_op_atomic() argument
156 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in handle_op_atomic() argument
259 const int s[TGSI_QUAD_SIZE], in sp_tgsi_op() argument
[all …]
Dsp_image.c189 const int s[TGSI_QUAD_SIZE], in fill_coords() argument
190 const int t[TGSI_QUAD_SIZE], in fill_coords() argument
191 const int r[TGSI_QUAD_SIZE], in fill_coords() argument
205 const int s[TGSI_QUAD_SIZE], in sp_tgsi_load() argument
206 const int t[TGSI_QUAD_SIZE], in sp_tgsi_load() argument
207 const int r[TGSI_QUAD_SIZE], in sp_tgsi_load() argument
208 const int sample[TGSI_QUAD_SIZE], in sp_tgsi_load() argument
209 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_load() argument
236 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in sp_tgsi_load()
275 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in sp_tgsi_load()
[all …]
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];
Dsp_quad_blend.c272 float source[4][TGSI_QUAD_SIZE] = { { 0 } }; in blend_quad()
273 float blend_dest[4][TGSI_QUAD_SIZE]; in blend_quad()
624 float one_minus_alpha[TGSI_QUAD_SIZE]; in blend_quad()
687 float one_minus_alpha[TGSI_QUAD_SIZE]; in blend_quad()
734 float one_minus_alpha[TGSI_QUAD_SIZE]; in blend_quad()
766 float one_minus_alpha[TGSI_QUAD_SIZE]; in blend_quad()
864 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in clamp_colors()
933 float dest[4][TGSI_QUAD_SIZE]; in blend_fallback()
952 float temp_quad_color[TGSI_QUAD_SIZE][4]; in blend_fallback()
957 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in blend_fallback()
[all …]
Dsp_compute.c58 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in cs_prepare()
67 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in cs_prepare()
76 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in cs_prepare()
93 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in cs_run()
Dsp_quad_fs.c90 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in coverage_quad()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c112 for (j = 0; j < TGSI_QUAD_SIZE; j++) in vs_exec_run_linear()
Ddraw_gs.c137 for (unsigned j = 0; j < TGSI_QUAD_SIZE; j++) in tgsi_fetch_gs_input()
214 for (int j = 0; j < TGSI_QUAD_SIZE; j++) in tgsi_gs_run()