HomeSort by relevance Sort by last modified time
    Searched refs:attrib (Results 1 - 25 of 347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/qphelper/
qpXmlWriter.h 54 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.type = QP_XML_ATTRIBUTE_INT
76 qpXmlAttribute attrib; local
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 53 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_COL0])
    [all...]
  /art/compiler/debug/dwarf/
debug_info_entry_writer.h 85 void WriteAddr(Attribute attrib, uint64_t value) {
86 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_addr);
95 void WriteBlock(Attribute attrib, const uint8_t* ptr, size_t num_bytes) {
96 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_block);
101 void WriteExprLoc(Attribute attrib, const Expression& expr) {
102 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_exprloc);
107 void WriteData1(Attribute attrib, uint8_t value) {
108 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_data1);
112 void WriteData2(Attribute attrib, uint16_t value) {
113 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_data2)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttDeprecated.java 17 package com.android.dx.cf.attrib;
AttSynthetic.java 17 package com.android.dx.cf.attrib;
AttLocalVariableTable.java 17 package com.android.dx.cf.attrib;
AttLocalVariableTypeTable.java 17 package com.android.dx.cf.attrib;
AttRuntimeInvisibleAnnotations.java 17 package com.android.dx.cf.attrib;
AttRuntimeInvisibleParameterAnnotations.java 17 package com.android.dx.cf.attrib;
AttRuntimeVisibleAnnotations.java 17 package com.android.dx.cf.attrib;
AttRuntimeVisibleParameterAnnotations.java 17 package com.android.dx.cf.attrib;
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_emit.c 79 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[0]) )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 87 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]->data
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vb.c 92 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_WPOS][1] = s[5] * src->v.y * oow + s[13]
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
AttributeList.java 70 * @param attrib {@code non-null;} attribute to start looking after
71 * @return {@code null-ok;} next attribute after {@code attrib} with the
72 * same name as {@code attrib}
74 public Attribute findNext(Attribute attrib);
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 70 * @param attrib {@code non-null;} attribute to start looking after
71 * @return {@code null-ok;} next attribute after {@code attrib} with the
72 * same name as {@code attrib}
74 public Attribute findNext(Attribute attrib);
  /external/deqp/framework/egl/
egluStrUtil.cpp 155 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...]
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.cpp 40 typedef int (WINAPI * SHGetFileInfoWP)(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags);
53 static DWORD_PTR MySHGetFileInfoW(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags)
62 (pszPath, attrib, psfi, cbFileInfo, uFlags);
65 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex)
71 DWORD_PTR res = ::SHGetFileInfo(fs2fas(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo,
80 DWORD_PTR res = ::MySHGetFileInfoW(fs2us(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo,
88 DWORD_PTR GetRealIconIndex(const UString &fileName, DWORD attrib, int &iconIndex, UString *typeName)
95 DWORD_PTR res = ::SHGetFileInfoA(GetSystemString(fileName), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo,
107 DWORD_PTR res = ::MySHGetFileInfoW(fileName, FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo,
117 static int FindInSorted_Attrib(const CRecordVector<CAttribIconPair> &vect, DWORD attrib, int &insertPos)
    [all...]
  /external/lzma/CPP/Windows/
FileFind.h 15 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; }
16 inline bool IsHidden(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_HIDDEN) != 0; }
17 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; }
18 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; }
19 inline bool IsArchived(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ARCHIVE) != 0; }
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 118 attrib_name(LLVMValueRef val, unsigned attrib, unsigned chan, const char *suffix)
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, 0, ".dadxaos")
249 unsigned attrib; local
371 unsigned attrib; local
561 unsigned attrib; local
703 unsigned attrib; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_feedback.c 40 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_WPOS][2] * zs )
    [all...]
s_aatritemp.h 42 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_WPOS][1]
    [all...]
  /external/v8/tools/testrunner/local/
junit_output.py 35 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/
draw_vertex.h 91 } 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;
  /frameworks/rs/api/
rs_math.spec 154 attrib: const
168 attrib: const
182 attrib: const
191 attrib: const
205 attrib: const
214 attrib: const
230 attrib: const
239 attrib: const
253 attrib: const
262 attrib: cons
    [all...]

Completed in 1014 milliseconds

1 2 3 4 5 6 7 8 91011>>