Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.cpp47 pool_group->pools[TypeConstantOp].reset(new ObjectPool<SPIRConstantOp>); in ParsedIR()
517 case TypeConstantOp: in mark_used_as_array_length()
936 case TypeConstantOp: in add_typed_id()
Dspirv_cpp.cpp171 else if (id.get_type() == TypeConstantOp) in emit_resources()
Dspirv_common.hpp332 TypeConstantOp, enumerator
491 type = TypeConstantOp
Dspirv_cross.cpp441 case TypeConstantOp: in expression_type_id()
492 else if (ir.ids[id].get_type() == TypeConstant || ir.ids[id].get_type() == TypeConstantOp || in is_immutable()
Dspirv_hlsl.cpp1229 else if (id.get_type() == TypeConstantOp) in emit_specialization_constants_and_structs()
Dspirv_glsl.cpp3364 else if (id.get_type() == TypeConstantOp) in emit_resources()
4607 case TypeConstantOp: in to_expression()
Dspirv_msl.cpp6673 else if (id.get_type() == TypeConstantOp) in emit_specialization_constants_and_structs()