Searched refs:operation (Results 301 - 325 of 531) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp426 * of this operation, we want to emit a scalar per source channel used
437 /* Mesa RCP is a scalar operation splatting results to all channels,
854 if (!expr || expr->operation != ir_binop_mul)
894 if (!expr || expr->operation != ir_unop_logic_not)
940 if (sat_src_expr && (sat_src_expr->operation == ir_binop_mul ||
941 sat_src_expr->operation == ir_binop_add ||
942 sat_src_expr->operation == ir_binop_dot)) {
1026 assert(expr->operation == ir_unop_neg);
1100 if (ir->operation == ir_binop_add) {
1109 if (ir->operation
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp426 * of this operation, we want to emit a scalar per source channel used
437 /* Mesa RCP is a scalar operation splatting results to all channels,
854 if (!expr || expr->operation != ir_binop_mul)
894 if (!expr || expr->operation != ir_unop_logic_not)
940 if (sat_src_expr && (sat_src_expr->operation == ir_binop_mul ||
941 sat_src_expr->operation == ir_binop_add ||
942 sat_src_expr->operation == ir_binop_dot)) {
1026 assert(expr->operation == ir_unop_neg);
1100 if (ir->operation == ir_binop_add) {
1109 if (ir->operation
[all...]
/external/chromium_org/chrome/installer/util/
H A Dshell_util.h325 // |properties| and |operation| affect this method as described on their
335 ShellUtil::ShortcutOperation operation);
427 // default handler for each. If any of these fails the operation will return
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.h189 int screen_y, blink::WebDragOperation operation);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.h136 virtual void UpdateDragCursor(blink::WebDragOperation operation) OVERRIDE;
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.cc80 // This is the callback of the file operation.
145 disk_cache::SparseControl::SparseOperation operation) {
146 switch (operation) {
159 // Logs the end event for |operation| on a child entry. Range operations log
162 disk_cache::SparseControl::SparseOperation operation,
166 switch (operation) {
266 // Copy the operation parameters.
328 // one extra reference due to the pending IO operation itself, but we'll
818 // We fail the whole operation if we encounter an error.
839 // We'll return the current result of the operation, whic
144 GetSparseEventType( disk_cache::SparseControl::SparseOperation operation) argument
161 LogChildOperationEnd(const net::BoundNetLog& net_log, disk_cache::SparseControl::SparseOperation operation, int result) argument
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_runner.h31 // All operation methods take callback and returns OperationID, which is
32 // an integer value which can be used for cancelling an operation.
33 // All operation methods return kErrorOperationID if running (posting) an
34 // operation fails, in addition to dispatching the callback with an error
36 // returned operation ID).
124 // Tries to cancel the operation |id| [we support cancelling write or
125 // truncate only]. Reports failure for the current operation, then reports
126 // success for the cancel operation itself via the |callback|.
296 OperationHandle BeginOperation(FileSystemOperation* operation,
306 // We keep track of the file to be modified by each operation s
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js352 operation: function(f) { },
/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h333 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/third_party/boringssl/src/crypto/evp/
H A Dinternal.h166 /* Method associated with this operation */
174 /* operation contains one of the |EVP_PKEY_OP_*| values. */
175 int operation; member in struct:evp_pkey_ctx_st
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dsequence.pxd36 # failure. The operation is done in-place when o1 supports
42 # NULL on failure. The operation is done in-place when o supports
/external/chromium_org/third_party/hwcplus/include/system/
H A Dwindow.h131 * buffers simultaneously dequeued as part of the steady-state operation,
486 int operation, ... );
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac239 AC_HELP_STRING([--enable-threadsafe],[Support threadsafe operation]),,enable_threadsafe=yes)
240 AC_MSG_CHECKING([whether to support threadsafe operation])
/external/chromium_org/ui/views/widget/
H A Dnative_widget_mac.h96 int operation,
H A Dnative_widget_private.h212 int operation,
/external/chromium_org/v8/tools/
H A Dtickprocessor.js89 V8Profile.prototype.handleUnknownCode = function(operation, addr) {
91 switch (operation) {
217 operation, addr, opt_stackPos) {
219 switch (operation) {
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp384 //! An order-independent operation is one for which the end result doesn't depend on the order in which the operations are carried (i.e. is both commutative and associative).
395 //! Computes the result of an atomic operation where "a" is the data operated on and "b" is the parameter to the atomic function.
413 //! \note For floats, only the exchange operation is supported.
1553 * \brief Binary atomic operation case.
1581 BinaryAtomicOperationCase (Context& context, const char* name, const char* description, const TextureFormat& format, TextureType imageType, AtomicOperation operation, AtomicOperationCaseType caseType) argument
1585 , m_operation (operation)
1687 EndResultVerifier (AtomicOperation operation, TextureType imageType) : m_operation(operation), m_imageType(imageType) {} argument
1728 // Just accumulate the atomic args (and the initial value) according to the operation, and compare.
1780 ReturnValueVerifier (AtomicOperation operation, TextureTyp argument
1870 verifyOperationAccumulationIntermediateValues(AtomicOperation operation, T init, const T (&args)[NUM_INVOCATIONS_PER_PIXEL], const T (&returnValues)[NUM_INVOCATIONS_PER_PIXEL]) argument
1882 verifyRecursive(AtomicOperation operation, int index, T valueSoFar, bool (&argsUsed)[NUM_INVOCATIONS_PER_PIXEL], const T (&args)[NUM_INVOCATIONS_PER_PIXEL], const T (&returnValues)[NUM_INVOCATIONS_PER_PIXEL]) argument
3222 const AtomicOperation operation = (AtomicOperation)operationI; local
[all...]
/external/e2fsprogs/intl/
H A Dplural.y78 newp->operation = op;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eigen/bench/
H A DBenchSparseUtil.h124 #include <boost/numeric/ublas/operation.hpp>
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
H A DSDL_paudio.c292 * paud.operation; * PLAY, RECORD
318 paud_init.operation = PLAY;
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s101 @ saturation operation should take in the filter before scaling back to
H A DARM-E_interpolate_noloop_gnu.s93 @ saturation operation should take in the filter before scaling back to
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s101 @ saturation operation should take in the filter before scaling back to

Completed in 709 milliseconds

<<11121314151617181920>>