OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_info
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_execute.c
3267
const uint8_t *
next_info
= (const uint8_t *) (pds->descriptor_writes + templ->entry_count);
local
3279
desc->pImageInfo = (const VkDescriptorImageInfo *)
next_info
;
3280
desc->pTexelBufferView = (const VkBufferView *)
next_info
;
3281
desc->pBufferInfo = (const VkDescriptorBufferInfo *)
next_info
;
3291
next_info
+= sizeof(VkDescriptorImageInfo);
3297
next_info
+= sizeof(VkBufferView);
3306
next_info
+= sizeof(VkDescriptorBufferInfo);
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc
3134
stmt_vec_info
next_info
= vinfo->lookup_stmt (scalar_def);
local
3135
next_info
= vect_stmt_to_vectorize (
next_info
);
3139
scalar_stmts.quick_push (
next_info
);
3141
SLP_TREE_VECTYPE (conv) = STMT_VINFO_VECTYPE (
next_info
);
3147
REDUC_GROUP_FIRST_ELEMENT (
next_info
) =
next_info
;
3148
REDUC_GROUP_NEXT_ELEMENT (
next_info
) = NULL;
3320
stmt_vec_info
next_info
= stmt_info;
local
3325
while (
next_info
)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc
3392
stmt_vec_info
next_info
= vinfo->lookup_stmt (scalar_def);
local
3393
next_info
= vect_stmt_to_vectorize (
next_info
);
3397
scalar_stmts.quick_push (
next_info
);
3399
SLP_TREE_VECTYPE (conv) = STMT_VINFO_VECTYPE (
next_info
);
3405
REDUC_GROUP_FIRST_ELEMENT (
next_info
) =
next_info
;
3406
REDUC_GROUP_NEXT_ELEMENT (
next_info
) = NULL;
3579
stmt_vec_info
next_info
= stmt_info;
local
3584
while (
next_info
)
[
all
...]
Completed in 76 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026