OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:topo
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_query.c
44
struct drm_i915_query_topology_info
topo
;
local
59
total_length = sizeof(
topo
) + slice_length + subslice_length +
62
ret = copy_query_item(&
topo
, sizeof(
topo
), total_length,
67
if (
topo
.flags != 0)
70
memset(&
topo
, 0, sizeof(
topo
));
71
topo
.max_slices = sseu->max_slices;
72
topo
.max_subslices = sseu->max_subslices;
73
topo
.max_eus_per_subslice = sseu->max_eus_per_subslice
[
all
...]
/src/sys/external/bsd/drm2/dist/include/drm/
drm_displayid.h
73
u8
topo
[3];
member in struct:displayid_tiled_block
/src/sys/dev/ic/
isp.c
2561
int
topo
= (int) mbs.param[6];
local
2562
if (
topo
< TOPO_NL_PORT ||
topo
> TOPO_PTP_STUB) {
2563
topo
= TOPO_PTP_STUB;
2565
fcp->isp_topo =
topo
;
5700
int
topo
= fcp->isp_topo;
local
5723
if (
topo
== TOPO_NL_PORT ||
topo
== TOPO_FL_PORT) {
/src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc
212
/* True if this value is currently on the
topo
-sort stack. */
893
/* Allocate the arrays in
TOPO
and topologically sort the nodes into order. */
896
build_toporder_info (class ipa_topo_info *
topo
)
898
topo
->order = XCNEWVEC (struct cgraph_node *, symtab->cgraph_count);
899
topo
->stack = XCNEWVEC (struct cgraph_node *, symtab->cgraph_count);
901
gcc_checking_assert (
topo
->stack_top == 0);
902
topo
->nnodes = ipa_reduced_postorder (
topo
->order, true,
907
TOPO
. */
910
free_toporder_info (class ipa_topo_info *
topo
)
6581
class ipa_
topo
_info
topo
;
local
[
all
...]
Completed in 20 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026