Searched refs:full_type (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/nir/tests/ |
D | negative_equal_tests.cpp | 29 nir_alu_type full_type, int first); 32 nir_alu_type full_type, unsigned components); 92 #define compare_with_self(full_type) \ argument 93 TEST_F(const_value_negative_equal_test, full_type ## _self) \ 95 count_sequence(c1, full_type, 1); \ 96 EXPECT_FALSE(nir_const_value_negative_equal(c1[0], c1[0], full_type)); \ 114 #define compare_with_negation(full_type) \ in compare_with_self() argument 115 TEST_F(const_value_negative_equal_test, full_type ## _trivially_true) \ in compare_with_self() 117 count_sequence(c1, full_type, 1); \ in compare_with_self() 118 negate(c2, c1, full_type, 1); \ in compare_with_self() [all …]
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_cf.c | 38 full_type(instr->cat1.src_type) != full_type(instr->cat1.dst_type)) in is_safe_conv()
|
D | ir3.c | 757 instr->cat1.dst_type = full_type(instr->cat1.dst_type); in ir3_set_dst_type() 771 instr->cat5.type = full_type(instr->cat5.type); in ir3_set_dst_type() 792 instr->cat1.src_type = full_type(instr->cat1.src_type); in ir3_fixup_src_type()
|
D | ir3_cp.c | 597 full_type(instr->cat1.src_type) == TYPE_U32 && in instr_cp() 598 full_type(instr->cat1.dst_type) == TYPE_U32) { in instr_cp()
|
D | ir3.h | 1290 full_type(type_t type) in full_type() function 1542 : full_type(base_type); in ir3_output_conv_src_type() 1560 : full_type(base_type); in ir3_output_conv_src_type() 1568 : full_type(base_type); in ir3_output_conv_dst_type()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_instr_set.c | 372 nir_alu_type full_type) in nir_const_value_negative_equal() argument 374 assert(nir_alu_type_get_base_type(full_type) != nir_type_invalid); in nir_const_value_negative_equal() 375 assert(nir_alu_type_get_type_size(full_type) != 0); in nir_const_value_negative_equal() 377 switch (full_type) { in nir_const_value_negative_equal() 472 const nir_alu_type full_type = nir_op_infos[alu1->op].input_types[src1] | in nir_alu_srcs_negative_equal() local 478 full_type)) in nir_alu_srcs_negative_equal()
|
D | nir.h | 1495 nir_alu_type full_type);
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers.c | 177 …uint32_t full_type = object_p->type_flags_refs & (ECMA_OBJECT_FLAG_BUILT_IN_OR_LEXICAL_ENV | ECMA_… in ecma_is_lexical_environment() local 179 …return full_type >= (ECMA_OBJECT_FLAG_BUILT_IN_OR_LEXICAL_ENV | ECMA_LEXICAL_ENVIRONMENT_TYPE_STAR… in ecma_is_lexical_environment()
|