Searched refs:IntInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_control_list_number_info_unittest.cc16 typedef GpuControlList::IntInfo IntInfo; typedef in class:gpu::NumberInfoTest
135 IntInfo info(op[i], value1, value2);
144 IntInfo info("=", value[i], std::string());
158 IntInfo info(op[i], std::string(), std::string());
162 IntInfo info("between", "3", std::string());
173 IntInfo info("=", value[i], std::string());
180 IntInfo info("=", "3", std::string());
185 IntInfo info(">", "3", std::string());
191 IntInfo inf
[all...]
H A Dgpu_control_list.h213 class GPU_EXPORT IntInfo { class in class:gpu::GpuControlList
215 IntInfo(const std::string& int_op,
219 // Determines if a given int is included in the IntInfo.
222 // Determines if the IntInfo contains valid information.
443 scoped_ptr<IntInfo> gl_reset_notification_strategy_info_;
450 scoped_ptr<IntInfo> gpu_count_info_;
H A Dgpu_control_list.cc320 GpuControlList::IntInfo::IntInfo(const std::string& int_op, function in class:gpu::GpuControlList::IntInfo
338 bool GpuControlList::IntInfo::Contains(int value) const {
358 bool GpuControlList::IntInfo::IsValid() const {
906 new IntInfo(op, int_string, int_string2));
961 gpu_count_info_.reset(new IntInfo(op, int_string, int_string2));
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2633 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) {
2635 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadArgMem)
2638 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadWriteArgMem)
2641 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadWriteMem)

Completed in 1065 milliseconds