Searched refs:TypeConstant (Results 1 – 9 of 9) sorted by relevance
28 enum TypeConstant : uint8_t { enum83 DSLType(TypeConstant tc) in DSLType()173 TypeConstant fTypeConstant = kPoison_Type;
41 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()513 case TypeConstant: in mark_used_as_array_length()926 case TypeConstant: in add_typed_id()1018 add_typed_id(TypeConstant, id); in make_constant_null()1037 add_typed_id(TypeConstant, id); in make_constant_null()1051 add_typed_id(TypeConstant, id); in make_constant_null()1057 add_typed_id(TypeConstant, id); in make_constant_null()
326 TypeConstant, enumerator409 using ConstantID = TypedID<TypeConstant>;1080 type = TypeConstant
155 if (id.get_type() == TypeConstant) in emit_resources()
438 case TypeConstant: in expression_type_id()492 else if (ir.ids[id].get_type() == TypeConstant || ir.ids[id].get_type() == TypeConstantOp || in is_immutable()1017 if (id.get_type() == TypeConstant) in parse_fixup()3454 if (ir.ids[var.initializer].get_type() != TypeConstant) in find_function_local_luts()3501 if (ir.ids[static_expression_handler.static_expression].get_type() != TypeConstant) in find_function_local_luts()
6618 if (id.get_type() == TypeConstant) in emit_specialization_constants_and_structs()8551 if (ir.ids[rhs_id].get_type() == TypeConstant) in emit_array_copy()8556 ir.ids[var->static_expression].get_type() == TypeConstant) in emit_array_copy()8644 if (ir.ids[id_rhs].get_type() == TypeConstant && var && var->deferred_declaration) in maybe_emit_array_assignment()15421 if (ir.ids[var.initializer].get_type() == TypeConstant && in to_initializer_expression()
3347 if (id.get_type() == TypeConstant) in emit_resources()4586 case TypeConstant: in to_expression()8858 …else if (ir.ids[index].get_type() == TypeConstant && !is_packed && !row_major_matrix_needs_convers… in access_chain_internal()10331 if (ir.ids[elems[0]].get_type() == TypeConstant && !type_is_floating_point(*in_type)) in emit_instruction()
1203 if (id.get_type() == TypeConstant) in emit_specialization_constants_and_structs()
64 static const SkSL::Type* get_type_from_type_constant(const Context& context, TypeConstant tc) { in get_type_from_type_constant()