/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 62 /* Structure used to pass data into pvr_compute_generate_control_stream() 536 const struct pvr_render_pass *pass = render_pass_info->pass; in pvr_load_op_constants_create_and_upload() local 538 &pass->hw_setup->renders[idx]; in pvr_load_op_constants_create_and_upload() 543 &pass->attachments[color_init->driver_id]; in pvr_load_op_constants_create_and_upload() 582 render_pass_info->pass->hw_setup->renders[idx].client_data; in pvr_load_op_pds_data_create_and_upload() 833 pvr_get_render_target(const struct pvr_render_pass *pass, in pvr_get_render_target() argument 838 &pass->hw_setup->renders[idx]; in pvr_get_render_target() 858 pvr_pass_get_pixel_output_width(const struct pvr_render_pass *pass, in pvr_pass_get_pixel_output_width() argument 863 &pass in pvr_pass_get_pixel_output_width() 2129 pvr_cmd_buffer_setup_attachments(struct pvr_cmd_buffer *cmd_buffer, const struct pvr_render_pass *pass, const struct pvr_framebuffer *framebuffer) pvr_cmd_buffer_setup_attachments() argument 2165 pvr_init_render_targets(struct pvr_device *device, struct pvr_render_pass *pass, struct pvr_framebuffer *framebuffer) pvr_init_render_targets() argument 2201 pvr_get_hw_subpass(const struct pvr_render_pass *pass, const uint32_t subpass) pvr_get_hw_subpass() argument 2217 const struct pvr_render_pass *pass = info->pass; pvr_perform_start_of_render_attachment_clear() local 2284 const struct pvr_render_pass *pass = info->pass; pvr_perform_start_of_render_clears() local 2338 const struct pvr_render_pass *pass = state->render_pass_info.pass; pvr_stash_depth_format() local 2535 struct pvr_render_pass *pass; pvr_BeginCommandBuffer() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/ |
H A D | tpidr2_restore.c | 68 td->pass = tpidr2 == initial_tpidr2; in check_tpidr2() 70 if (td->pass) in check_tpidr2()
|
H A D | tpidr2_siginfo.c | 64 td->pass = (in_sigframe == have_sme); in tpidr2_present() 78 td->pass = false; in tpidr2_present()
|
/third_party/rust/crates/bitflags/tests/ |
H A D | compile.rs | 19 fn pass() { in pass() functions 21 t.pass("tests/compile-pass/**/*.rs"); in pass()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | hoist_without_preheader.cpp | 29 Tests that the LICM pass will generate a preheader when one is not present 184 auto pass = MakeUnique<LICMPass>(); in TEST_F() local 185 auto result = pass->Run(context.get()); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | hoist_without_preheader.cpp | 29 Tests that the LICM pass will generate a preheader when one is not present 184 auto pass = MakeUnique<LICMPass>(); in TEST_F() local 185 auto result = pass->Run(context.get()); in TEST_F()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | hoist_without_preheader.cpp | 29 Tests that the LICM pass will generate a preheader when one is not present 184 auto pass = MakeUnique<LICMPass>(); in TEST_F() local 185 auto result = pass->Run(context.get()); in TEST_F()
|
/third_party/libwebsockets/lib/abstract/ |
H A D | test-sequencer.c | 140 goto pass; in test_sequencer_cb() 155 goto pass; /* always move on to the next test */ in test_sequencer_cb() 178 pass: in test_sequencer_cb()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | MultisampledRenderToTexturePerf.cpp | 214 for (uint32_t pass = 0; pass < passCount; ++pass) in drawBenchmark() 216 // Perform a draw just to have something in the render pass. With the position attributes in drawBenchmark() 220 // Force the render pass to break by cheaply reading back from the color attachment. in drawBenchmark()
|
/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/ |
H A D | libpng_read_fuzzer.cc | 179 for (int pass = 0; pass < passes; ++pass) { in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | config_enc.c | 41 config->pass = 1; in WebPConfigInitInternal() 110 if (config->pass < 1 || config->pass > 10) return 0; in WebPValidateConfig()
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
H A D | main.cpp | 218 WGPURenderPassEncoder pass = wgpuCommandEncoderBeginRenderPass(encoder, &render_pass_desc); in main_loop() local 219 ImGui_ImplWGPU_RenderDrawData(ImGui::GetDrawData(), pass); in main_loop() local 220 wgpuRenderPassEncoderEndPass(pass); in main_loop()
|
/third_party/skia/src/pathops/ |
H A D | SkOpCubicHull.cpp | 68 for (int pass = 0; pass < 2; ++pass) { in convexHull()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 1010 return tcu::TestStatus::pass("Pass"); in testSemaphoreQueries() 1109 return tcu::TestStatus::pass("Pass"); in testSemaphoreWin32Create() 1142 return tcu::TestStatus::pass("Pass: got -1 as a file descriptor, which is valid with a handle type of copy transference"); in testSemaphoreImportTwice() 1166 return tcu::TestStatus::pass("Pass"); in testSemaphoreImportTwice() 1195 return tcu::TestStatus::pass("Pass: got -1 as a file descriptor, which is valid with a handle type of copy transference"); in testSemaphoreImportReimport() 1218 return tcu::TestStatus::pass("Pass"); in testSemaphoreImportReimport() 1245 return tcu::TestStatus::pass("Pass: got -1 as a file descriptor, which is valid with a handle type of copy transference"); in testSemaphoreSignalExportImportWait() 1256 return tcu::TestStatus::pass("Pass"); in testSemaphoreSignalExportImportWait() 1293 return tcu::TestStatus::pass("Pass"); in testSemaphoreExportSignalImportWait() 1327 return tcu::TestStatus::pass("Pas in testSemaphoreExportImportSignalWait() [all...] |
/third_party/vk-gl-cts/external/amber/src/src/dawn/ |
H A D | engine_dawn.cc | 911 ::dawn::RenderPassEncoder pass = in DoClear() local 913 pass.EndPass(); in DoClear() 1309 ::dawn::RenderPassEncoder pass = in DoDrawRect() local 1311 pass.SetPipeline(pipeline); in DoDrawRect() 1314 pass.SetBindGroup(i, render_pipeline->bind_groups[i], 0, nullptr); in DoDrawRect() 1317 pass.SetVertexBuffer(0, vertex_buffer, 0); in DoDrawRect() 1318 pass.SetIndexBuffer(index_buffer, 0); in DoDrawRect() 1319 pass.DrawIndexed(6, 1, 0, 0, 0); in DoDrawRect() 1320 pass.EndPass(); in DoDrawRect() 1383 ::dawn::RenderPassEncoder pass in DoDrawArrays() local 1434 ::dawn::ComputePassEncoder pass = encoder.BeginComputePass(); DoCompute() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_migrate.c | 852 int pass; in __perf_clear_blt() local 855 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_clear_blt() 872 t[pass] = ktime_sub(t1, t0); in __perf_clear_blt() 931 int pass; in __perf_copy_blt() local 934 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_copy_blt() 955 t[pass] in __perf_copy_blt() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | GpuMemorySynchronizationTests.cpp | 90 // in compute pass. Iterate this read-add-write steps per compute pass a few time. The successive 95 // Create pipeline, bind group, and buffer for compute pass. in TEST_P() 102 // Iterate the read-add-write operations in compute pass a few times. in TEST_P() 105 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in TEST_P() local 106 pass.SetPipeline(compute); in TEST_P() 107 pass.SetBindGroup(0, bindGroup); in TEST_P() 108 pass.Dispatch(1); in TEST_P() 109 pass.EndPass(); in TEST_P() 120 // in render pass 138 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); TEST_P() local [all...] |
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_resolve_ast.c | 46 enum cil_pass pass; member 53 struct cil_args_resolve *gen_resolve_args(struct cil_db *db, enum cil_pass pass, uint32_t *changed, struct cil_tree_node *calls, struct cil_tree_node *opts, struct cil_tree_node *macro) in gen_resolve_args() argument 57 args->pass = pass; in gen_resolve_args() 226 args->pass = CIL_PASS_CALL1; in test_cil_resolve_classmapping_anon_inmacro() 230 args->pass = CIL_PASS_CALL2; in test_cil_resolve_classmapping_anon_inmacro() 234 args->pass = CIL_PASS_MISC3; in test_cil_resolve_classmapping_anon_inmacro() 261 args->pass = CIL_PASS_CALL1; in test_cil_resolve_classmapping_anon_inmacro_neg() 265 args->pass = CIL_PASS_CALL2; in test_cil_resolve_classmapping_anon_inmacro_neg() 269 args->pass in test_cil_resolve_classmapping_anon_inmacro_neg() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 998 return tcu::TestStatus::pass("Pass"); in testSemaphoreQueries() 1097 return tcu::TestStatus::pass("Pass"); in testSemaphoreWin32Create() 1130 return tcu::TestStatus::pass("Pass: got -1 as a file descriptor, which is valid with a handle type of copy transference"); in testSemaphoreImportTwice() 1154 return tcu::TestStatus::pass("Pass"); in testSemaphoreImportTwice() 1183 return tcu::TestStatus::pass("Pass: got -1 as a file descriptor, which is valid with a handle type of copy transference"); in testSemaphoreImportReimport() 1206 return tcu::TestStatus::pass("Pass"); in testSemaphoreImportReimport() 1233 return tcu::TestStatus::pass("Pass: got -1 as a file descriptor, which is valid with a handle type of copy transference"); in testSemaphoreSignalExportImportWait() 1244 return tcu::TestStatus::pass("Pass"); in testSemaphoreSignalExportImportWait() 1281 return tcu::TestStatus::pass("Pass"); in testSemaphoreExportSignalImportWait() 1315 return tcu::TestStatus::pass("Pas in testSemaphoreExportImportSignalWait() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_neon.S | 820 @ for the first slice of the second pass (where it is the 938 @ For all-zero slices in pass 1, set d28-d31 to zero, for the in-register 939 @ passthrough of coefficients to pass 2 and clear the end of the temp buffer 994 @ The first 4x4 block is kept in registers for the second pass, 1018 @ For the first slice, d16-d19 is kept in registers from the first pass. 1064 @ for the first slice of the second pass (where it is the 1314 @ We don't have register space to do a single pass IDCT of 4x32 though, 1616 @ Write zeros to the temp buffer for pass 2 1666 @ Write zeros to the temp buffer for pass 2
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | srp.h | 190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt, 194 char *SRP_create_verifier(const char *user, const char *pass, char **salt, 197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt, 202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, 254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, 257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | srp.h | 190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt, 194 char *SRP_create_verifier(const char *user, const char *pass, char **salt, 197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt, 202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, 254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, 257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | srp.h | 190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt, 194 char *SRP_create_verifier(const char *user, const char *pass, char **salt, 197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt, 202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, 254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, 257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | srp.h | 190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt, 194 char *SRP_create_verifier(const char *user, const char *pass, char **salt, 197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt, 202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, 254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, 257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | srp.h | 190 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt, 194 char *SRP_create_verifier(const char *user, const char *pass, char **salt, 197 int SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt, 202 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, 254 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, 257 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
|