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];
1493 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1522 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()
1546 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1555 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1564 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]);
82 const float s[TGSI_QUAD_SIZE],
83 const float t[TGSI_QUAD_SIZE],
84 const float p[TGSI_QUAD_SIZE],
85 const float c0[TGSI_QUAD_SIZE],
86 const float lod[TGSI_QUAD_SIZE],
88 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
93 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.c494 const float s[TGSI_QUAD_SIZE], in compute_lambda_1d() argument
495 const float t[TGSI_QUAD_SIZE], in compute_lambda_1d() argument
496 const float p[TGSI_QUAD_SIZE]) in compute_lambda_1d() argument
509 const float s[TGSI_QUAD_SIZE], in compute_lambda_2d() argument
510 const float t[TGSI_QUAD_SIZE], in compute_lambda_2d() argument
511 const float p[TGSI_QUAD_SIZE]) in compute_lambda_2d() argument
528 const float s[TGSI_QUAD_SIZE], in compute_lambda_3d() argument
529 const float t[TGSI_QUAD_SIZE], in compute_lambda_3d() argument
530 const float p[TGSI_QUAD_SIZE]) in compute_lambda_3d() argument
554 const float s[TGSI_QUAD_SIZE], in compute_lambda_vert() 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()
294 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in sp_tgsi_load()
[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
73 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in sp_tgsi_load()
99 memset(rgba, 0, TGSI_NUM_CHANNELS * TGSI_QUAD_SIZE * 4); in sp_tgsi_load()
109 const int s[TGSI_QUAD_SIZE], in sp_tgsi_store() argument
110 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_store() argument
131 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in sp_tgsi_store()
164 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], in handle_op_uint() argument
165 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in handle_op_uint() argument
285 const int s[TGSI_QUAD_SIZE], in sp_tgsi_op() argument
[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.c111 for (j = 0; j < TGSI_QUAD_SIZE; j++) in vs_exec_run_linear()
Ddraw_gs.c199 for (j = 0; j < TGSI_QUAD_SIZE; j++) in tgsi_gs_prepare()