Searched refs:attrib (Results 1 - 25 of 141) sorted by relevance

123456

/external/deqp/framework/qphelper/
H A DqpXmlWriter.h54 qpXmlAttribute attrib; local
55 attrib.name = name;
56 attrib.type = QP_XML_ATTRIBUTE_STRING;
57 attrib.stringValue = value;
58 attrib.intValue = -678;
59 attrib.boolValue = (deBool)0xFFFFFFFFu;
60 return attrib;
65 qpXmlAttribute attrib; local
66 attrib.name = name;
67 attrib
76 qpXmlAttribute attrib; local
[all...]
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_tritmp.h53 GLfloat ex = v[0]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0];
54 GLfloat ey = v[0]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1];
55 GLfloat fx = v[1]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0];
56 GLfloat fy = v[1]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1];
77 COPY_4V(saved_col0[0], v[0]->attrib[FRAG_ATTRIB_COL0]);
78 COPY_4V(saved_col0[1], v[1]->attrib[FRAG_ATTRIB_COL
[all...]
H A Dss_context.c98 map[e].attrib = (ATTR); \
128 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F_VIEWPORT, attrib[FRAG_ATTRIB_WPOS] );
134 EMIT_ATTR( _TNL_ATTRIB_COLOR0, EMIT_4F, attrib[FRAG_ATTRIB_COL0]);
138 EMIT_ATTR( _TNL_ATTRIB_COLOR1, EMIT_4F, attrib[FRAG_ATTRIB_COL1]);
143 EMIT_ATTR( _TNL_ATTRIB_FOG, emit, attrib[FRAG_ATTRIB_FOGC]);
151 attrib[FRAG_ATTRIB_TEX0 + i] ); local
161 attrib[FRAG_ATTRIB_VAR0 + i] ); local
263 * Populate a swrast SWvertex from an attrib-style vertex.
274 dest->attrib[FRAG_ATTRIB_WPOS][0] = m[0] * tmp[0] + m[12];
275 dest->attrib[FRAG_ATTRIB_WPO
[all...]
H A Dss_triangle.c140 COPY_4V(s[0], v0->attrib[FRAG_ATTRIB_COL1]);
141 COPY_4V(s[1], v1->attrib[FRAG_ATTRIB_COL1]);
146 COPY_4V(v0->attrib[FRAG_ATTRIB_COL1], v2->attrib[FRAG_ATTRIB_COL1]);
147 COPY_4V(v1->attrib[FRAG_ATTRIB_COL1], v2->attrib[FRAG_ATTRIB_COL1]);
153 COPY_4V(v0->attrib[FRAG_ATTRIB_COL1], s[0]);
154 COPY_4V(v1->attrib[FRAG_ATTRIB_COL1], s[1]);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_emit.c79 const uint j = vinfo->attrib[i].src_index;
80 const float *attrib = vertex->data[j]; local
81 switch (vinfo->attrib[i].emit) {
83 OUT_BATCH( fui(attrib[0]) );
87 OUT_BATCH( fui(attrib[0]) );
88 OUT_BATCH( fui(attrib[1]) );
92 OUT_BATCH( fui(attrib[0]) );
93 OUT_BATCH( fui(attrib[1]) );
94 OUT_BATCH( fui(attrib[2]) );
98 OUT_BATCH( fui(attrib[
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_maos_arrays.c87 GLubyte attrib = vimap_rev[i]; local
88 if (attrib != 255) {
91 emitsize = (VB->AttribPtr[attrib]->size);
105 assert(attrib == VERT_ATTRIB_WEIGHT);
106 emitsize = (VB->AttribPtr[attrib]->size);
110 assert(attrib == VERT_ATTRIB_NORMAL);
116 assert(attrib == VERT_ATTRIB_FOG);
121 (char *)VB->AttribPtr[attrib]->data,
123 VB->AttribPtr[attrib]->stride,
128 (char *)VB->AttribPtr[attrib]
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vb.c92 dst->attrib[FRAG_ATTRIB_WPOS][0] = s[0] * src->v.x + s[12];
93 dst->attrib[FRAG_ATTRIB_WPOS][1] = s[5] * src->v.y + s[13];
94 dst->attrib[FRAG_ATTRIB_WPOS][2] = s[10] * src->v.z + s[14];
95 dst->attrib[FRAG_ATTRIB_WPOS][3] = 1.0;
97 dst->attrib[FRAG_ATTRIB_WPOS][0] = UNVIEWPORT_X( src->v.x );
98 dst->attrib[FRAG_ATTRIB_WPOS][1] = UNVIEWPORT_Y( src->v.y );
99 dst->attrib[FRAG_ATTRIB_WPOS][2] = UNVIEWPORT_Z( src->v.z );
100 dst->attrib[FRAG_ATTRIB_WPOS][3] = 1.0;
112 dst->attrib[FRAG_ATTRIB_WPOS][0] = s[0] * src->v.x * oow + s[12];
113 dst->attrib[FRAG_ATTRIB_WPO
[all...]
/external/deqp/framework/egl/
H A DegluStrUtil.cpp155 int attrib = fmt.attribs[pos]; local
160 if (attrib == EGL_NONE)
167 const char* attribName = getConfigAttribName(attrib);
172 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
178 str << tcu::toHex(attrib) << ", ???";
195 int attrib = fmt.attribs[pos]; local
200 if (attrib == EGL_NONE)
207 const char* attribName = getSurfaceAttribName(attrib);
212 str << attribName << ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]);
218 str << tcu::toHex(attrib) << ",
235 int attrib = fmt.attribs[pos]; local
[all...]
H A DegluCallLogWrapper.cpp127 // Config attrib pointer formatter
132 deUint32 attrib; member in class:eglu::ConfigAttribValuePointerFmt
134 ConfigAttribValuePointerFmt (deUint32 attrib_, const int* value_) : attrib(attrib_), value(value_) {}
137 inline ConfigAttribValuePointerFmt getConfigAttribValuePointerStr (deUint32 attrib, const int* value) { return ConfigAttribValuePointerFmt(attrib, value); } argument
142 return str << getConfigAttribValueStr(fmt.attrib, *fmt.value);
147 // Context attrib pointer formatter
152 deUint32 attrib; member in class:eglu::ContextAttribValuePointerFmt
154 ContextAttribValuePointerFmt (deUint32 attrib_, const int* value_) : attrib(attrib_), value(value_) {}
157 inline ContextAttribValuePointerFmt getContextAttribValuePointerStr (deUint32 attrib, cons argument
172 deUint32 attrib; member in class:eglu::SurfaceAttribValuePointerFmt
177 getSurfaceAttribValuePointerStr(deUint32 attrib, const int* value) argument
[all...]
/external/lzma/CPP/Windows/
H A DFileFind.h17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } argument
18 inline bool IsHidden(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_HIDDEN) != 0; } argument
19 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; } argument
20 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; } argument
21 inline bool IsArchived(DWORD attrib) { return (attrib argument
22 IsCompressed(DWORD attrib) argument
23 IsEncrypted(DWORD attrib) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c118 attrib_name(LLVMValueRef val, unsigned attrib, unsigned chan, const char *suffix) argument
120 if(attrib == 0)
123 lp_build_name(val, "input%u.%c%s", attrib - 1, "xyzw"[chan], suffix);
169 unsigned attrib; local
171 for (attrib = 0; attrib < bld->num_attribs; ++attrib) {
183 const unsigned interp = bld->interp[attrib];
185 attrib * TGSI_NUM_CHANNELS);
206 attrib_name(dadxaos, attrib,
249 unsigned attrib; local
371 unsigned attrib; local
561 unsigned attrib; local
703 unsigned attrib; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_feedback.c40 const GLfloat *vtc = v->attrib[FRAG_ATTRIB_TEX0];
41 const GLfloat *color = v->attrib[FRAG_ATTRIB_COL0];
43 win[0] = v->attrib[FRAG_ATTRIB_WPOS][0];
44 win[1] = v->attrib[FRAG_ATTRIB_WPOS][1];
45 win[2] = v->attrib[FRAG_ATTRIB_WPOS][2] / ctx->DrawBuffer->_DepthMaxF;
46 win[3] = 1.0F / v->attrib[FRAG_ATTRIB_WPOS][3];
117 _mesa_update_hitflag( ctx, v0->attrib[FRAG_ATTRIB_WPOS][2] * zs );
118 _mesa_update_hitflag( ctx, v1->attrib[FRAG_ATTRIB_WPOS][2] * zs );
119 _mesa_update_hitflag( ctx, v2->attrib[FRAG_ATTRIB_WPOS][2] * zs );
128 _mesa_update_hitflag( ctx, v0->attrib[FRAG_ATTRIB_WPO
[all...]
H A Ds_aatritemp.h42 const GLfloat *p0 = v0->attrib[FRAG_ATTRIB_WPOS];
43 const GLfloat *p1 = v1->attrib[FRAG_ATTRIB_WPOS];
44 const GLfloat *p2 = v2->attrib[FRAG_ATTRIB_WPOS];
70 GLfloat y0 = v0->attrib[FRAG_ATTRIB_WPOS][1];
71 GLfloat y1 = v1->attrib[FRAG_ATTRIB_WPOS][1];
72 GLfloat y2 = v2->attrib[FRAG_ATTRIB_WPOS][1];
97 majDx = vMax->attrib[FRAG_ATTRIB_WPOS][0] - vMin->attrib[FRAG_ATTRIB_WPOS][0];
98 majDy = vMax->attrib[FRAG_ATTRIB_WPOS][1] - vMin->attrib[FRAG_ATTRIB_WPO
[all...]
H A Ds_linetemp.h71 GLint x0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][0];
72 GLint x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0];
73 GLint y0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1];
74 GLint y1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1];
102 GLfloat tmp = vert0->attrib[FRAG_ATTRIB_WPOS][0] + vert0->attrib[FRAG_ATTRIB_WPOS][1]
103 + vert1->attrib[FRAG_ATTRIB_WPOS][0] + vert1->attrib[FRAG_ATTRIB_WPOS][1];
111 vert0->attrib[FRAG_ATTRIB_WPOS][0],
112 vert0->attrib[FRAG_ATTRIB_WPO
[all...]
H A Ds_points.c40 float tmp = (V)->attrib[FRAG_ATTRIB_WPOS][0] \
41 + (V)->attrib[FRAG_ATTRIB_WPOS][1]; \
96 span.z = FloatToFixed(vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
98 span.z = (GLuint) (vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
150 r = vert->attrib[attr][0];
152 r = vert->attrib[attr][2];
183 /* use vertex's texcoord/attrib */
184 COPY_4V(span.attrStart[attr], vert->attrib[attr]);
192 const GLfloat x = vert->attrib[FRAG_ATTRIB_WPOS][0];
193 const GLfloat y = vert->attrib[FRAG_ATTRIB_WPO
[all...]
H A Ds_aalinetemp.h84 /* non-texture attrib */
115 line.x0 = v0->attrib[FRAG_ATTRIB_WPOS][0];
116 line.y0 = v0->attrib[FRAG_ATTRIB_WPOS][1];
117 line.x1 = v1->attrib[FRAG_ATTRIB_WPOS][0];
118 line.y1 = v1->attrib[FRAG_ATTRIB_WPOS][1];
138 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane);
159 const GLfloat invW0 = v0->attrib[FRAG_ATTRIB_WPOS][3];
160 const GLfloat invW1 = v1->attrib[FRAG_ATTRIB_WPOS][3];
167 constant_plane(v1->attrib[att
[all...]
H A Ds_tritemp.h156 v0->attrib[FRAG_ATTRIB_WPOS][0],
157 v0->attrib[FRAG_ATTRIB_WPOS][1],
158 v0->attrib[FRAG_ATTRIB_WPOS][2]);
160 v1->attrib[FRAG_ATTRIB_WPOS][0],
161 v1->attrib[FRAG_ATTRIB_WPOS][1],
162 v1->attrib[FRAG_ATTRIB_WPOS][2]);
164 v2->attrib[FRAG_ATTRIB_WPOS][0],
165 v2->attrib[FRAG_ATTRIB_WPOS][1],
166 v2->attrib[FRAG_ATTRIB_WPOS][2]);
173 const GLfixed fy0 = FloatToFixed(v0->attrib[FRAG_ATTRIB_WPO
[all...]
/external/v8/tools/testrunner/local/
H A Djunit_output.py35 self.root.attrib["name"] = test_suite_name
39 testCaseElement.attrib["name"] = " ".join(test_name)
40 testCaseElement.attrib["time"] = str(round(test_duration, 3))
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h91 } attrib[PIPE_MAX_SHADER_OUTPUTS]; member in struct:vertex_info
97 return offsetof(const struct vertex_info, attrib[a->num_attribs]);
120 * \param src_index indicates which post-transformed vertex attrib slot
131 assert(n < Elements(vinfo->attrib));
132 vinfo->attrib[n].emit = emit;
133 vinfo->attrib[n].interp_mode = interp;
134 vinfo->attrib[n].src_index = src_index;
H A Ddraw_vertex.c52 vinfo->size += draw_translate_vinfo_size(vinfo->attrib[i].emit);
66 switch (vinfo->attrib[i].emit) {
/external/markdown/markdown/extensions/
H A Dtoc.py24 div.attrib["class"] = "toc"
30 header.attrib["class"] = "toctitle"
40 if "id" in c.attrib:
41 used_ids.append(c.attrib["id"])
77 if not "id" in c.attrib:
85 c.attrib["id"] = id
87 id = c.attrib["id"]
93 link.attrib["href"] = '#' + id
98 anchor.attrib["href"] = "#" + id
99 anchor.attrib["clas
[all...]
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c46 typedef void (*emit_func)(const void *attrib, void *ptr);
76 } attrib[PIPE_MAX_ATTRIBS]; member in struct:translate_generic
96 emit_##NAME(const void *attrib, void *ptr) \
99 SRCTYPE *in = (SRCTYPE *)attrib; \
239 emit_A8R8G8B8_UNORM( const void *attrib, void *ptr) argument
241 float *in = (float *)attrib;
250 emit_B8G8R8A8_UNORM( const void *attrib, void *ptr) argument
252 float *in = (float *)attrib;
261 emit_B10G10R10A2_UNORM( const void *attrib, void *ptr ) argument
272 *(uint32_t *)attrib
276 emit_B10G10R10A2_USCALED( const void *attrib, void *ptr ) argument
291 emit_B10G10R10A2_SNORM( const void *attrib, void *ptr ) argument
306 emit_B10G10R10A2_SSCALED( const void *attrib, void *ptr ) argument
321 emit_R10G10B10A2_UNORM( const void *attrib, void *ptr ) argument
336 emit_R10G10B10A2_USCALED( const void *attrib, void *ptr ) argument
351 emit_R10G10B10A2_SNORM( const void *attrib, void *ptr ) argument
366 emit_R10G10B10A2_SSCALED( const void *attrib, void *ptr) argument
381 emit_NULL( const void *attrib, void *ptr ) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.h63 unsigned int attrib, unsigned int *value);
66 unsigned int *attrib, unsigned int *value);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DCookieSpecBase.java93 NameValuePair attrib = attribs[j];
94 String s = attrib.getName().toLowerCase(Locale.ENGLISH);
96 cookie.setAttribute(s, attrib.getValue());
100 handler.parse(cookie, attrib.getValue());
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c220 vroute_add(struct nv30_render *r, uint attrib, uint sem, uint *idx) argument
243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib);
246 r->vtxfmt[attrib] = nv30_vtxfmt(pscreen, format)->hw;
247 r->vtxptr[attrib] = vinfo->size | NV30_3D_VTXBUF_DMA1;
251 r->vtxprog[attrib][0] = 0x001f38d8;
252 r->vtxprog[attrib][1] = 0x0080001b | (attrib << 9);
253 r->vtxprog[attrib][2] = 0x0836106c;
254 r->vtxprog[attrib][3] = 0x2000f800 | (result + vroute[sem].vp30) << 2;
256 r->vtxprog[attrib][
278 unsigned attrib = 0; local
[all...]

Completed in 763 milliseconds

123456