HomeSort by relevance Sort by last modified time
    Searched refs:gs (Results 226 - 250 of 682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug093.go 62 gs 0x48
  /prebuilts/go/linux-x86/test/fixedbugs/
bug093.go 62 gs 0x48
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/
S3Asm.S 41 movw %ax,%gs
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/Ia32/
CpuAsm.S 53 movw %cx, %gs
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/X64/
CpuAsm.S 53 movw %cx, %gs
  /external/llvm/test/MC/X86/
x86-16.s 332 movl %gs:124, %eax
417 push %gs
418 // CHECK: pushw %gs
436 pushw %gs
437 // CHECK: pushw %gs
455 pushl %gs
456 // CHECK: pushl %gs
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.h 93 struct ilo_state_gs gs; member in union:ilo_shader_cso
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 67 const struct lp_geometry_shader *gs; member in struct:llvmpipe_context
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_urb.c 35 * When the GS is not in use, we assign the entire URB space to the VS. When
36 * the GS is in use, we split the URB space evenly between the VS and the GS.
95 * urb entry to vsunit software is required to send a "GS NULL
96 * Fence"(Send URB fence with VS URB size == 1 and GS URB size == 0) plus
97 * a dummy DRAW call before any case where VS will be taking over GS URB
120 /* Whe using GS to do transform feedback only we use the same VUE layout for
121 * VS outputs and GS outputs (as it's what the SF and Clipper expect), so we
122 * can simply make the GS URB entry size the same as for the VS. This may
127 * For user-provided GS the assumption above does not hold since the G
    [all...]
gen8_gs_state.c 33 const struct brw_stage_state *stage_state = &brw->gs.base;
brw_link.cpp 49 struct gl_linked_shader *gs = sh_prog->_LinkedShaders[MESA_SHADER_GEOMETRY]; local
56 if (gs && !brw_gs_precompile(ctx, gs->Program))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
user.h 74 unsigned long int gs; member in struct:user_regs_struct
  /prebuilts/go/darwin-x86/src/runtime/
signal_386.go 27 print("gs ", hex(c.gs()), "\n")
signal_darwin_386.go 34 func (c *sigctxt) gs() uint32 { return c.regs().gs } func
  /prebuilts/go/linux-x86/src/runtime/
signal_386.go 27 print("gs ", hex(c.gs()), "\n")
signal_darwin_386.go 34 func (c *sigctxt) gs() uint32 { return c.regs().gs } func
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Thunk16.S 64 push %gs
125 pop %gs
146 popw %gs
165 pushw %gs
  /external/fio/t/
genzipf.c 287 struct gauss_state gs; local
305 gauss_init(&gs, nranges, dist_val, 1);
328 offset = gauss_next(&gs);
  /prebuilts/go/darwin-x86/src/internal/trace/
order.go 60 gs := make(map[uint64]gState)
69 if !transitionReady(g, gs[g], init) {
93 transition(gs, f.g, f.init, f.next)
200 func transition(gs map[uint64]gState, g uint64, init, next gState) {
204 curr := gs[g]
214 gs[g] = next
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 60 gs := make(map[uint64]gState)
69 if !transitionReady(g, gs[g], init) {
93 transition(gs, f.g, f.init, f.next)
200 func transition(gs map[uint64]gState, g uint64, init, next gState) {
204 curr := gs[g]
214 gs[g] = next
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.S 61 push %gs
115 movw %cx, %gs
132 pop %gs
167 push %gs
206 pop %gs
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_fs.c 193 if (svga->curr.gs) {
194 key->fs.gs_generic_outputs = svga->curr.gs->generic_outputs;
216 assert(svga->curr.gs != NULL);
217 assert(svga->curr.gs->aa_point_coord_index != -1);
218 key->fs.aa_point_coord_index = svga->curr.gs->aa_point_coord_index;
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace_test.go 137 gs := trace.GoroutineStats(res.Events)
138 for goid := range gs {
143 return res.Events, gs
514 gs := make(map[uint64]int)
520 if gs[ev.G] == 2 {
524 if gs[ev.G] == 1 {
528 gs[ev.G] = 1
530 if gs[ev.G] == 1 {
531 gs[ev.G] = 2
534 delete(gs, ev.G
    [all...]
  /prebuilts/go/linux-x86/src/runtime/trace/
trace_test.go 137 gs := trace.GoroutineStats(res.Events)
138 for goid := range gs {
143 return res.Events, gs
514 gs := make(map[uint64]int)
520 if gs[ev.G] == 2 {
524 if gs[ev.G] == 1 {
528 gs[ev.G] = 1
530 if gs[ev.G] == 1 {
531 gs[ev.G] = 2
534 delete(gs, ev.G
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
descrobject.c 1211 propertyobject *gs = (propertyobject *)self; local
1224 propertyobject *gs = (propertyobject *)self; local
1240 propertyobject *gs = (propertyobject *)self; local
    [all...]

Completed in 345 milliseconds

1 2 3 4 5 6 7 8 91011>>