Home
last modified time | relevance | path

Searched refs:is_vec (Results 1 – 6 of 6) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtype_trait.hpp43 static bool const is_vec = false; member
54 static bool const is_vec = true; member
66 static bool const is_vec = true; member
78 static bool const is_vec = true; member
90 static bool const is_vec = true; member
102 static bool const is_vec = false; member
116 static bool const is_vec = false; member
130 static bool const is_vec = false; member
144 static bool const is_vec = false; member
158 static bool const is_vec = false; member
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_propagate.c53 static bool is_vec(nir_alu_instr *instr) in is_vec() function
78 } else if (is_vec(instr)) { in is_swizzleless_move()
138 if (!is_move(alu_instr) && !is_vec(alu_instr)) in copy_prop_alu_src()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.h102 bool is_vec = dest != NULL; in update_swiz_mask() local
109 if (is_vec && alu->src[i].src.ssa != &dest->ssa) in update_swiz_mask()
112 unsigned src_swiz = is_vec ? alu->src[i].swizzle[0] : alu->src[0].swizzle[i]; in update_swiz_mask()
/external/llvm-project/openmp/runtime/src/
Dkmp_threadprivate.cpp178 if (d_tn->is_vec) { in __kmp_common_destroy()
249 if (d_tn->is_vec) { in __kmp_common_destroy_gtid()
357 if (d_tn->is_vec) { in kmp_threadprivate_insert()
464 if (d_tn->is_vec) { in kmp_threadprivate_insert()
770 d_tn->is_vec = TRUE; in __kmpc_threadprivate_register_vec()
Dkmp.h1589 int is_vec; member
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp178 bool is_vec() in is_vec() function
1115 if (!op.isTemp() || !ctx.info[op.tempId()].is_vec()) { in label_instruction()
1166 } else if (!info.is_vec()) { in label_instruction()
1202 } else if (!info.is_vec()) { in label_instruction()
1236 if (instr->operands[0].isTemp() && ctx.info[instr->operands[0].tempId()].is_vec() && in label_instruction()
2982 if (num_used == 1 && ctx.info[instr->operands[0].tempId()].is_vec() && in select_instruction()