HomeSort by relevance Sort by last modified time
    Searched full:execsize (Results 1 - 13 of 13) sorted by null

  /external/python/cpython2/Modules/_ctypes/libffi/src/
closures.c 264 static size_t execsize = 0; variable
443 offset = execsize;
478 execsize += length;
519 if (execsize == 0 || execfd == -1)
536 /* We don't bother decreasing execsize or truncating the file, since
  /external/python/cpython3/Modules/_ctypes/libffi/src/
closures.c 264 static size_t execsize = 0; variable
443 offset = execsize;
478 execsize += length;
519 if (execsize == 0 || execfd == -1)
536 /* We don't bother decreasing execsize or truncating the file, since
  /external/libffi/src/
closures.c 264 static size_t execsize = 0; variable
471 offset = execsize;
506 execsize += length;
547 if (execsize == 0 || execfd == -1)
564 /* We don't bother decreasing execsize or truncating the file, since
  /external/mesa3d/docs/relnotes/
10.2.7.html 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36193">Bug 36193</a> - [i965] brw_eu_emit.c:182: validate_reg: Assertion `execsize &gt;= width' failed.</li>
51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70441">Bug 70441</a> - [Gen4-5 clip] Piglit spec_OpenGL_1.1_polygon-offset hits (execsize &gt;= width) assertion</li>
10.3.html 96 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70441">Bug 70441</a> - [Gen4-5 clip] Piglit spec_OpenGL_1.1_polygon-offset hits (execsize &gt;= width) assertion</li>
7.10.html     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_builder.h 626 * might be able to do better by doing execsize = 1 math and then
brw_vec4_copy_propagation.cpp 334 /* There is a regioning restriction such that if execsize == width
brw_eu_emit.c 232 int width, hstride, vstride, execsize; local
275 execsize = execsize_for_reg[brw_inst_exec_size(devinfo, inst)];
279 assert(execsize >= width);
282 if (execsize == width && hstride != 0) {
287 if (execsize == width && hstride == 0) {
297 if (execsize == 1 && width == 1) {
    [all...]
brw_eu.c 197 * according to execsize" option.
brw_vec4.cpp     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes.so 
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_compiler_asm.c 247 * ExecSize, PredInv, PredCtrl, ThreadCtrl, QtrCtrl, DepCtrl, MaskCtrl,
    [all...]

Completed in 680 milliseconds