Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c502 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 …]
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()
288 const int s[TGSI_QUAD_SIZE], in sp_tgsi_store()
289 const int t[TGSI_QUAD_SIZE], in sp_tgsi_store()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h46 #define TGSI_QUAD_SIZE 4 /* 4 pixel/quad */ macro
Dtgsi_exec.c1969 float derivs[3][2][TGSI_QUAD_SIZE], in fetch_texel()
2037 float derivs[2][TGSI_QUAD_SIZE]) in fetch_assign_deriv_channel()