Home
last modified time | relevance | path

Searched defs:TGSI_QUAD_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c494 const float s[TGSI_QUAD_SIZE], in compute_lambda_1d()
495 const float t[TGSI_QUAD_SIZE], in compute_lambda_1d()
496 const float p[TGSI_QUAD_SIZE]) in compute_lambda_1d()
509 const float s[TGSI_QUAD_SIZE], in compute_lambda_2d()
510 const float t[TGSI_QUAD_SIZE], in compute_lambda_2d()
511 const float p[TGSI_QUAD_SIZE]) in compute_lambda_2d()
528 const float s[TGSI_QUAD_SIZE], in compute_lambda_3d()
529 const float t[TGSI_QUAD_SIZE], in compute_lambda_3d()
530 const float p[TGSI_QUAD_SIZE]) in compute_lambda_3d()
554 const float s[TGSI_QUAD_SIZE], in compute_lambda_vert()
[all …]
Dsp_image.c189 const int s[TGSI_QUAD_SIZE], in fill_coords()
190 const int t[TGSI_QUAD_SIZE], in fill_coords()
191 const int r[TGSI_QUAD_SIZE], in fill_coords()
205 const int s[TGSI_QUAD_SIZE], in sp_tgsi_load()
206 const int t[TGSI_QUAD_SIZE], in sp_tgsi_load()
207 const int r[TGSI_QUAD_SIZE], in sp_tgsi_load()
208 const int sample[TGSI_QUAD_SIZE], in sp_tgsi_load()
209 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_load()
307 const int s[TGSI_QUAD_SIZE], in sp_tgsi_store()
308 const int t[TGSI_QUAD_SIZE], in sp_tgsi_store()
[all …]
Dsp_buffer.c51 const int s[TGSI_QUAD_SIZE], in sp_tgsi_load()
52 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_load()
109 const int s[TGSI_QUAD_SIZE], in sp_tgsi_store()
110 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_store()
164 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], in handle_op_uint()
165 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in handle_op_uint()
285 const int s[TGSI_QUAD_SIZE], in sp_tgsi_op()
286 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], in sp_tgsi_op()
287 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_op()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h46 #define TGSI_QUAD_SIZE 4 /* 4 pixel/quad */ macro
Dtgsi_exec.c2116 float derivs[3][2][TGSI_QUAD_SIZE], in fetch_texel()
2184 float derivs[2][TGSI_QUAD_SIZE]) in fetch_assign_deriv_channel()