HomeSort by relevance Sort by last modified time
    Searched full:float4_array (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c 51 typedef float (*float4_array)[4]; typedef
57 static inline float4_array
61 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
63 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4);
90 const float4_array primary_rgba,
97 float4_array argRGB[MAX_COMBINER_TERMS];
98 float4_array argA[MAX_COMBINER_TERMS];
103 float4_array ccolor[4], rgba;
109 rgba = (float4_array) malloc(4 * n * sizeof(GLfloat));
116 ccolor[i] = (float4_array) malloc(4 * n * sizeof(GLfloat))
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 43 typedef float (*float4_array)[4]; typedef
49 static inline float4_array
53 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4);
82 const float4_array primary_rgba,
89 float4_array argRGB[MAX_COMBINER_TERMS];
90 float4_array argA[MAX_COMBINER_TERMS];
95 float4_array ccolor[4], rgba;
101 rgba = (float4_array) malloc(4 * n * sizeof(GLfloat));
108 ccolor[i] = (float4_array) malloc(4 * n * sizeof(GLfloat))
    [all...]

Completed in 328 milliseconds