Home
last modified time | relevance | path

Searched refs:pass (Results 426 - 450 of 1770) sorted by relevance

1...<<11121314151617181920>>...71

/third_party/spirv-tools/source/fuzz/
H A Dfuzzer.cpp146 // Each call to MaybeAddRepeatedPass randomly decides whether the given pass in Fuzzer()
147 // should be enabled, and adds an instance of the pass to |pass_instances| in Fuzzer()
222 // There is a theoretical possibility that no pass instances were created in Fuzzer()
279 bool Fuzzer::ApplyPassAndCheckValidity(FuzzerPass* pass) const { in ApplyPassAndCheckValidity()
280 pass->Apply(); in ApplyPassAndCheckValidity()
350 for (auto& pass : final_passes_) { in Run()
351 if (!ApplyPassAndCheckValidity(pass.get())) { in Run()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_color_spec.cpp533 for (uint32 pass = 0; pass < kMaxPasses; pass++) in NeutralToXY()
552 if (pass == kMaxPasses - 1) in NeutralToXY()
/third_party/backends/backend/escl/
H A Descl_status.c205 int pass = 0; in escl_status() local
262 if (pass == 0 && in escl_status()
268 pass = 1; in escl_status()
/third_party/lame/ACM/tinyxml/
H A Dxmltest.cpp15 cout << "[pass]"; in XmlTest()
25 bool pass = ( expected == found ); in XmlTest() local
26 if ( pass ) in XmlTest()
30 return pass; in XmlTest()
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc240 void call(const char* pass, STR&& __k) { in call() argument
241 printf("%s: &rval=%p\n", pass, &__k); in call()
242 printf("%s: &C=%p\n", pass, __k.C); in call()
/third_party/openssl/test/recipes/
H A D20-test_kdf.t28 { cmd => [qw{openssl kdf -keylen 25 -digest SHA256 -kdfopt pass:passwordPASSWORDpassword -kdfopt salt:saltSALTsaltSALTsaltSALTsaltSALTsalt -kdfopt iter:4096 PBKDF2}],
54 { cmd => [qw{openssl kdf -keylen 25 -kdfopt digest:SHA256 -kdfopt pass:passwordPASSWORDpassword -kdfopt salt:saltSALTsaltSALTsaltSALTsaltSALTsalt -kdfopt iter:4096 PBKDF2}],
80 { cmd => [qw{openssl kdf -keylen 64 -kdfopt pass:password -kdfopt salt:NaCl -kdfopt n:1024 -kdfopt r:8 -kdfopt p:16 -kdfopt maxmem_bytes:10485760 id-scrypt}],
/third_party/toybox/toys/other/
H A Dblkid.c94 int pass = 0; in do_blkid() local
106 pass++; in do_blkid()
120 if (pass) continue; in do_blkid()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c84 const char *pass, const char *desc,
217 char *get_passwd(const char *pass, const char *desc) in get_passwd() argument
223 if (!app_passwd(pass, NULL, &result, NULL)) in get_passwd()
225 if (pass != NULL && result == NULL) { in get_passwd()
227 "Trying plain input string (better precede with 'pass:')\n"); in get_passwd()
228 result = OPENSSL_strdup(pass); in get_passwd()
263 if (strncmp(arg, "pass:", 5) == 0) in app_get_pass()
466 const char *pass, const char *desc) in load_cert_pass()
477 (void)load_key_certs_crls(uri, format, maybe_stdin, pass, desc, in load_cert_pass()
549 const char *pass, ENGIN in load_key()
465 load_cert_pass(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc) load_cert_pass() argument
548 load_key(const char *uri, int format, int may_stdin, const char *pass, ENGINE *e, const char *desc) load_key() argument
567 load_pubkey(const char *uri, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *desc) load_pubkey() argument
684 load_cert_certs(const char *uri, X509 **pcert, STACK_OF(X509) **pcerts, int exclude_http, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) load_cert_certs() argument
772 load_certstore(char *input, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) load_certstore() argument
800 load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs, const char *pass, const char *desc) load_certs() argument
819 load_crls(const char *uri, STACK_OF(X509_CRL) **crls, const char *pass, const char *desc) load_crls() argument
861 load_key_certs_crls_suppress(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls, int suppress_decode_errors) load_key_certs_crls_suppress() argument
1094 load_key_certs_crls(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls) load_key_certs_crls() argument
[all...]
/third_party/openssl/apps/lib/
H A Dapps.c84 const char *pass, const char *desc,
217 char *get_passwd(const char *pass, const char *desc) in get_passwd() argument
223 if (!app_passwd(pass, NULL, &result, NULL)) in get_passwd()
225 if (pass != NULL && result == NULL) { in get_passwd()
227 "Trying plain input string (better precede with 'pass:')\n"); in get_passwd()
228 result = OPENSSL_strdup(pass); in get_passwd()
263 if (strncmp(arg, "pass:", 5) == 0) in app_get_pass()
466 const char *pass, const char *desc) in load_cert_pass()
477 (void)load_key_certs_crls(uri, format, maybe_stdin, pass, desc, in load_cert_pass()
549 const char *pass, ENGIN in load_key()
465 load_cert_pass(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc) load_cert_pass() argument
548 load_key(const char *uri, int format, int may_stdin, const char *pass, ENGINE *e, const char *desc) load_key() argument
567 load_pubkey(const char *uri, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *desc) load_pubkey() argument
684 load_cert_certs(const char *uri, X509 **pcert, STACK_OF(X509) **pcerts, int exclude_http, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) load_cert_certs() argument
772 load_certstore(char *input, const char *pass, const char *desc, X509_VERIFY_PARAM *vpm) load_certstore() argument
800 load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs, const char *pass, const char *desc) load_certs() argument
819 load_crls(const char *uri, STACK_OF(X509_CRL) **crls, const char *pass, const char *desc) load_crls() argument
861 load_key_certs_crls_suppress(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls, int suppress_decode_errors) load_key_certs_crls_suppress() argument
1092 load_key_certs_crls(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls) load_key_certs_crls() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInlineSpiller.cpp139 HoistSpillHelper(MachineFunctionPass &pass, MachineFunction &mf, in HoistSpillHelper() argument
141 : MF(mf), LIS(pass.getAnalysis<LiveIntervals>()), in HoistSpillHelper()
142 LSS(pass.getAnalysis<LiveStacks>()), in HoistSpillHelper()
143 AA(&pass.getAnalysis<AAResultsWrapperPass>().getAAResults()), in HoistSpillHelper()
144 MDT(pass.getAnalysis<MachineDominatorTree>()), in HoistSpillHelper()
145 Loops(pass.getAnalysis<MachineLoopInfo>()), VRM(vrm), in HoistSpillHelper()
148 MBFI(pass.getAnalysis<MachineBlockFrequencyInfo>()), in HoistSpillHelper()
196 InlineSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) in InlineSpiller() argument
197 : MF(mf), LIS(pass.getAnalysis<LiveIntervals>()), in InlineSpiller()
198 LSS(pass in InlineSpiller()
241 createInlineSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) createInlineSpiller() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp353 return tcu::TestStatus::pass("Command Pool allocated correctly."); in createPoolNullParamsTest()
374 return tcu::TestStatus::pass("Command Pool allocated correctly."); in createPoolNonNullAllocatorTest()
394 return tcu::TestStatus::pass("Command Pool allocated correctly."); in createPoolTransientBitTest()
413 return tcu::TestStatus::pass("Command Pool allocated correctly."); in createPoolResetBitTest()
435 return tcu::TestStatus::pass("Command Pool allocated correctly."); in resetPoolReleaseResourcesBitTest()
457 return tcu::TestStatus::pass("Command Pool allocated correctly."); in resetPoolNoFlagsTest()
537 return tcu::TestStatus::pass("Passed"); in resetPoolReuseTest()
568 return tcu::TestStatus::pass("Buffer was created correctly."); in allocatePrimaryBufferTest()
617 return tcu::TestStatus::pass(out.str()); in allocateManyPrimaryBuffersTest()
646 return tcu::TestStatus::pass("Buffe in allocateSecondaryBufferTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp353 return tcu::TestStatus::pass("Command Pool allocated correctly."); in createPoolNullParamsTest()
374 return tcu::TestStatus::pass("Command Pool allocated correctly."); in createPoolNonNullAllocatorTest()
394 return tcu::TestStatus::pass("Command Pool allocated correctly."); in createPoolTransientBitTest()
413 return tcu::TestStatus::pass("Command Pool allocated correctly."); in createPoolResetBitTest()
435 return tcu::TestStatus::pass("Command Pool allocated correctly."); in resetPoolReleaseResourcesBitTest()
457 return tcu::TestStatus::pass("Command Pool allocated correctly."); in resetPoolNoFlagsTest()
537 return tcu::TestStatus::pass("Passed"); in resetPoolReuseTest()
568 return tcu::TestStatus::pass("Buffer was created correctly."); in allocatePrimaryBufferTest()
617 return tcu::TestStatus::pass(out.str()); in allocateManyPrimaryBuffersTest()
646 return tcu::TestStatus::pass("Buffe in allocateSecondaryBufferTest()
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c405 for (unsigned i = 0; i < cmdbuf->state.pass->attachment_count; i++) { in panvk_cmd_prepare_clear_values()
407 &cmdbuf->state.pass->attachments[i]; in panvk_cmd_prepare_clear_values()
505 VK_FROM_HANDLE(panvk_render_pass, pass, pRenderPassBegin->renderPass); in panvk_CmdBeginRenderPass2()
508 cmdbuf->state.pass = pass; in panvk_CmdBeginRenderPass2()
509 cmdbuf->state.subpass = pass->subpasses; in panvk_CmdBeginRenderPass2()
517 assert(pRenderPassBegin->clearValueCount <= pass->attachment_count); in panvk_CmdBeginRenderPass2()
520 sizeof(*cmdbuf->state.clear) * pass->attachment_count, in panvk_CmdBeginRenderPass2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp484 // Create a render pass, a framebuffer, and the second pipeline. in iterate()
514 for (int pass = 0; pass < 2; pass++) in iterate()
517 // the expected values on the first pass. The first sampler uses an uncompressed image format so the result in iterate()
519 if (!m_twoSamplers || pass == 0) in iterate()
522 vk.cmdPushConstants(*cmdBuffer, *computePipelineLayout, VK_SHADER_STAGE_COMPUTE_BIT, 0, sizeof(deInt32), &pass); in iterate()
544 vk.cmdPushConstants(*cmdBuffer, *graphicsPipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0, sizeof(deInt32), &pass); in iterate()
578 if (pass == 0) in iterate()
606 // The first pass draw in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp484 // Create a render pass, a framebuffer, and the second pipeline. in iterate()
514 for (int pass = 0; pass < 2; pass++) in iterate()
517 // the expected values on the first pass. The first sampler uses an uncompressed image format so the result in iterate()
519 if (!m_twoSamplers || pass == 0) in iterate()
522 vk.cmdPushConstants(*cmdBuffer, *computePipelineLayout, VK_SHADER_STAGE_COMPUTE_BIT, 0, sizeof(deInt32), &pass); in iterate()
544 vk.cmdPushConstants(*cmdBuffer, *graphicsPipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0, sizeof(deInt32), &pass); in iterate()
578 if (pass == 0) in iterate()
606 // The first pass draw in iterate()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
H A Dmain.go127 flag.Var(&flags, "flag", "flag to pass to dawn-node as flag=value. multiple flags must be passed in individually")
575 case "pass":
576 res.status = pass
682 if r.verbose || res.error != nil || (res.status != pass && res.status != skip) {
699 pass: %v (%v)
705 numByStatus[pass], percentage(numByStatus[pass], numTests),
731 pass status = "pass"
787 case strings.Contains(msg, "[pass]"), er
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_perfcounter.c436 /* allow an uint32_t per pass to signal completion. */ in radv_pc_init_query_pool()
597 for (unsigned pass = 0; pass < pool->num_passes; ++pass) { in radv_pc_stop_and_sample()
599 PERF_CTR_BO_PASS_OFFSET + 8 * pass; in radv_pc_stop_and_sample()
613 unsigned offset = ac_block->num_instances * pass; in radv_pc_stop_and_sample()
631 uint64_t signal_va = va + pool->b.stride - 8 - 8 * pass; in radv_pc_stop_and_sample()
681 for (unsigned pass = 0; pass < pool->num_passes; ++pass) { in radv_pc_begin_query()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c143 bool pass = true; in compare_textures() local
160 pass = false; in compare_textures()
167 return pass; in compare_textures()
511 bool pass; in si_test_image_copy_region() local
618 pass = true; in si_test_image_copy_region()
620 pass &= compare_textures(ctx, dst, &dst_cpu[level], level); in si_test_image_copy_region()
622 if (pass) in si_test_image_copy_region()
628 pass ? "pass" : "fail", num_pass, num_pass + num_fail); in si_test_image_copy_region()
667 * from the gfx blit. FP32 and FP16 are the only formats that mostly pass in si_test_blit()
964 bool pass = compare_gpu_textures(ctx, gfx_dst, comp_dst); si_test_blit() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp279 wgpu::RenderPassEncoder pass; in DoTest() local
282 // The render pass to clear up the depthTextureView (using LoadOp = clear) in DoTest()
285 // The render pass to do the test with depth and stencil result kept in DoTest()
291 pass = encoder.BeginRenderPass(&renderPass); in DoTest()
292 pass.EndPass(); in DoTest()
295 pass = encoder.BeginRenderPass(&renderPass); in DoTest()
302 pass = encoder.BeginRenderPass(&renderPass); in DoTest()
330 pass.SetPipeline(pipeline); in DoTest()
332 pass.SetStencilReference(test.stencil); // Set the stencil reference in DoTest()
334 pass in DoTest()
[all...]
H A DComputeLayoutMemoryBufferTests.cpp322 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in TEST_P() local
323 pass.SetPipeline(pipeline); in TEST_P()
324 pass.SetBindGroup(0, bindGroup); in TEST_P()
325 pass.Dispatch(1); in TEST_P()
326 pass.EndPass(); in TEST_P()
/third_party/cups-filters/cupsfilters/
H A Dimage-gif.c452 pass; /* Current pass */ in gif_read_image() local
465 pass = 0; in gif_read_image()
506 ypos += xpasses[pass]; in gif_read_image()
510 pass ++; in gif_read_image()
512 ypos = ypasses[pass]; in gif_read_image()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicFenceTests.cpp113 return tcu::TestStatus::pass("Basic one fence tests passed"); in basicOneFenceCase()
162 return tcu::TestStatus::pass("Pass"); in basicSignaledCase()
242 return tcu::TestStatus::pass("Basic multi fence tests passed"); in basicMultiFenceCase()
266 return tcu::TestStatus::pass("OK"); in emptySubmitCase()
351 return tcu::TestStatus::pass("Basic multi fence test without waitAll passed"); in basicMultiFenceWaitAllFalseCase()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp505 bool pass = true; in iterate() local
506 for(int y = 0; pass && y < RENDERTARGET_HEIGHT; ++y) in iterate()
510 pass = false; in iterate()
516 const qpTestResult result = (pass ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL); in iterate()
517 const char* desc = (pass ? "Pass" : "Pixel mismatch; vector initialization failed"); in iterate()
/third_party/toybox/toys/pending/
H A Dtcpsvd.c192 struct passwd *pass = NULL; in get_uidgid() local
203 if (!(pass = getpwnam(user))) { in get_uidgid()
205 if (!(pass = getpwuid(n))) perror_exit("Invalid user '%s'", user); in get_uidgid()
207 *uid = pass->pw_uid; in get_uidgid()
208 *gid = pass->pw_gid; in get_uidgid()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12ResidencyTests.cpp383 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local
385 pass.SetPipeline(renderPipeline); in TEST_P()
392 pass.SetBindGroup(0, utils::MakeBindGroup(device, renderPipeline.GetBindGroupLayout(0), in TEST_P()
394 pass.Draw(3); in TEST_P()
397 pass.EndPass(); in TEST_P()

Completed in 32 milliseconds

1...<<11121314151617181920>>...71