Searched defs:TGSI_QUAD_SIZE (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 502 compute_gradient_1d(const float s[TGSI_QUAD_SIZE], in compute_gradient_1d() 503 const float t[TGSI_QUAD_SIZE], in compute_gradient_1d() 504 const float p[TGSI_QUAD_SIZE], in compute_gradient_1d() 505 float derivs[3][2][TGSI_QUAD_SIZE]) in compute_gradient_1d() 514 const float derivs[3][2][TGSI_QUAD_SIZE], in compute_lambda_1d_explicit_gradients() 531 const float s[TGSI_QUAD_SIZE], in compute_lambda_1d() 532 const float t[TGSI_QUAD_SIZE], in compute_lambda_1d() 533 const float p[TGSI_QUAD_SIZE]) in compute_lambda_1d() 542 compute_gradient_2d(const float s[TGSI_QUAD_SIZE], in compute_gradient_2d() 543 const float t[TGSI_QUAD_SIZE], in compute_gradient_2d() [all …]
|
D | sp_image.c | 189 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() 288 const int s[TGSI_QUAD_SIZE], in sp_tgsi_store() 289 const int t[TGSI_QUAD_SIZE], in sp_tgsi_store() [all …]
|
D | sp_buffer.c | 51 const int s[TGSI_QUAD_SIZE], in sp_tgsi_load() 52 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_load() 105 const int s[TGSI_QUAD_SIZE], in sp_tgsi_store() 106 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_store() 155 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], in handle_op_atomic() 156 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in handle_op_atomic() 259 const int s[TGSI_QUAD_SIZE], in sp_tgsi_op() 260 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], in sp_tgsi_op() 261 float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in sp_tgsi_op()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.h | 46 #define TGSI_QUAD_SIZE 4 /* 4 pixel/quad */ macro
|
D | tgsi_exec.c | 2120 float derivs[3][2][TGSI_QUAD_SIZE], in fetch_texel() 2188 float derivs[2][TGSI_QUAD_SIZE]) in fetch_assign_deriv_channel()
|