HomeSort by relevance Sort by last modified time
    Searched defs:start_base (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_emit.c 58 uint32_t start_base = base; local
79 if (shader && ((base - start_base) >= (shader->first_immediate * 4)))
110 OUT_RING(ring, start_base + (4 * (shader->first_immediate + i)));
  /external/syslinux/gpxe/src/arch/i386/include/
pxe.h 31 struct s_PXENV_START_BASE start_base; member in union:u_PXENV_ANY
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_call.c 56 PXENV_EXIT_t ( * start_base ) ( struct s_PXENV_START_BASE * ); member in union:pxenv_call
159 pxenv_call.start_base = pxenv_start_base;
160 param_len = sizeof ( pxenv_any.start_base );

Completed in 74 milliseconds