OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:map_state
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
i915_xvmc.c
529
struct i915_mc_map_state *
map_state
;
local
534
map_state
= pI915XvMC->msb_bo->virtual;
536
memset(
map_state
, 0, sizeof(*
map_state
));
539
map_state
->y_map.dw0.type = CMD_3D;
540
map_state
->y_map.dw0.opcode = OPC_3DSTATE_MAP_STATE;
541
map_state
->y_map.dw0.retain = 1;
542
map_state
->y_map.dw0.length = 6;
543
map_state
->y_map.dw1.map_mask = MAP_MAP0 | MAP_MAP1;
546
map_state
->y_forward.tm0.v_ls_offset = 0
[
all
...]
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
i915_xvmc.c
529
struct i915_mc_map_state *
map_state
;
local
534
map_state
= pI915XvMC->msb_bo->virtual;
536
memset(
map_state
, 0, sizeof(*
map_state
));
539
map_state
->y_map.dw0.type = CMD_3D;
540
map_state
->y_map.dw0.opcode = OPC_3DSTATE_MAP_STATE;
541
map_state
->y_map.dw0.retain = 1;
542
map_state
->y_map.dw0.length = 6;
543
map_state
->y_map.dw1.map_mask = MAP_MAP0 | MAP_MAP1;
546
map_state
->y_forward.tm0.v_ls_offset = 0
[
all
...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
i915_xvmc.c
575
struct i915_mc_map_state *
map_state
;
local
577
map_state
= (struct i915_mc_map_state *)pI915XvMC->msb.map;
579
memset(
map_state
, 0, sizeof(*
map_state
));
582
map_state
->y_map.dw0.type = CMD_3D;
583
map_state
->y_map.dw0.opcode = OPC_3DSTATE_MAP_STATE;
584
map_state
->y_map.dw0.retain = 1;
585
map_state
->y_map.dw0.length = 6;
586
map_state
->y_map.dw1.map_mask = MAP_MAP0 | MAP_MAP1;
589
map_state
->y_forward.tm0.v_ls_offset = 0
692
struct i915_mc_
map_state
*
map_state
;
local
[
all
...]
/xsrc/external/mit/libX11/dist/include/X11/
Xlib.h
324
int
map_state
; /* IsUnmapped, IsUnviewable, IsViewable */
member in struct:__anon5565
Completed in 7 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026