Home
last modified time | relevance | path

Searched refs:TypeUndef (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.cpp50 pool_group->pools[TypeUndef].reset(new ObjectPool<SPIRUndef>); in ParsedIR()
533 case TypeUndef: in mark_used_as_array_length()
Dspirv_common.hpp335 TypeUndef, enumerator
437 type = TypeUndef
Dspirv_glsl.cpp13131 if (ir.ids[expr].get_type() != TypeUndef) in variable_decl()
13139 if (ir.ids[expr].get_type() != TypeUndef) in variable_decl()
14257 if (expr == 0 || ir.ids[expr].get_type() == TypeUndef) in emit_for_loop_initializers()
14280 if (static_expr == 0 || ir.ids[static_expr].get_type() == TypeUndef) in emit_for_loop_initializers()
14320 if (expr == 0 || ir.ids[expr].get_type() == TypeUndef) in for_loop_initializers_are_same_type()
15033 if (ir.ids[block.return_value].get_type() != TypeUndef) in emit_block_chain()
15048 if (ir.ids[block.return_value].get_type() != TypeUndef) in emit_block_chain()
Dspirv_cross.cpp444 case TypeUndef: in expression_type_id()
493 ir.ids[id].get_type() == TypeUndef) in is_immutable()