HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 276 - 300 of 635) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 205 operation op;
272 static const operation noDest[] =
286 opInfo[i].op = (operation)i;
458 TargetNVC0::isOpSupported(operation op, DataType ty) const
526 TargetNVC0::isPostMultiplySupported(operation op, float f, int& e) const
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir.cpp 205 this->operation = ir_expression_operation(op);
219 this->operation = ir_expression_operation(op);
232 this->operation = ir_expression_operation(op);
243 this->operation = ir_expression_operation(op);
251 switch (this->operation) {
327 this->operation = ir_expression_operation(op);
335 switch (this->operation) {
496 return operator_string(this->operation);
    [all...]
ir_set_program_inouts.cpp 177 if (is_fragment_shader && ir->operation == ir_unop_dFdy) {
  /external/mesa3d/src/glsl/
ir.cpp 205 this->operation = ir_expression_operation(op);
219 this->operation = ir_expression_operation(op);
232 this->operation = ir_expression_operation(op);
243 this->operation = ir_expression_operation(op);
251 switch (this->operation) {
327 this->operation = ir_expression_operation(op);
335 switch (this->operation) {
496 return operator_string(this->operation);
    [all...]
ir_set_program_inouts.cpp 177 if (is_fragment_shader && ir->operation == ir_unop_dFdy) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 501 std::string operation; local
502 if (args->GetSize() != 1 || !args->GetString(0, &operation)) {
506 if (operation == kTagSimOpConfigure) {
512 // 3. If card is locked it will first call PIN unlock operation
517 if (operation == kTagSimOpSetLocked) {
519 } else if (operation == kTagSimOpSetUnlocked) {
521 } else if (operation == kTagSimOpUnlock) {
523 } else if (operation == kTagSimOpChangePin) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 83 uint32_t operation; member in struct:drm_radeon_gem_va
589 va.operation = RADEON_VA_MAP;
595 if (r && va.operation == RADEON_VA_RESULT_ERROR) {
603 if (va.operation == RADEON_VA_RESULT_VA_EXIST) {
915 va.operation = RADEON_VA_MAP;
923 if (r && va.operation == RADEON_VA_RESULT_ERROR) {
928 if (va.operation == RADEON_VA_RESULT_VA_EXIST) {
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 83 uint32_t operation; member in struct:drm_radeon_gem_va
589 va.operation = RADEON_VA_MAP;
595 if (r && va.operation == RADEON_VA_RESULT_ERROR) {
603 if (va.operation == RADEON_VA_RESULT_VA_EXIST) {
915 va.operation = RADEON_VA_MAP;
923 if (r && va.operation == RADEON_VA_RESULT_ERROR) {
928 if (va.operation == RADEON_VA_RESULT_VA_EXIST) {
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 37 QueueableTask(base::WeakPtr<SyncableFileSystemOperation> operation,
39 : operation_(operation),
41 target_paths_(operation->target_paths_) {}
190 // This is a read operation and there'd be no hard to let it go even if
191 // directory operation is disabled. (And we should allow this if it's made
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
utilities.js 232 * - If the element being tested is the '+ / -' operation the expected
239 * - If the element |e| being tested is the '+', '-', '*', or '/' operation
322 var operation = element.match(/[+*/-]/); variable
325 if (operation && !operand)
327 else if (operation)
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service.h 141 // Checks the result of a socket operation. The name of the socket
142 // operation is given by |operation| and the result of the operation is
145 // |true| otherwise. |operation| and |result| are logged.
146 bool CheckResult(const char* operation, int result);
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.h 170 // position is to be fixed. If |operation| is CREATE, treat |dst| as an
175 static bool PlaceSyncNode(MoveOrCreate operation,
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.cc 328 PrivetRegisterOperation* operation,
351 PrivetRegisterOperation* operation,
375 PrivetRegisterOperation* operation,
377 std::string name = operation->GetHTTPClient()->GetName();
  /external/chromium_org/chrome/installer/util/
installer_state.h 40 // Encapsulates the state of the current installation operation. Only valid
63 enum Operation {
77 // Initializes this object based on the current operation.
99 // The level (user or system) of this operation.
102 // The package type (single or multi) of this operation.
105 // An identifier of this operation.
106 Operation operation() const { return operation_; } function in class:installer::InstallerState
200 // For a MULTI_INSTALL or MULTI_UPDATE operation, updates the Google Update
263 Operation operation_
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.h 81 const std::string& operation,
shill_device_client.cc 196 const std::string& operation,
203 writer.AppendString(operation);
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 354 help='quiet operation')
455 operation = 'adding'
457 operation = 'updating'
461 print ' %s: %s (stored 0%%)' % (operation, zip_path)
463 print ' %s: %s (deflated %d%%)' % (operation, zip_path,
  /external/chromium_org/third_party/WebKit/public/web/
WebView.h 333 WebDragOperation operation) = 0;
335 // Notfies the WebView that the system drag and drop operation has ended.
338 // Callback methods when a drag-and-drop operation is trying to drop
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 88 int operation,
163 // Converts a single action atom to a drag operation.
247 // The current drag-drop client that has an active operation. Since we have
249 // it is important to maintain only one drag and drop operation at any time.
252 // The operation bitfield as requested by StartDragAndDrop.
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 96 int operation,
native_widget_private.h 212 int operation,
  /external/deqp/framework/common/
tcuThreadUtil.hpp 76 // Used by class Operation only
129 class Operation
132 Operation (const char* name);
133 virtual ~Operation (void);
141 virtual void exec (Thread& thread) = 0; //!< Overwritten by inherited class to perform actual operation
149 Operation (const Operation&);
150 Operation& operator= (const Operation&);
168 virtual void init (void) {} //!< Called first before any Operation
    [all...]
  /build/target/board/generic_arm64/
BoardConfig.mk 64 # of an SDK AVD. Note that this operation only works on Linux for now
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 24 * No operation may visibly modify any of its arguments. In particular, take
30 * Is this an operation that applies to any element of any arbitrary set?
104 * Note also that, as mentioned in the file overview, this operation has
116 * about the effect (and intent) of an operation if we can make these
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_event_emitter.cc 25 const char* kDictKeyOperation = "operation";
157 Error JSPipeEventEmitter::SendMessageToJS(PP_Var operation, PP_Var payload) {
174 // Set three keys in the dictionary: 'pipe', 'operation', and 'payload'
176 dict_iface_->Set(dict, operation_key_, operation);

Completed in 347 milliseconds

<<11121314151617181920>>