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

  /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 105 milliseconds