Home
last modified time | relevance | path

Searched refs:def_type (Results 1 – 4 of 4) sorted by relevance

/third_party/googletest/googletest/src/hwext/
Dgtest-ext.cc33 test_case_name(tcn), name(n), flags(fs), def_type(tdf) {}; in TestDefInfo()
56 switch (info->def_type) { in findDefFor()
131 switch (info->def_type) { in getLevel()
180 switch (info->def_type) { in getTestFlags()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c568 LLVMTypeRef def_type = get_def_type(ctx, &instr->dest.dest.ssa); in visit_alu() local
646 ac_build_type_name_for_intr(def_type, type, sizeof(type)); in visit_alu()
649 result = ac_build_intrinsic(&ctx->ac, name, def_type, src, 2, AC_FUNC_ATTR_READNONE); in visit_alu()
655 ac_build_type_name_for_intr(def_type, type, sizeof(type)); in visit_alu()
658 result = ac_build_intrinsic(&ctx->ac, name, def_type, src, 2, AC_FUNC_ATTR_READNONE); in visit_alu()
716 if (ctx->ac.float_mode == AC_FLOAT_MODE_DEFAULT_OPENGL && ac_get_type_size(def_type) == 8) { in visit_alu()
720 ac_to_float_type(&ctx->ac, def_type), src[0]); in visit_alu()
724 LLVMConstReal(ac_to_float_type(&ctx->ac, def_type), FLT_MAX)); in visit_alu()
794 emit_intrin_1f_param(&ctx->ac, "llvm.fabs", ac_to_float_type(&ctx->ac, def_type), src[0]); in visit_alu()
805 ac_to_float_type(&ctx->ac, def_type)); in visit_alu()
[all …]
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-ext.h61 const TestDefType def_type; variable
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h22908 mtrr_type def_type; member