HomeSort by relevance Sort by last modified time
    Searched refs:grd (Results 1 - 8 of 8) sorted by null

  /tools/test/connectivity/acts/framework/tests/
acts_relay_controller_test.py 468 grd = GenericRelayDevice(modified_config, self.rig)
469 grd.setup()
478 grd = GenericRelayDevice(self.device_config, self.rig)
479 grd.setup()
492 grd = GenericRelayDevice(self.device_config, self.rig)
493 call(grd)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 548 ALLOC_STATE( grd, always_add2, GRD_STATE_SIZE, "GRD/guard-band", 1 );
623 rmesa->hw.grd.cmd[GRD_CMD_0] =
653 rmesa->hw.grd.emit = scl_emit;
    [all...]
radeon_context.h 323 struct radeon_state_atom grd; /* guard band clipping */ member in struct:r100_hw_state
radeon_ioctl.c 92 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.grd);
  /external/fio/
gfio.c 822 GtkRecentData grd; local
824 memset(&grd, 0, sizeof(grd));
825 grd.display_name = strdup("gfio");
826 grd.description = strdup("Fio job file");
827 grd.mime_type = strdup(GFIO_MIME);
828 grd.app_name = strdup(g_get_application_name());
829 grd.app_exec = strdup("gfio %f/%u");
831 gtk_recent_manager_add_full(ui->recentmanager, uri, &grd);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 712 ALLOC_STATE( grd, tcl_or_vp_add2, GRD_STATE_SIZE, "GRD/guard-band", 0 );
    [all...]
r200_context.h 503 struct radeon_state_atom grd; /* guard band clipping */ member in struct:r200_hw_state
r200_cmdbuf.c 78 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.grd );

Completed in 83 milliseconds