Home
last modified time | relevance | path

Searched refs:pass (Results 126 - 150 of 2112) sorted by relevance

12345678910>>...85

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexStateTests.cpp214 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in DoTestDraw() local
215 pass.SetPipeline(pipeline); in DoTestDraw()
218 pass.SetVertexBuffer(buffer.location, *buffer.buffer); in DoTestDraw()
221 pass.Draw(triangles * 3, instances); in DoTestDraw()
222 pass.EndPass(); in DoTestDraw()
469 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local
471 pass.SetVertexBuffer(0, buffer); in TEST_P()
472 pass.SetVertexBuffer(1, buffer); in TEST_P()
474 pass.SetPipeline(instancePipeline); in TEST_P()
475 pass in TEST_P()
518 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
632 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
685 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DCubeReflection.cpp271 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in frame() local
272 pass.SetPipeline(pipeline); in frame()
273 pass.SetBindGroup(0, bindGroup[0]); in frame()
274 pass.SetVertexBuffer(0, vertexBuffer); in frame()
275 pass.SetIndexBuffer(indexBuffer, wgpu::IndexFormat::Uint32); in frame()
276 pass.DrawIndexed(36); in frame()
278 pass.SetStencilReference(0x1); in frame()
279 pass.SetPipeline(planePipeline); in frame()
280 pass.SetBindGroup(0, bindGroup[0]); in frame()
281 pass in frame()
[all...]
H A DComputeBoids.cpp277 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in createCommandBuffer() local
278 pass.SetPipeline(updatePipeline); in createCommandBuffer()
279 pass.SetBindGroup(0, updateBGs[i]); in createCommandBuffer()
280 pass.Dispatch(kNumParticles); in createCommandBuffer()
281 pass.EndPass(); in createCommandBuffer()
286 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in createCommandBuffer() local
287 pass.SetPipeline(renderPipeline); in createCommandBuffer()
288 pass.SetVertexBuffer(0, bufferDst); in createCommandBuffer()
289 pass.SetVertexBuffer(1, modelBuffer); in createCommandBuffer()
290 pass in createCommandBuffer()
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c37 unsigned pass = 1; in run_tests() local
42 printf("Test %s (%d/%d) pass\n", tests[i].name, in run_tests()
43 tests[i].result.pass, tests[i].result.test_count); in run_tests()
44 if (tests[i].result.pass != tests[i].result.test_count) { in run_tests()
45 pass = 0; in run_tests()
48 return pass; in run_tests()
60 result->pass++; in test_check()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_migrate_reuseport.c53 goto pass; in drop_ack()
60 goto pass; in drop_ack()
63 goto pass; in drop_ack()
72 goto pass; in drop_ack()
75 goto pass; in drop_ack()
81 goto pass; in drop_ack()
85 goto pass; in drop_ack()
88 goto pass; in drop_ack()
93 pass: in drop_ack()
/third_party/ltp/testcases/kernel/syscalls/setregid/
H A Dsetregid03.c19 static int pass; variable
31 &primary_gid, &secondary_gid, &pass, &primary_gid, &secondary_gid,
33 &neg_one, &primary_gid, &pass, &primary_gid, &primary_gid,
35 &neg_one, &secondary_gid, &pass, &primary_gid, &secondary_gid,
37 &secondary_gid, &neg_one, &pass, &secondary_gid, &secondary_gid,
39 &neg_one, &neg_one, &pass, &secondary_gid, &secondary_gid,
41 &neg_one, &secondary_gid, &pass, &secondary_gid, &secondary_gid,
43 &secondary_gid, &neg_one, &pass, &secondary_gid, &secondary_gid,
45 &secondary_gid, &secondary_gid, &pass, &secondary_gid, &secondary_gid,
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12DescriptorHeapTests.cpp148 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local
150 pass.SetPipeline(renderPipeline); in TEST_P()
157 pass.SetBindGroup(0, utils::MakeBindGroup(device, renderPipeline.GetBindGroupLayout(0), in TEST_P()
159 pass.Draw(3); in TEST_P()
162 pass.EndPass(); in TEST_P()
204 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local
206 pass.SetPipeline(renderPipeline); in TEST_P()
209 pass.SetBindGroup(0, utils::MakeBindGroup(device, renderPipeline.GetBindGroupLayout(0), in TEST_P()
211 pass.Draw(3); in TEST_P()
214 pass in TEST_P()
487 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
537 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
575 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
631 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
696 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
719 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
766 auto pass = encoder.BeginRenderPass(&renderPassDesc); TEST_P() local
868 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/ast/
H A Dast_i2c.c65 uint32_t val, val2, count, pass; in ast_i2c_getsda() local
68 pass = 0; in ast_i2c_getsda()
73 pass++; in ast_i2c_getsda()
75 pass = 0; in ast_i2c_getsda()
78 } while ((pass < 5) && (count++ < 0x10000)); in ast_i2c_getsda()
87 uint32_t val, val2, count, pass; in ast_i2c_getscl() local
90 pass = 0; in ast_i2c_getscl()
95 pass++; in ast_i2c_getscl()
97 pass = 0; in ast_i2c_getscl()
100 } while ((pass < in ast_i2c_getscl()
[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-photocd.c46 int pass; /* Pass number */ in _cupsImageReadPhotoCD() local
171 for (pass = 0, iy = in; pass < 2; pass ++) in _cupsImageReadPhotoCD()
190 _cupsImagePutCol(img, 511 - y - pass, 0, 768, out); in _cupsImageReadPhotoCD()
199 _cupsImagePutRow(img, 0, y + pass, 768, out); in _cupsImageReadPhotoCD()
211 _cupsImagePutCol(img, 511 - y - pass, 0, 768, out); in _cupsImageReadPhotoCD()
218 _cupsImagePutRow(img, 0, y + pass, 768, iy); in _cupsImageReadPhotoCD()
306 _cupsImagePutCol(img, 511 - y - pass, 0, 768, out); in _cupsImageReadPhotoCD()
308 _cupsImagePutRow(img, 0, y + pass, 76 in _cupsImageReadPhotoCD()
[all...]
/third_party/node/src/crypto/
H A Dcrypto_scrypt.cc25 pass(std::move(other.pass)),
41 tracker->TrackFieldWithSize("pass", pass.size()); in MemoryInfo()
64 ArrayBufferOrViewContents<char> pass(args[offset]); in AdditionalConfig()
67 if (UNLIKELY(!pass.CheckSizeInt32())) { in AdditionalConfig()
68 THROW_ERR_OUT_OF_RANGE(env, "pass is too large"); in AdditionalConfig()
77 params->pass = mode == kCryptoJobAsync in AdditionalConfig()
78 ? pass.ToCopy() in AdditionalConfig()
79 : pass in AdditionalConfig()
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_decr.c20 const char *pass, int passlen, in PKCS12_pbe_crypt_ex()
36 if (!EVP_PBE_CipherInit_ex(algor->algorithm, pass, passlen, in PKCS12_pbe_crypt_ex()
116 const char *pass, int passlen, in PKCS12_pbe_crypt()
120 return PKCS12_pbe_crypt_ex(algor, pass, passlen, in, inlen, data, datalen, in PKCS12_pbe_crypt()
130 const char *pass, int passlen, in PKCS12_item_decrypt_d2i_ex()
140 if (!PKCS12_pbe_crypt_ex(algor, pass, passlen, oct->data, oct->length, in PKCS12_item_decrypt_d2i_ex()
159 const char *pass, int passlen, in PKCS12_item_decrypt_d2i()
162 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf, in PKCS12_item_decrypt_d2i()
173 const char *pass, int passlen, in PKCS12_item_i2d_encrypt_ex()
191 if (!PKCS12_pbe_crypt_ex(algor, pass, passle in PKCS12_item_i2d_encrypt_ex()
19 PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_pbe_crypt_ex() argument
115 PKCS12_pbe_crypt(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) PKCS12_pbe_crypt() argument
129 PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_item_decrypt_d2i_ex() argument
158 PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf) PKCS12_item_decrypt_d2i() argument
171 PKCS12_item_i2d_encrypt_ex(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_item_i2d_encrypt_ex() argument
206 PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf) PKCS12_item_i2d_encrypt() argument
[all...]
H A Dp12_p8e.c17 const char *pass, int passlen, in PKCS8_encrypt_ex()
51 p8 = PKCS8_set0_pbe_ex(pass, passlen, p8inf, pbe, libctx, propq); in PKCS8_encrypt_ex()
61 const char *pass, int passlen, in PKCS8_encrypt()
65 return PKCS8_encrypt_ex(pbe_nid, cipher, pass, passlen, salt, saltlen, iter, in PKCS8_encrypt()
69 X509_SIG *PKCS8_set0_pbe_ex(const char *pass, int passlen, in PKCS8_set0_pbe_ex() argument
78 pass, passlen, p8inf, 1, ctx, propq); in PKCS8_set0_pbe_ex()
97 X509_SIG *PKCS8_set0_pbe(const char *pass, int passlen, in PKCS8_set0_pbe() argument
100 return PKCS8_set0_pbe_ex(pass, passlen, p8inf, pbe, NULL, NULL); in PKCS8_set0_pbe()
16 PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *libctx, const char *propq) PKCS8_encrypt_ex() argument
60 PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf) PKCS8_encrypt() argument
H A Dp12_crt.c37 PKCS12 *PKCS12_create_ex(const char *pass, const char *name, EVP_PKEY *pkey, in PKCS12_create_ex() argument
94 if (bags && !PKCS12_add_safe_ex(&safes, bags, nid_cert, iter, pass, in PKCS12_create_ex()
102 bag = PKCS12_add_key_ex(&bags, pkey, keytype, iter, nid_key, pass, in PKCS12_create_ex()
135 !PKCS12_set_mac(p12, pass, -1, NULL, 0, mac_iter, NULL)) in PKCS12_create_ex()
148 PKCS12 *PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, in PKCS12_create() argument
152 return PKCS12_create_ex(pass, name, pkey, cert, ca, nid_key, nid_cert, in PKCS12_create()
203 int nid_key, const char *pass, in STACK_OF()
216 bag = PKCS12_SAFEBAG_create_pkcs8_encrypt_ex(nid_key, pass, -1, NULL, 0, in STACK_OF()
238 int nid_key, const char *pass) in STACK_OF()
240 return PKCS12_add_key_ex(pbags, key, key_usage, iter, nid_key, pass, in STACK_OF()
[all...]
/third_party/openssl/crypto/pkcs12/
H A Dp12_decr.c20 const char *pass, int passlen, in PKCS12_pbe_crypt_ex()
36 if (!EVP_PBE_CipherInit_ex(algor->algorithm, pass, passlen, in PKCS12_pbe_crypt_ex()
116 const char *pass, int passlen, in PKCS12_pbe_crypt()
120 return PKCS12_pbe_crypt_ex(algor, pass, passlen, in, inlen, data, datalen, in PKCS12_pbe_crypt()
130 const char *pass, int passlen, in PKCS12_item_decrypt_d2i_ex()
140 if (!PKCS12_pbe_crypt_ex(algor, pass, passlen, oct->data, oct->length, in PKCS12_item_decrypt_d2i_ex()
159 const char *pass, int passlen, in PKCS12_item_decrypt_d2i()
162 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf, in PKCS12_item_decrypt_d2i()
173 const char *pass, int passlen, in PKCS12_item_i2d_encrypt_ex()
191 if (!PKCS12_pbe_crypt_ex(algor, pass, passle in PKCS12_item_i2d_encrypt_ex()
19 PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_pbe_crypt_ex() argument
115 PKCS12_pbe_crypt(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) PKCS12_pbe_crypt() argument
129 PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_item_decrypt_d2i_ex() argument
158 PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, const ASN1_OCTET_STRING *oct, int zbuf) PKCS12_item_decrypt_d2i() argument
171 PKCS12_item_i2d_encrypt_ex(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_item_i2d_encrypt_ex() argument
206 PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf) PKCS12_item_i2d_encrypt() argument
[all...]
H A Dp12_p8e.c17 const char *pass, int passlen, in PKCS8_encrypt_ex()
51 p8 = PKCS8_set0_pbe_ex(pass, passlen, p8inf, pbe, libctx, propq); in PKCS8_encrypt_ex()
61 const char *pass, int passlen, in PKCS8_encrypt()
65 return PKCS8_encrypt_ex(pbe_nid, cipher, pass, passlen, salt, saltlen, iter, in PKCS8_encrypt()
69 X509_SIG *PKCS8_set0_pbe_ex(const char *pass, int passlen, in PKCS8_set0_pbe_ex() argument
78 pass, passlen, p8inf, 1, ctx, propq); in PKCS8_set0_pbe_ex()
97 X509_SIG *PKCS8_set0_pbe(const char *pass, int passlen, in PKCS8_set0_pbe() argument
100 return PKCS8_set0_pbe_ex(pass, passlen, p8inf, pbe, NULL, NULL); in PKCS8_set0_pbe()
16 PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *libctx, const char *propq) PKCS8_encrypt_ex() argument
60 PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf) PKCS8_encrypt() argument
H A Dp12_crt.c31 PKCS12 *PKCS12_create_ex(const char *pass, const char *name, EVP_PKEY *pkey, in PKCS12_create_ex() argument
80 if (bags && !PKCS12_add_safe_ex(&safes, bags, nid_cert, iter, pass, in PKCS12_create_ex()
88 bag = PKCS12_add_key_ex(&bags, pkey, keytype, iter, nid_key, pass, in PKCS12_create_ex()
121 !PKCS12_set_mac(p12, pass, -1, NULL, 0, mac_iter, NULL)) in PKCS12_create_ex()
134 PKCS12 *PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, in PKCS12_create() argument
138 return PKCS12_create_ex(pass, name, pkey, cert, ca, nid_key, nid_cert, in PKCS12_create()
181 int nid_key, const char *pass, in STACK_OF()
195 bag = PKCS12_SAFEBAG_create_pkcs8_encrypt_ex(nid_key, pass, -1, NULL, 0, in STACK_OF()
219 int nid_key, const char *pass) in STACK_OF()
221 return PKCS12_add_key_ex(pbags, key, key_usage, iter, nid_key, pass, in STACK_OF()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DQueueSubmitValidationTests.cpp222 // Test that buffers in unused compute pass bindgroups are still checked for in
252 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in TEST_F() local
253 pass.SetBindGroup(1, unusedBG); in TEST_F()
254 pass.EndPass(); in TEST_F()
274 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in TEST_F() local
275 pass.SetBindGroup(0, emptyBG); in TEST_F()
276 pass.SetBindGroup(1, unusedBG); in TEST_F()
277 pass.SetBindGroup(1, usedBG); in TEST_F()
278 pass.SetPipeline(pipeline); in TEST_F()
279 pass in TEST_F()
322 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); TEST_F() local
346 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); TEST_F() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_autotune.c129 hash_renderpass_instance(const struct tu_render_pass *pass, in hash_renderpass_instance() argument
139 APPEND_TO_HASH(&hash_state, pass->attachment_count); in hash_renderpass_instance()
140 XXH64_update(&hash_state, pass->attachments, pass->attachment_count * sizeof(pass->attachments[0])); in hash_renderpass_instance()
142 for (unsigned i = 0; i < pass->attachment_count; i++) { in hash_renderpass_instance()
150 APPEND_TO_HASH(&hash_state, pass->subpass_count); in hash_renderpass_instance()
151 for (unsigned i = 0; i < pass->subpass_count; i++) { in hash_renderpass_instance()
152 APPEND_TO_HASH(&hash_state, pass->subpasses[i].samples); in hash_renderpass_instance()
153 APPEND_TO_HASH(&hash_state, pass in hash_renderpass_instance()
472 fallback_use_bypass(const struct tu_render_pass *pass, const struct tu_framebuffer *framebuffer, const struct tu_cmd_buffer *cmd_buffer) fallback_use_bypass() argument
513 const struct tu_render_pass *pass = cmd_buffer->state.pass; tu_autotune_use_bypass() local
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dbasicauthentication.c27 char *pass; in answer_to_connection() local
39 pass = NULL; in answer_to_connection()
40 user = MHD_basic_auth_get_username_password (connection, &pass); in answer_to_connection()
43 (0 != strcmp (pass, "pa$$w0rd") ) ); in answer_to_connection()
45 if (pass != NULL) free (pass); in answer_to_connection()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngunknown.c64 #define PNG_PASS_START_ROW(pass) (((1U&~(pass))<<(3-((pass)>>1)))&7)
65 #define PNG_PASS_START_COL(pass) (((1U& (pass))<<(3-(((pass)+1)>>1)))&7)
66 #define PNG_PASS_ROW_SHIFT(pass) ((pass)>2?(8-(pass))>>1:3)
67 #define PNG_PASS_COL_SHIFT(pass) ((pas
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dreducer.cpp43 for (auto& pass : passes_) { in SetMessageConsumer()
44 pass->SetMessageConsumer(c); in SetMessageConsumer()
46 for (auto& pass : cleanup_passes_) { in SetMessageConsumer()
47 pass->SetMessageConsumer(c); in SetMessageConsumer()
178 for (auto& pass : *passes) { in RunPasses()
179 // If this pass hasn't reached its minimum granularity then it's in RunPasses()
181 // try this pass at a finer granularity. in RunPasses()
182 another_round_worthwhile |= !pass->ReachedMinimumGranularity(); in RunPasses()
184 // Keep applying this pass at its current granularity until it stops in RunPasses()
187 ("Trying pass " in RunPasses()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dreducer.cpp43 for (auto& pass : passes_) { in SetMessageConsumer()
44 pass->SetMessageConsumer(c); in SetMessageConsumer()
46 for (auto& pass : cleanup_passes_) { in SetMessageConsumer()
47 pass->SetMessageConsumer(c); in SetMessageConsumer()
178 for (auto& pass : *passes) { in RunPasses()
179 // If this pass hasn't reached its minimum granularity then it's in RunPasses()
181 // try this pass at a finer granularity. in RunPasses()
182 another_round_worthwhile |= !pass->ReachedMinimumGranularity(); in RunPasses()
184 // Keep applying this pass at its current granularity until it stops in RunPasses()
187 ("Trying pass " in RunPasses()
[all...]
/third_party/spirv-tools/source/reduce/
H A Dreducer.cpp43 for (auto& pass : passes_) { in SetMessageConsumer()
44 pass->SetMessageConsumer(c); in SetMessageConsumer()
46 for (auto& pass : cleanup_passes_) { in SetMessageConsumer()
47 pass->SetMessageConsumer(c); in SetMessageConsumer()
178 for (auto& pass : *passes) { in RunPasses()
179 // If this pass hasn't reached its minimum granularity then it's in RunPasses()
181 // try this pass at a finer granularity. in RunPasses()
182 another_round_worthwhile |= !pass->ReachedMinimumGranularity(); in RunPasses()
184 // Keep applying this pass at its current granularity until it stops in RunPasses()
187 ("Trying pass " in RunPasses()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlpc.c211 int i, j, pass = 0; in ff_lpc_calc_coefs() local
238 pass++; in ff_lpc_calc_coefs()
250 for(; pass<lpc_passes; pass++){ in ff_lpc_calc_coefs()
251 avpriv_init_lls(&m[pass&1], max_order); in ff_lpc_calc_coefs()
258 if(pass){ in ff_lpc_calc_coefs()
260 eval= m[pass&1].evaluate_lls(&m[(pass-1)&1], var+1, max_order-1); in ff_lpc_calc_coefs()
261 eval= (512>>pass) + fabs(eval - var[0]); in ff_lpc_calc_coefs()
270 m[pass in ff_lpc_calc_coefs()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DIndirectDrawValidationEncoder.cpp81 fn pass(drawIndex: u32) {
112 pass(id.x);
131 pass(id.x);
217 // single pass as possible. Batches can be grouped together as long as they're validating in EncodeIndirectDrawValidationCommands()
219 // the number of draw calls in a pass would exceed some (very high) upper bound. in EncodeIndirectDrawValidationCommands()
265 // We can fit this batch in the current pass. in EncodeIndirectDrawValidationCommands()
273 // We need to start a new pass for this batch. in EncodeIndirectDrawValidationCommands()
289 for (const Pass& pass : passes) { in EncodeIndirectDrawValidationCommands()
290 requiredBatchDataBufferSize = std::max(requiredBatchDataBufferSize, pass.batchDataSize); in EncodeIndirectDrawValidationCommands()
299 for (Pass& pass in EncodeIndirectDrawValidationCommands()
[all...]

Completed in 66 milliseconds

12345678910>>...85