OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vec4_add
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c
89
#define
VEC4_ADD
(R, A, B) \
780
VEC4_ADD
(quadColor[0], source[0], blend_dest[0]); /* R */
781
VEC4_ADD
(quadColor[1], source[1], blend_dest[1]); /* G */
782
VEC4_ADD
(quadColor[2], source[2], blend_dest[2]); /* B */
813
VEC4_ADD
(quadColor[3], source[3], blend_dest[3]); /* A */
[
all
...]
/external/vulkan-validation-layers/demos/
linmath.h
82
static inline void
vec4_add
(vec4 r, vec4 const a, vec4 const b) {
function
154
vec4_add
(M[i], a[i], b[i]);
Completed in 81 milliseconds