Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h48 const float s[TGSI_QUAD_SIZE],
49 const float t[TGSI_QUAD_SIZE],
50 const float p[TGSI_QUAD_SIZE]);
62 const float s[TGSI_QUAD_SIZE],
63 const float t[TGSI_QUAD_SIZE],
64 const float p[TGSI_QUAD_SIZE],
65 const float c0[TGSI_QUAD_SIZE],
67 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
111 unsigned faces[TGSI_QUAD_SIZE];
159 const float s[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];
67 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
74 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
82 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
91 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
99 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
107 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values()
[all …]
Dsp_tex_sample.c489 const float s[TGSI_QUAD_SIZE], in compute_lambda_1d() argument
490 const float t[TGSI_QUAD_SIZE], in compute_lambda_1d() argument
491 const float p[TGSI_QUAD_SIZE]) in compute_lambda_1d() argument
504 const float s[TGSI_QUAD_SIZE], in compute_lambda_2d() argument
505 const float t[TGSI_QUAD_SIZE], in compute_lambda_2d() argument
506 const float p[TGSI_QUAD_SIZE]) in compute_lambda_2d() argument
523 const float s[TGSI_QUAD_SIZE], in compute_lambda_3d() argument
524 const float t[TGSI_QUAD_SIZE], in compute_lambda_3d() argument
525 const float p[TGSI_QUAD_SIZE]) in compute_lambda_3d() argument
552 const float s[TGSI_QUAD_SIZE], in compute_lambda_vert() argument
[all …]
Dsp_quad.h65 float coverage[TGSI_QUAD_SIZE]; /**< fragment coverage for antialiasing */
86 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
87 float depth[TGSI_QUAD_SIZE];
88 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()
863 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in clamp_colors()
934 float dest[4][TGSI_QUAD_SIZE]; in blend_fallback()
953 float temp_quad_color[TGSI_QUAD_SIZE][4]; in blend_fallback()
958 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in blend_fallback()
[all …]
Dsp_quad_fs.c93 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in coverage_quad()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h46 #define TGSI_QUAD_SIZE 4 /* 4 pixel/quad */ macro
67 float f[TGSI_QUAD_SIZE];
68 int i[TGSI_QUAD_SIZE];
69 unsigned u[TGSI_QUAD_SIZE];
104 const float s[TGSI_QUAD_SIZE],
105 const float t[TGSI_QUAD_SIZE],
106 const float p[TGSI_QUAD_SIZE],
107 const float c0[TGSI_QUAD_SIZE],
109 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
112 void (*get_texel)(struct tgsi_sampler *sampler, const int i[TGSI_QUAD_SIZE],
[all …]
Dtgsi_exec.c1058 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1087 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1105 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1111 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1120 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1130 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1139 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1147 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1156 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
1166 for (i = 0; i < TGSI_QUAD_SIZE; i++) { in fetch_src_file_channel()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c106 for (j = 0; j < TGSI_QUAD_SIZE; j++) in vs_exec_run_linear()