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
134 IntInfo info(op[i], value1, value2);
143 IntInfo info("=", value[i], std::string());
157 IntInfo info(op[i], std::string(), std::string());
161 IntInfo info("between", "3", std::string());
172 IntInfo info("=", value[i], std::string());
179 IntInfo info("=", "3", std::string());
184 IntInfo info(">", "3", std::string());
190 IntInfo inf
[all...]
H A Dgpu_control_list.h238 class GPU_EXPORT IntInfo { class in class:gpu::GpuControlList
240 IntInfo(const std::string& int_op,
244 // Determines if a given int is included in the IntInfo.
247 // Determines if the IntInfo contains valid information.
443 scoped_ptr<IntInfo> gl_reset_notification_strategy_info_;
449 scoped_ptr<IntInfo> gpu_count_info_;
H A Dgpu_control_list.cc375 GpuControlList::IntInfo::IntInfo(const std::string& int_op, function in class:gpu::GpuControlList::IntInfo
393 bool GpuControlList::IntInfo::Contains(int value) const {
413 bool GpuControlList::IntInfo::IsValid() const {
919 new IntInfo(op, int_string, int_string2));
969 gpu_count_info_.reset(new IntInfo(op, int_string, int_string2));
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2550 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) {
2552 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadArgMem)
2555 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadWriteArgMem)
2558 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadWriteMem)

Completed in 117 milliseconds