OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vert0
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_linetemp.h
66
NAME( struct gl_context *ctx, const SWvertex *
vert0
, const SWvertex *vert1 )
71
GLint x0 = (GLint)
vert0
->attrib[FRAG_ATTRIB_WPOS][0];
73
GLint y0 = (GLint)
vert0
->attrib[FRAG_ATTRIB_WPOS][1];
102
GLfloat tmp =
vert0
->attrib[FRAG_ATTRIB_WPOS][0] +
vert0
->attrib[FRAG_ATTRIB_WPOS][1]
111
vert0
->attrib[FRAG_ATTRIB_WPOS][0],
112
vert0
->attrib[FRAG_ATTRIB_WPOS][1],
113
vert0
->attrib[FRAG_ATTRIB_WPOS][2],
118
vert0
->color[0],
vert0
->color[1], vert0->color[2],
[
all
...]
/external/vulkan-validation-layers/libs/glm/gtx/
intersect.hpp
69
genType const &
vert0
, genType const & vert1, genType const & vert2,
77
genType const &
vert0
, genType const & vert1, genType const & vert2,
/external/deqp/framework/referencerenderer/
rrPrimitiveAssembler.hpp
104
VertexPacket*
vert0
= vertices[0];
local
114
*(outputIterator++) = Triangle(
vert0
, vert1, vertices[ndx], (provokingConvention == rr::PROVOKINGVERTEX_FIRST) ? (0) : (2));
115
vert0
= vertices[ndx];
124
*(outputIterator++) = Triangle(
vert0
, vert1, vertices[ndx], (provokingConvention == rr::PROVOKINGVERTEX_FIRST) ? (1) : (2));
/external/mesa3d/src/mesa/drivers/x11/
xm_line.c
416
xor_line(struct gl_context *ctx, const SWvertex *
vert0
, const SWvertex *vert1)
426
int x0 = (GLint)
vert0
->attrib[FRAG_ATTRIB_WPOS][0];
427
int y0 = YFLIP(xrb, (GLint)
vert0
->attrib[FRAG_ATTRIB_WPOS][1]);
Completed in 862 milliseconds