/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | PrimitiveStateTests.cpp | 97 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in DoTest() local 128 pass.SetPipeline(pipeline); in DoTest() 129 pass.SetBindGroup(0, bindGroup); in DoTest() 130 pass.Draw(1); in DoTest() 132 pass.EndPass(); in DoTest() 264 // within the same render pass with differing clampDepth values.
|
H A D | RenderPassLoadOpTests.cpp | 35 void Draw(wgpu::RenderPassEncoder* pass) { in Draw() argument 43 pass->SetPipeline(renderPipeline); in Draw() 44 pass->Draw(6, 1, 0, 0); in Draw() 177 auto pass = encoder.BeginRenderPass(&renderPassLoad); in TEST_P() local 178 blueQuad.Draw(&pass); in TEST_P() 179 pass.EndPass(); in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
H A D | ShaderRobustnessPerf.cpp | 482 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in Step() local 483 pass.SetPipeline(mPipeline); in Step() 484 pass.SetBindGroup(0, mBindGroup); in Step() 486 pass.Dispatch(ceil(float(mDimBOuter) / float(kTileSize)), in Step() 489 pass.EndPass(); in Step()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_rr.c | 58 int pass = 0; in ip_vs_rr_schedule() local 77 pass++; in ip_vs_rr_schedule() 79 * If we stay at head there is no need for 2nd pass. in ip_vs_rr_schedule() 81 } while (pass < 2 && p != &svc->destinations); in ip_vs_rr_schedule()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_rr.c | 58 int pass = 0; in ip_vs_rr_schedule() local 77 pass++; in ip_vs_rr_schedule() 79 * If we stay at head there is no need for 2nd pass. in ip_vs_rr_schedule() 81 } while (pass < 2 && p != &svc->destinations); in ip_vs_rr_schedule()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_pass.cpp | 32 pass::pass(shader &s) : ctx(s.get_ctx()), sh(s) {} in pass() function in r600_sb::pass 34 int pass::run() { return -1; } in run()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 204 const struct v3dv_render_pass *pass = state->pass; in cmd_buffer_render_pass_emit_loads() local 205 const struct v3dv_subpass *subpass = &pass->subpasses[state->subpass_idx]; in cmd_buffer_render_pass_emit_loads() 207 assert(!pass->multiview_enabled || layer < MAX_MULTIVIEW_VIEW_COUNT); in cmd_buffer_render_pass_emit_loads() 216 &state->pass->attachments[attachment_idx]; in cmd_buffer_render_pass_emit_loads() 236 uint32_t first_subpass = !pass->multiview_enabled ? in cmd_buffer_render_pass_emit_loads() 255 &state->pass->attachments[ds_attachment_idx]; in cmd_buffer_render_pass_emit_loads() 260 uint32_t ds_first_subpass = !pass->multiview_enabled ? in cmd_buffer_render_pass_emit_loads() 287 * the to aspects compatible with the render pass and the image. in cmd_buffer_render_pass_emit_loads() 436 struct v3dv_render_pass *pass in cmd_buffer_render_pass_emit_stores() local 809 const struct v3dv_render_pass *pass = state->pass; cmd_buffer_emit_render_pass_rcl() local [all...] |
/third_party/openssl/test/ |
H A D | endecode_test.c | 134 const char *pass, const char *pcipher); 138 const char *keytype, int selection, const char *pass); 153 const char *pass, const char *pcipher, in test_encode_decode() 171 output_type, output_structure, pass, pcipher))) in test_encode_decode() 178 selection, pass))) in test_encode_decode() 187 selection, pass)) in test_encode_decode() 189 output_type, output_structure, pass, pcipher))) in test_encode_decode() 205 if ((pass == NULL && pcipher == NULL) in test_encode_decode() 231 const char *pass, const char *pcipher) in encode_EVP_PKEY_prov() 237 const unsigned char *upass = (const unsigned char *)pass; in encode_EVP_PKEY_prov() 149 test_encode_decode(const char *file, const int line, const char *type, EVP_PKEY *pkey, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher, encoder *encode_cb, decoder *decode_cb, tester *test_cb, checker *check_cb, dumper *dump_cb, int flags) test_encode_decode() argument 226 encode_EVP_PKEY_prov(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_prov() argument 267 decode_EVP_PKEY_prov(const char *file, const int line, void **object, void *encoded, long encoded_len, const char *input_type, const char *structure_type, const char *keytype, int selection, const char *pass) decode_EVP_PKEY_prov() argument 342 encode_EVP_PKEY_legacy_PEM(const char *file, const int line, void **encoded, long *encoded_len, void *object, ossl_unused int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_legacy_PEM() argument 382 encode_EVP_PKEY_MSBLOB(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, ossl_unused const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_MSBLOB() argument 427 encode_EVP_PKEY_PVK(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_PVK() argument 700 static const char *pass = "the holy handgrenade of antioch"; global() variable [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwutil.c | 167 * length, and does not need to be null terminated. To be safe, pass the 199 /* This is used below to find the size of an image to pass to png_deflate_claim, 221 int pass; in png_image_size() local 223 for (cb_base=0, pass=0; pass<=6; ++pass) in png_image_size() 225 png_uint_32 pw = PNG_PASS_COLS(w, pass); in png_image_size() 228 cb_base += (PNG_ROWBYTES(pd, pw)+1) * PNG_PASS_ROWS(h, pass); in png_image_size() 365 * happening just pass 32768 as the data_size parameter. Notice that zlib in png_deflate_claim() 494 * input. The result is buffered rather than using the two-pass algorith in png_text_compress() 2096 png_do_write_interlace(png_row_infop row_info, png_bytep row, int pass) png_do_write_interlace() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkcs12.c | 41 const char *pass, int passlen, int options, 44 const char *pass, int passlen, int options, 47 const char *pass, int passlen, 81 {"passin", OPT_PASSIN, 's', "Input file pass phrase source"}, 82 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 116 {"passcerts", OPT_PASSCERTS, 's', "Certificate file pass phrase source"}, 161 char pass[PASSWD_BUF_SIZE] = "", macpass[PASSWD_BUF_SIZE] = ""; in pkcs12_main() local 495 cpass = pass; in pkcs12_main() 652 if (EVP_read_pw_string(pass, sizeof(pass), in pkcs12_main() 836 dump_certs_keys_p12(BIO *out, const PKCS12 *p12, const char *pass, int passlen, int options, char *pempass, const EVP_CIPHER *enc) dump_certs_keys_p12() argument 881 dump_certs_pkeys_bags(BIO *out, const STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass, int passlen, int options, char *pempass, const EVP_CIPHER *enc) dump_certs_pkeys_bags() argument 895 dump_certs_pkeys_bag(BIO *out, const PKCS12_SAFEBAG *bag, const char *pass, int passlen, int options, char *pempass, const EVP_CIPHER *enc) dump_certs_pkeys_bag() argument [all...] |
/third_party/openssl/apps/ |
H A D | pkcs12.c | 41 const char *pass, int passlen, int options, 44 const char *pass, int passlen, int options, 47 const char *pass, int passlen, 81 {"passin", OPT_PASSIN, 's', "Input file pass phrase source"}, 82 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 116 {"passcerts", OPT_PASSCERTS, 's', "Certificate file pass phrase source"}, 161 char pass[PASSWD_BUF_SIZE] = "", macpass[PASSWD_BUF_SIZE] = ""; in pkcs12_main() local 495 cpass = pass; in pkcs12_main() 652 if (EVP_read_pw_string(pass, sizeof(pass), in pkcs12_main() 836 dump_certs_keys_p12(BIO *out, const PKCS12 *p12, const char *pass, int passlen, int options, char *pempass, const EVP_CIPHER *enc) dump_certs_keys_p12() argument 885 dump_certs_pkeys_bags(BIO *out, const STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass, int passlen, int options, char *pempass, const EVP_CIPHER *enc) dump_certs_pkeys_bags() argument 899 dump_certs_pkeys_bag(BIO *out, const PKCS12_SAFEBAG *bag, const char *pass, int passlen, int options, char *pempass, const EVP_CIPHER *enc) dump_certs_pkeys_bag() argument [all...] |
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-llvm-version.cpp | 6 #define pass int main() {printf("%x\n", NUM_VERSION); return 0;} macro 9 pass
|
/test/testfwk/arkxtest/jsunit/src/module/assert/ |
H A D | assertInstanceOf.js | 19 pass: true 23 pass: false,
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_core.c | 46 int pass = 0, prev_ninsns = 0, i; in bpf_int_jit_compile() local 98 pass++; in bpf_int_jit_compile() 145 pass++; in bpf_int_jit_compile() 157 bpf_jit_dump(prog->len, image_size, pass, ctx->insns); in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ |
H A D | kselftest_deps.sh | 26 echo "- Prints pass/fail dependency check for each tests/sub-test." 27 echo "- Prints pass/fail targets and libraries." 68 pass=$(mktemp).out 69 trap "rm -f $pass" EXIT 70 #echo $pass 275 echo "PASS: $test dependency check passed $lib" >> $pass 304 cat $pass
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | kselftest_deps.sh | 26 echo "- Prints pass/fail dependency check for each tests/sub-test." 27 echo "- Prints pass/fail targets and libraries." 68 pass=$(mktemp).out 69 trap "rm -f $pass" EXIT 70 #echo $pass 273 echo "PASS: $test dependency check passed $lib" >> $pass 302 cat $pass
|
/third_party/skia/experimental/webgpu-bazel/src/ |
H A D | bindings.cpp | 87 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderpass); in drawPipeline() local 88 pass.SetPipeline(pipeline); in drawPipeline() 89 pass.Draw(3, // vertexCount in drawPipeline() 94 pass.EndPass(); in drawPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktInfoTests.cpp | 121 return tcu::TestStatus::pass("Not validated"); in logBuildInfo() 142 return tcu::TestStatus::pass("Not validated"); in logDeviceInfo() 156 return tcu::TestStatus::pass("Not validated"); in logPlatformInfo() 236 return tcu::TestStatus::pass("Pass"); in logPlatformMemoryLimits()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 679 unsigned int pass; in redir_to_connected() local 707 err = xbpf_map_lookup_elem(verd_mapfd, &key, &pass); in redir_to_connected() 710 if (pass != 1) in redir_to_connected() 711 FAIL("%s: want pass count 1, have %d", log_prefix, pass); in redir_to_connected() 948 unsigned int pass; in test_reuseport_select_listening() local 1000 err = xbpf_map_lookup_elem(verd_map, &key, &pass); in test_reuseport_select_listening() 1003 if (pass != 1) in test_reuseport_select_listening() 1004 FAIL("want pass count 1, have %d", pass); in test_reuseport_select_listening() 1344 unsigned int pass; unix_redir_to_connected() local 1482 unsigned int pass; vsock_unix_redir_connectible() local 1666 unsigned int pass; udp_redir_to_connected() local 1752 unsigned int pass; inet_unix_redir_to_connected() local 1832 unsigned int pass; unix_inet_redir_to_connected() local [all...] |
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-topology.c | 61 unsigned int pass; /* pass number */ member 248 /* pass vendor data to component driver for processing */ 271 /* optionally pass new dynamic widget to component driver. This is mainly for 283 /* optionally pass new dynamic widget to component driver. This is mainly for 295 /* pass DAI configurations to component driver for extra initialization */ 307 /* pass link configurations to component driver for extra initialization */ 360 struct snd_soc_dobj *dobj, int pass) in remove_mixer() 367 if (pass != SOC_TPLG_PASS_MIXER) in remove_mixer() 383 struct snd_soc_dobj *dobj, int pass) in remove_enum() 359 remove_mixer(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) remove_mixer() argument 382 remove_enum(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) remove_enum() argument 403 remove_bytes(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) remove_bytes() argument 422 remove_route(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) remove_route() argument 439 remove_widget(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) remove_widget() argument 504 remove_dai(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) remove_dai() argument 529 remove_link(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) remove_link() argument 552 remove_backend_link(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) remove_backend_link() argument 2879 int pass = SOC_TPLG_PASS_END; snd_soc_tplg_component_remove() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | one_armed_router.sh | 136 action pass 140 action pass 144 action pass 179 action pass 183 action pass 187 action pass
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | one_armed_router.sh | 137 action pass 141 action pass 145 action pass 180 action pass 184 action pass 188 action pass
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_h264.c | 211 int pass = 0; in ff_h264_handle_aggregated_packet() local 217 for (pass = 0; pass < 2; pass++) { in ff_h264_handle_aggregated_packet() 229 if (pass == 0) { in ff_h264_handle_aggregated_packet() 252 if (pass == 0) { in ff_h264_handle_aggregated_packet() 333 case 0: // undefined, but pass them through in h264_handle_packet()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_util.c | 66 const struct tu_render_pass *pass, in tu_tiling_config_update_tile_layout() 69 const uint32_t tile_align_w = pass->tile_align_w; in tu_tiling_config_update_tile_layout() 88 if (!pass->gmem_pixels[gmem_layout]) in tu_tiling_config_update_tile_layout() 114 while (tiling->tile0.width * tiling->tile0.height > pass->gmem_pixels[gmem_layout]) { in tu_tiling_config_update_tile_layout() 226 const struct tu_render_pass *pass) in tu_framebuffer_tiling_config() 230 tu_tiling_config_update_tile_layout(fb, device, pass, gmem_layout); in tu_framebuffer_tiling_config() 64 tu_tiling_config_update_tile_layout(struct tu_framebuffer *fb, const struct tu_device *dev, const struct tu_render_pass *pass, enum tu_gmem_layout gmem_layout) tu_tiling_config_update_tile_layout() argument 224 tu_framebuffer_tiling_config(struct tu_framebuffer *fb, const struct tu_device *device, const struct tu_render_pass *pass) tu_framebuffer_tiling_config() argument
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | ManualSwapChainTest.cpp | 142 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&desc); in DoRender() local 143 pass.SetPipeline(trianglePipeline); in DoRender() 144 pass.Draw(3); in DoRender() 145 pass.EndPass(); in DoRender() 157 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&desc); in DoRender() local 158 pass.EndPass(); in DoRender()
|