Home
last modified time | relevance | path

Searched refs:TypeConstant (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/include/sksl/
DDSLType.h28 enum TypeConstant : uint8_t { enum
83 DSLType(TypeConstant tc) in DSLType()
173 TypeConstant fTypeConstant = kPoison_Type;
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.cpp41 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()
Dspirv_common.hpp326 TypeConstant, enumerator
409 using ConstantID = TypedID<TypeConstant>;
1080 type = TypeConstant
Dspirv_cpp.cpp155 if (id.get_type() == TypeConstant) in emit_resources()
Dspirv_cross.cpp438 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()
Dspirv_msl.cpp6618 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()
Dspirv_glsl.cpp3347 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()
Dspirv_hlsl.cpp1203 if (id.get_type() == TypeConstant) in emit_specialization_constants_and_structs()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp64 static const SkSL::Type* get_type_from_type_constant(const Context& context, TypeConstant tc) { in get_type_from_type_constant()