Searched refs:int64_type (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_expression_operation.py85 int64_type = type("int64_t", "i64", "GLSL_TYPE_INT64") variable
90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type)
91 numeric_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type)
92 signed_numeric_types = (int_type, float_type, double_type, int64_type)
93 integer_types = (uint_type, int_type, uint64_type, int64_type)
476 operation("bitcast_i642d", 1, source_types=(int64_type,), dest_type=double_type, c_expression="bitcast_i642d({src0})"),
480 operation("bitcast_d2i64", 1, source_types=(double_type,), dest_type=int64_type, c_expression="bitcast_d2i64({src0})"),
482 operation("i642i", 1, source_types=(int64_type,), dest_type=int_type, c_expression="{src0}"),
485 operation("i642u", 1, source_types=(int64_type,), dest_type=uint_type, c_expression="{src0}"),
487 operation("i642b", 1, source_types=(int64_type,), dest_typ
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_expression_operation.py85 int64_type = type("int64_t", "i64", "GLSL_TYPE_INT64") variable
90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type)
91 numeric_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type)
92 signed_numeric_types = (int_type, float_type, double_type, int64_type)
93 integer_types = (uint_type, int_type, uint64_type, int64_type)
492 operation("bitcast_i642d", 1, source_types=(int64_type,), dest_type=double_type, c_expression="bitcast_i642d({src0})"),
496 operation("bitcast_d2i64", 1, source_types=(double_type,), dest_type=int64_type, c_expression="bitcast_d2i64({src0})"),
498 operation("i642i", 1, source_types=(int64_type,), dest_type=int_type, c_expression="{src0}"),
501 operation("i642u", 1, source_types=(int64_type,), dest_type=uint_type, c_expression="{src0}"),
503 operation("i642b", 1, source_types=(int64_type,), dest_typ
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.h205 *int32_type, *int64_type; member in struct:dxil_module
H A Ddxil_module.c503 if (!m->int64_type)
504 m->int64_type = create_int_type(m, 64);
505 return m->int64_type;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c3872 struct lp_type int64_type; local in function:lp_build_tgsi_soa
3873 int64_type = lp_int_type(type);
3874 int64_type.width *= 2;
3875 lp_build_context_init(&bld.bld_base.int64_bld, gallivm, int64_type);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c2441 struct lp_type int64_type; local in function:lp_build_nir_soa
2442 int64_type = lp_int_type(type);
2443 int64_type.width *= 2;
2444 lp_build_context_init(&bld.bld_base.int64_bld, gallivm, int64_type);
H A Dlp_bld_tgsi_soa.c4438 struct lp_type int64_type; local in function:lp_build_tgsi_soa
4439 int64_type = lp_int_type(type);
4440 int64_type.width *= 2;
4441 lp_build_context_init(&bld.bld_base.int64_bld, gallivm, int64_type);

Completed in 24 milliseconds