| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglarray.c | 50 elems = realloc(array->Elements, new_size * sizeof(array->Elements[0])); 57 array->Elements = elems; 95 free_cb(array->Elements[i]); 97 free(array->Elements); 111 array->Elements[array->Size++] = elem; 122 free_cb(array->Elements[i]); 124 memmove(&array->Elements[i], &array->Elements[i + 1], 125 (array->Size - i - 1) * sizeof(array->Elements[ [all...] |
| H A D | eglarray.h | 48 void **Elements; member in struct:_egl_array
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglarray.c | 50 elems = realloc(array->Elements, new_size * sizeof(array->Elements[0])); 57 array->Elements = elems; 95 free_cb(array->Elements[i]); 97 free(array->Elements); 111 array->Elements[array->Size++] = elem; 122 free_cb(array->Elements[i]); 124 memmove(&array->Elements[i], &array->Elements[i + 1], 125 (array->Size - i - 1) * sizeof(array->Elements[ [all...] |
| H A D | eglarray.h | 48 void **Elements; member in struct:_egl_array
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_wmark.c | 239 #define Elements(x) (sizeof(x)/sizeof(*x)) macro 259 nr = Elements(i810_wm_8_100); 263 nr = Elements(i810_wm_16_100); 267 nr = Elements(i810_wm_24_100); 276 nr = Elements(i810_wm_8_133); 280 nr = Elements(i810_wm_16_133); 284 nr = Elements(i810_wm_24_133);
|
| H A D | i810_dri.c | 189 #define Elements(x) sizeof(x)/sizeof(*x) macro 190 for (pitch_idx = 0; pitch_idx < Elements(i810_pitches); pitch_idx++) 194 if (pitch_idx == Elements(i810_pitches)) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_wmark.c | 239 #define Elements(x) (sizeof(x)/sizeof(*x)) macro 259 nr = Elements(i810_wm_8_100); 263 nr = Elements(i810_wm_16_100); 267 nr = Elements(i810_wm_24_100); 276 nr = Elements(i810_wm_8_133); 280 nr = Elements(i810_wm_16_133); 284 nr = Elements(i810_wm_24_133);
|
| H A D | i810_dri.c | 189 #define Elements(x) sizeof(x)/sizeof(*x) macro 190 for (pitch_idx = 0; pitch_idx < Elements(i810_pitches); pitch_idx++) 194 if (pitch_idx == Elements(i810_pitches)) {
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_wmark.c | 238 #define Elements(x) (sizeof(x)/sizeof(*x)) macro 258 nr = Elements(i810_wm_8_100); 262 nr = Elements(i810_wm_16_100); 266 nr = Elements(i810_wm_24_100); 275 nr = Elements(i810_wm_8_133); 279 nr = Elements(i810_wm_16_133); 283 nr = Elements(i810_wm_24_133);
|
| H A D | i810_dri.c | 524 #define Elements(x) sizeof(x)/sizeof(*x) macro 525 for (pitch_idx = 0; pitch_idx < Elements(i810_pitches); pitch_idx++) 529 if (pitch_idx == Elements(i810_pitches)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/glsl/ |
| H A D | builtin_function.cpp | [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glsl/ |
| H A D | builtin_function.cpp | [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | vertexrate.c | 56 static GLuint *Elements = NULL; variable in typeref:typename:GLuint * 84 Elements = (GLuint *) malloc(NumVerts * sizeof(GLuint)); 87 Elements[i] = NumVerts - i - 1; 109 NumElements * sizeof(GLuint), Elements, GL_STATIC_DRAW_ARB); 178 glDrawElements(GL_POINTS, NumVerts, GL_UNSIGNED_INT, Elements); 209 NumVerts, GL_UNSIGNED_INT, Elements);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | debug_output.c | 58 struct simple_node Elements; member in struct:gl_debug_namespace 253 make_empty_list(&ns->Elements); 266 foreach_s(node, tmp, &ns->Elements) 278 make_empty_list(&dst->Elements); 279 foreach(node, &src->Elements) { 292 insert_at_tail(&dst->Elements, ©->link); 311 foreach(node, &ns->Elements) { 334 insert_at_tail(&ns->Elements, &elem->link); 359 make_empty_list(&ns->Elements); 368 foreach_s(node, tmp, &ns->Elements) { [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | debug_output.c | 58 struct list_head Elements; member in struct:gl_debug_namespace 251 list_inithead(&ns->Elements); 262 list_for_each_entry_safe(struct gl_debug_element, elem, &ns->Elements, link) 272 list_inithead(&dst->Elements); 273 list_for_each_entry(struct gl_debug_element, elem, &src->Elements, link) { 284 list_addtail(©->link, &dst->Elements); 302 list_for_each_entry(struct gl_debug_element, tmp, &ns->Elements, link) { 324 list_addtail(&elem->link, &ns->Elements); 348 list_inithead(&ns->Elements); 357 list_for_each_entry_safe(struct gl_debug_element, elem, &ns->Elements, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | velems.rst | 3 Vertex Elements
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | velems.rst | 3 Vertex Elements
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_packed_depth_stencil.spec | 109 Token Name Type Elements Pixel Formats
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_packed_depth_stencil.spec | 109 Token Name Type Elements Pixel Formats
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | units.rst | 10 * Elements (el)
|
| /xsrc/external/mit/freetype/dist/ |
| H A D | vms_make.com | 1099 ! - Elements in a data line are separated by # signs
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.11.1.rst | 208 - mesa: Use the Elements macro for the sampler index assert in
|
| H A D | 7.10.rst | 919 - r600g: use Elements macro instead of manual sizeofs 2417 - i965g: use Elements macro instead of manual sizeofs
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 2341 { "kind" : "IdRef", "name" : "'Num Elements'" },
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 2686 { "kind" : "IdRef", "name" : "'Num Elements'" },
|