HomeSort by relevance Sort by last modified time
    Searched refs:TGSI_QUAD_SIZE (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 48 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...]
sp_quad.h 65 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];
sp_quad_depth_test.c 48 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++) {
74 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
82 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
91 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
99 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
107 for (j = 0; j < TGSI_QUAD_SIZE; j++)
    [all...]
sp_tex_sample.c 489 const float s[TGSI_QUAD_SIZE],
490 const float t[TGSI_QUAD_SIZE],
491 const float p[TGSI_QUAD_SIZE])
504 const float s[TGSI_QUAD_SIZE],
505 const float t[TGSI_QUAD_SIZE],
506 const float p[TGSI_QUAD_SIZE])
523 const float s[TGSI_QUAD_SIZE],
524 const float t[TGSI_QUAD_SIZE],
525 const float p[TGSI_QUAD_SIZE])
552 const float s[TGSI_QUAD_SIZE],
    [all...]
sp_quad_blend.c 272 float source[4][TGSI_QUAD_SIZE] = { { 0 } };
273 float blend_dest[4][TGSI_QUAD_SIZE];
624 float one_minus_alpha[TGSI_QUAD_SIZE];
687 float one_minus_alpha[TGSI_QUAD_SIZE];
734 float one_minus_alpha[TGSI_QUAD_SIZE];
766 float one_minus_alpha[TGSI_QUAD_SIZE];
863 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
934 float dest[4][TGSI_QUAD_SIZE];
953 float temp_quad_color[TGSI_QUAD_SIZE][4];
958 for (j = 0; j < TGSI_QUAD_SIZE; j++)
    [all...]
sp_quad_fs.c 93 for (j = 0; j < TGSI_QUAD_SIZE; j++) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 46 #define TGSI_QUAD_SIZE 4 /* 4 pixel/quad */
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...]
tgsi_exec.c 1058 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
1087 for (i = 0; i < TGSI_QUAD_SIZE; i++) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 106 for (j = 0; j < TGSI_QUAD_SIZE; j++)

Completed in 362 milliseconds