OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:then_type
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_cfg.c
588
if_stmt->
then_type
= vtn_get_branch_type(b, then_block,
596
block->branch_type = if_stmt->
then_type
;
603
} else if (if_stmt->
then_type
== vtn_branch_type_none &&
626
} else if (if_stmt->
then_type
!= vtn_branch_type_none &&
636
if (if_stmt->
then_type
== vtn_branch_type_none) {
962
if (vtn_if->
then_type
== vtn_branch_type_none) {
966
vtn_emit_branch(b, vtn_if->
then_type
, switch_fall_var, &sw_break);
vtn_private.h
165
enum vtn_branch_type
then_type
;
member in struct:vtn_if
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_cfg.c
748
if_stmt->
then_type
= vtn_handle_branch(b, &if_stmt->node, then_block);
749
if (if_stmt->
then_type
== vtn_branch_type_none) {
1112
if (vtn_if->
then_type
== vtn_branch_type_none) {
1116
vtn_emit_branch(b, vtn_if->
then_type
, switch_fall_var, &sw_break);
vtn_private.h
184
enum vtn_branch_type
then_type
;
member in struct:vtn_if
Completed in 6 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026