Searched refs:true_type (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A DconservativeRast.h93 typedef std::true_type ConservativeRastT;
125 typedef std::true_type IsConservativeT;
168 typedef std::true_type IsConservativeT;
188 typedef std::true_type IsConservativeT;
208 typedef std::true_type IsConservativeT;
H A Dutils.h293 return TermT::template GetFunc<ArgsB..., std::true_type>();
305 return TemplateArgUnroller<TermT, ArgsB..., std::true_type>::GetFunc(remainingArgs...);
H A Drasterizer.h148 typedef std::true_type RasterizeScissorEdgesT;
H A Drasterizer_impl.h641 /// @brief ComputeScissorEdges<std::true_type, std::true_type, RT> partial
644 struct ComputeScissorEdges<std::true_type, std::true_type, RT>
697 /// @brief ComputeScissorEdges<std::true_type, std::false_type, RT> partial
701 struct ComputeScissorEdges<std::true_type, std::false_type, RT>
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest-message.h206 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) {
H A Dgtest-printers.h405 true_type /* is a pointer */,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c491 LLVMTypeRef true_type; local in function:lp_build_any_true_range
495 true_type = LLVMIntTypeInContext(bld->gallivm->context,
506 val = LLVMBuildTrunc(builder, val, true_type, "");
509 val, LLVMConstNull(true_type), "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c497 LLVMTypeRef true_type; local in function:lp_build_any_true_range
501 true_type = LLVMIntTypeInContext(bld->gallivm->context,
512 val = LLVMBuildTrunc(builder, val, true_type, "");
515 val, LLVMConstNull(true_type), "");
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h2210 typedef bool_constant<true> true_type; typedef in namespace:testing::internal
2216 struct is_pointer<T*> : public true_type {};

Completed in 13 milliseconds