Home
last modified time | relevance | path

Searched refs:SPIRUndef (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp433 struct SPIRUndef : IVariant struct
440 explicit SPIRUndef(TypeID basetype_) in SPIRUndef() function
446 SPIRV_CROSS_DECLARE_CLONE(SPIRUndef)
Dspirv_parser.cpp242 set<SPIRUndef>(id, result_type); in parse()
853 auto *undef_op = maybe_get<SPIRUndef>(ops[2 + i]); in parse()
Dspirv_cross_parsed_ir.cpp50 pool_group->pools[TypeUndef].reset(new ObjectPool<SPIRUndef>); in ParsedIR()
Dspirv_hlsl.cpp1273 ir.for_each_typed_id<SPIRUndef>([&](uint32_t, const SPIRUndef &undef) { in declare_undefined_values()
Dspirv_cross.cpp445 return get<SPIRUndef>(id).basetype; in expression_type_id()
Dspirv_msl.cpp6490 ir.for_each_typed_id<SPIRUndef>([&](uint32_t, SPIRUndef &undef) { in declare_undefined_values()
Dspirv_glsl.cpp3227 ir.for_each_typed_id<SPIRUndef>([&](uint32_t, const SPIRUndef &undef) { in declare_undefined_values()