HomeSort by relevance Sort by last modified time
    Searched refs:hud (Results 26 - 37 of 37) sorted by null

12

  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 329 svga->hud.num_resource_updates++;
406 svga->hud.num_buffer_uploads++;
469 svga->hud.num_bytes_uploaded += box->w;
470 svga->hud.num_buffer_uploads++;
497 svga->hud.num_bytes_uploaded += box->w;
498 svga->hud.num_buffer_uploads++;
svga_context.h 48 /** Non-GPU queries for gallium HUD */
533 /** performance / info queries for HUD */
565 } hud; member in struct:svga_context
720 * If the Gallium HUD is enabled, this will return the current time.
726 return svga->hud.uses_time ? os_time_get() : 0;
svga_pipe_blend.c 339 svga->hud.num_blend_objects++;
381 svga->hud.num_blend_objects--;
svga_shader.c 428 svga->hud.num_shaders++;
474 svga->hud.num_shaders--;
svga_state.c 235 svga->hud.num_validations++;
svga_surface.c 329 svga->hud.num_surface_views++;
556 svga->hud.num_surface_views--;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 68 #include "hud/hud_context.h"
1021 c->hud = hud_create(c->st->pipe, c->st->cso_context);
1036 if (c->hud) {
1037 hud_destroy(c->hud);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_drawable.c 487 if (ctx->hud) {
488 hud_draw(ctx->hud, drawable->textures[ST_ATTACHMENT_BACK_LEFT]);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 32 #include "hud/hud_context.h"
603 if (ctx->hud) {
604 /* Display the HUD */
608 hud_draw(ctx->hud, back);
  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9.c 33 #include "hud/hud_context.h"
606 if (device->hud && resource) {
609 hud_draw(device->hud, resource); /* XXX: no offset */
610 /* HUD doesn't clobber stipple */
    [all...]
device9.h 153 struct hud_context *hud; /* NULL if hud is disabled */ member in struct:NineDevice9
device9.c 53 #include "hud/hud_context.h"
208 This->hud = hud_create(This->context.pipe, This->context.cso); /* NULL result is fine */
    [all...]

Completed in 355 milliseconds

12