Home
last modified time | relevance | path

Searched refs:operations (Results 1 - 25 of 62) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp91 , operations ((Operation)0) in TestSpec()
101 Operation operations; member
140 if (m_spec.operations & OPERATION_INC) in getOperationCount()
143 if (m_spec.operations & OPERATION_DEC) in getOperationCount()
146 if (m_spec.operations == OPERATION_GET) in getOperationCount()
148 else if (m_spec.operations & OPERATION_GET) in getOperationCount()
241 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET) in generateShaderSource()
244 if ((spec.operations & OPERATION_INC) != 0) in generateShaderSource()
247 if ((spec.operations in generateShaderSource()
1103 operationToName(const AtomicCounterTest::Operation& operations, bool useBranch) operationToName() argument
1138 operationToDescription(const AtomicCounterTest::Operation& operations, bool useBranch) operationToDescription() argument
1318 const AtomicCounterTest::Operation operations[] = AtomicCounterTests() local
1386 const AtomicCounterTest::Operation operations[] = AtomicCounterTests() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Doperation.c32 PA_STATIC_FLIST_DECLARE(operations, 0, pa_xfree);
38 if (!(o = pa_flist_pop(PA_STATIC_FLIST_GET(operations)))) in pa_operation_new()
52 PA_LLIST_PREPEND(pa_operation, c->operations, o); in pa_operation_new()
74 if (pa_flist_push(PA_STATIC_FLIST_GET(operations), o) < 0) in pa_operation_unref()
85 PA_LLIST_REMOVE(pa_operation, o->context->operations, o); in operation_unlink()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc357 int threads, int iterations, int operations) { in RunTestCommon()
382 int iterations, int operations) { in RunTest()
384 return RunTestCommon(&cxt, test, threads, iterations, operations); in RunTest()
394 int operations, in RunTestWithInvariantDebugging()
400 int ret = RunTestCommon(&cxt, test, threads, iterations, operations); in RunTestWithInvariantDebugging()
1617 int operations = threads * iterations; local
1618 EXPECT_EQ(RunTest(&TestMu, threads, iterations, operations), operations); local
1621 operations = threads * iterations;
1623 operations, CheckSumG0G
356 RunTestCommon(TestContext *cxt, void (*test)(TestContext *cxt, int), int threads, int iterations, int operations) RunTestCommon() argument
381 RunTest(void (*test)(TestContext *cxt, int), int threads, int iterations, int operations) RunTest() argument
392 RunTestWithInvariantDebugging(void (*test)(TestContext *cxt, int), int threads, int iterations, int operations, void (*invariant)(void *)) RunTestWithInvariantDebugging() argument
1624 operations); global() local
1631 int operations = iterations * threads; global() local
1632 EXPECT_EQ(RunTest(&TestTry, threads, iterations, operations), operations); global() local
1638 operations); global() local
1645 int operations = iterations * threads; global() local
1652 int operations = iterations * threads; global() local
1653 EXPECT_EQ(RunTest(&TestRW, threads, iterations, operations), operations / 2); global() local
1659 operations / 2); global() local
1666 int operations = iterations; global() local
1667 EXPECT_EQ(RunTest(&TestAwait, threads, iterations, operations), operations); global() local
1673 int operations = iterations; global() local
1675 operations); global() local
1681 int operations = iterations; global() local
1682 EXPECT_EQ(RunTest(&TestSignal, threads, iterations, operations), operations); global() local
1688 int operations = iterations; global() local
1690 operations); global() local
[all...]
/third_party/node/deps/undici/src/lib/cache/
H A Dcache.js258 const operations = []
273 operations.push(operation) // 7.3.5
286 this.#batchCacheOperations(operations)
389 const operations = []
400 operations.push(operation)
417 this.#batchCacheOperations(operations)
460 const operations = []
469 operations.push(operation)
477 requestResponses = this.#batchCacheOperations(operations)
574 * @see https://w3c.github.io/ServiceWorker/#batch-cache-operations
[all...]
/third_party/node/benchmark/
H A Dcommon.js245 end(operations) {
255 if (typeof operations !== 'number') {
258 if (!process.env.NODEJS_BENCHMARK_ZERO_ALLOWED && operations <= 0) {
268 this.report(operations && Number.MAX_VALUE, 0n);
273 const rate = operations / (Number(elapsed) / 1e9);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp610 std::string& operations = specializationMap["OPERATIONS"]; in initPrograms() local
620 operations = outValueAssignment; in initPrograms()
641 operations = outValueAssignment; in initPrograms()
649 operations = " float result;\n" + in initPrograms()
689 operations = outValueAssignment; in initPrograms()
696 operations = " float result;\n" + in initPrograms()
706 operations = " outResult = inResult[0];\n"; in initPrograms()
746 operations = outValueAssignment; in initPrograms()
754 operations = inValueVerification; in initPrograms()
761 operations in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp608 std::string& operations = specializationMap["OPERATIONS"]; in initPrograms() local
618 operations = outValueAssignment; in initPrograms()
639 operations = outValueAssignment; in initPrograms()
647 operations = " float result;\n" + in initPrograms()
687 operations = outValueAssignment; in initPrograms()
694 operations = " float result;\n" + in initPrograms()
704 operations = " outResult = inResult[0];\n"; in initPrograms()
744 operations = outValueAssignment; in initPrograms()
752 operations = inValueVerification; in initPrograms()
759 operations in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderClockTests.cpp234 static testType operations[] = in addShaderClockTests() local
254 for (size_t j = 0; j != DE_LENGTH_OF_ARRAY(operations); ++j) in addShaderClockTests()
256 stageGroupTest->addChild(new ShaderClockCase(testCtx, operations[j], stages[i])); in addShaderClockTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderClockTests.cpp234 static testType operations[] = in addShaderClockTests() local
254 for (size_t j = 0; j != DE_LENGTH_OF_ARRAY(operations); ++j) in addShaderClockTests()
256 stageGroupTest->addChild(new ShaderClockCase(testCtx, operations[j], stages[i])); in addShaderClockTests()
/third_party/python/Lib/test/
H A Dtest_pyexpat.py191 def _verify_parse_output(self, operations):
226 for operation, expected_operation in zip(operations, expected_operations):
236 operations = out.out
237 self._verify_parse_output(operations)
248 operations = out.out
249 self._verify_parse_output(operations)
260 operations = out.out
261 self._verify_parse_output(operations)
/third_party/node/benchmark/fixtures/
H A Dcoverage-many-branches.js75 const operations = ['add', 'addSpecial', 'mult', 'multSpecial'];
76 for (const operation of operations) {
81 // Exercise coverage of ternary operations:
/third_party/node/test/fixtures/wpt/wasm/jsapi/
H A Dinterface.any.js4 function test_operations(object, object_name, operations) {
5 for (const [name, length] of operations) {
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_peeling.cpp184 std::unordered_set<Instruction*>* operations) { in GetIteratorUpdateOperations()
186 operations->insert(iterator); in GetIteratorUpdateOperations()
187 iterator->ForEachInId([def_use_mgr, loop, operations, this](uint32_t* id) { in GetIteratorUpdateOperations()
192 if (operations->count(insn)) { in GetIteratorUpdateOperations()
198 GetIteratorUpdateOperations(loop, insn, operations); in GetIteratorUpdateOperations()
273 std::unordered_set<Instruction*> operations; in GetIteratingExitValues()
290 std::unordered_set<Instruction*> operations; in GetIteratingExitValues()
294 GetIteratorUpdateOperations(loop_, phi, &operations); in GetIteratingExitValues()
296 for (Instruction* insn : operations) { in GetIteratingExitValues()
182 GetIteratorUpdateOperations( const Loop* loop, Instruction* iterator, std::unordered_set<Instruction*>* operations) GetIteratorUpdateOperations() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.cpp184 std::unordered_set<Instruction*>* operations) { in GetIteratorUpdateOperations()
186 operations->insert(iterator); in GetIteratorUpdateOperations()
187 iterator->ForEachInId([def_use_mgr, loop, operations, this](uint32_t* id) { in GetIteratorUpdateOperations()
192 if (operations->count(insn)) { in GetIteratorUpdateOperations()
198 GetIteratorUpdateOperations(loop, insn, operations); in GetIteratorUpdateOperations()
273 std::unordered_set<Instruction*> operations; in GetIteratingExitValues()
290 std::unordered_set<Instruction*> operations; in GetIteratingExitValues()
294 GetIteratorUpdateOperations(loop_, phi, &operations); in GetIteratingExitValues()
296 for (Instruction* insn : operations) { in GetIteratingExitValues()
182 GetIteratorUpdateOperations( const Loop* loop, Instruction* iterator, std::unordered_set<Instruction*>* operations) GetIteratorUpdateOperations() argument
/third_party/spirv-tools/source/opt/
H A Dloop_peeling.cpp198 std::unordered_set<Instruction*>* operations) { in GetIteratorUpdateOperations()
200 operations->insert(iterator); in GetIteratorUpdateOperations()
201 iterator->ForEachInId([def_use_mgr, loop, operations, this](uint32_t* id) { in GetIteratorUpdateOperations()
206 if (operations->count(insn)) { in GetIteratorUpdateOperations()
212 GetIteratorUpdateOperations(loop, insn, operations); in GetIteratorUpdateOperations()
274 std::unordered_set<Instruction*> operations; in GetIteratingExitValues()
291 std::unordered_set<Instruction*> operations; in GetIteratingExitValues()
295 GetIteratorUpdateOperations(loop_, phi, &operations); in GetIteratingExitValues()
297 for (Instruction* insn : operations) { in GetIteratingExitValues()
196 GetIteratorUpdateOperations( const Loop* loop, Instruction* iterator, std::unordered_set<Instruction*>* operations) GetIteratorUpdateOperations() argument
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dltpfsio.sh33 - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten.
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dltpfsscsi.sh31 - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp1111 // Dynamic state mixed with compute and transfer operations in createDynamicStateComputeTests()
1118 } operations[] = in createDynamicStateComputeTests() local
1138 for (int operIdx = 0; operIdx < DE_LENGTH_OF_ARRAY(operations); ++operIdx) in createDynamicStateComputeTests()
1140 GroupPtr operationGroup(new tcu::TestCaseGroup(testCtx, operations[operIdx].name)); in createDynamicStateComputeTests()
1153 operations[operIdx].operationType, // OperType operationType; in createDynamicStateComputeTests()
1174 for (int operIdx = 0; operIdx < DE_LENGTH_OF_ARRAY(operations); ++operIdx) in createDynamicStateComputeTests()
1176 GroupPtr operationGroup(new tcu::TestCaseGroup(testCtx, operations[operIdx].name)); in createDynamicStateComputeTests()
1182 operations[operIdx].operationType, // OperType operationType; in createDynamicStateComputeTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp1088 GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "compute_transfer", "Dynamic state mixed with compute and transfer operations")); in createDynamicStateComputeTests()
1094 } operations[] = in createDynamicStateComputeTests() local
1114 for (int operIdx = 0; operIdx < DE_LENGTH_OF_ARRAY(operations); ++operIdx) in createDynamicStateComputeTests()
1116 GroupPtr operationGroup(new tcu::TestCaseGroup(testCtx, operations[operIdx].name, "")); in createDynamicStateComputeTests()
1129 operations[operIdx].operationType, // OperType operationType; in createDynamicStateComputeTests()
1150 for (int operIdx = 0; operIdx < DE_LENGTH_OF_ARRAY(operations); ++operIdx) in createDynamicStateComputeTests()
1152 GroupPtr operationGroup(new tcu::TestCaseGroup(testCtx, operations[operIdx].name, "")); in createDynamicStateComputeTests()
1158 operations[operIdx].operationType, // OperType operationType; in createDynamicStateComputeTests()
/third_party/vk-gl-cts/modules/egl/
H A DteglImageFormatTests.cpp148 vector<Operation> operations; member
1609 for (int operationNdx = 0; operationNdx < (int)m_spec.operations.size(); operationNdx++) in checkExtensions()
1611 const TestSpec::Operation& op = m_spec.operations[operationNdx]; in checkExtensions()
1723 const TestSpec::Operation& op = m_spec.operations[m_curIter++]; in iterate()
1727 if (isOk && m_curIter < (int)m_spec.operations.size()) in iterate()
2053 spec.operations.push_back(TestSpec::Operation(0, *createAction.action)); in init()
2054 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action)); in init()
2265 spec.operations.push_back(TestSpec::Operation(0, *createAction.action)); in init()
2266 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action)); in init()
2267 spec.operations in init()
[all...]
H A DteglGLES2SharingThreadedTests.cpp2215 // Add random operations in init()
2278 std::vector<OperationId> operations; in addRandomOperation() local
2281 operations.push_back(THREADOPERATIONID_CREATE_BUFFER); in addRandomOperation()
2284 operations.push_back(THREADOPERATIONID_CREATE_TEXTURE); in addRandomOperation()
2287 operations.push_back(THREADOPERATIONID_CREATE_VERTEX_SHADER); in addRandomOperation()
2290 operations.push_back(THREADOPERATIONID_CREATE_FRAGMENT_SHADER); in addRandomOperation()
2293 operations.push_back(THREADOPERATIONID_CREATE_PROGRAM); in addRandomOperation()
2469 operations.push_back(THREADOPERATIONID_DESTROY_IMAGE); in addRandomOperation()
2474 operations.push_back(THREADOPERATIONID_TEXTURE_FROM_IMAGE); in addRandomOperation()
2482 operations in addRandomOperation()
[all...]
/third_party/backends/backend/
H A Dgphoto2.c480 if (!(abilities.operations & GP_OPERATION_CAPTURE_IMAGE)) in init_gphoto2()
908 if (abilities.operations & GP_OPERATION_CAPTURE_IMAGE) in sane_init()
910 if (abilities.operations & GP_OPERATION_CAPTURE_VIDEO) in sane_init()
912 if (abilities.operations & GP_OPERATION_CAPTURE_AUDIO) in sane_init()
914 if (abilities.operations & GP_OPERATION_CAPTURE_PREVIEW) in sane_init()
917 abilities.operations & GP_OPERATION_CONFIG ? "yes" : "no"); in sane_init()
/third_party/libdrm/
H A Dxf86atomic.h31 * Private definitions for atomic operations
102 #error libdrm requires atomic operations, please define them for your CPU/compiler.
/third_party/vixl/tools/
H A Dmake_instruction_doc_aarch64.pl114 operations to the precision required by AArch64 - please check the simulator
/third_party/ffmpeg/libavcodec/x86/
H A Dpixblockdsp.asm2 ;* SIMD-optimized pixel operations

Completed in 31 milliseconds

123