/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7842.c | 3099 int pass = 0; in adv7842_ddr_ram_test() local 3144 pass++; in adv7842_ddr_ram_test() 3150 "Ram Test: completed %d of %d: pass %d, fail %d\n", in adv7842_ddr_ram_test() 3151 complete, i, pass, fail); in adv7842_ddr_ram_test()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7842.c | 3108 int pass = 0; in adv7842_ddr_ram_test() local 3153 pass++; in adv7842_ddr_ram_test() 3159 "Ram Test: completed %d of %d: pass %d, fail %d\n", in adv7842_ddr_ram_test() 3160 complete, i, pass, fail); in adv7842_ddr_ram_test()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | creststn.c | 45 static int32_t pass; variable 1537 log_verbose("Passed:= %d Failed= %d \n", pass, fail); in TestResourceBundles() 2059 ++pass; in record_pass()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.c | 129 goto pass; in find_rev_next_bit() 138 pass: in find_rev_next_bit() 165 goto pass; in find_rev_next_zero_bit() 175 pass: in find_rev_next_zero_bit() 3327 * 2) whint_mode=user-based. F2FS tries to pass down hints given by users.
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 113 goto pass; in __find_rev_next_bit() 122 pass: in __find_rev_next_bit() 149 goto pass; in __find_rev_next_zero_bit() 159 pass: in __find_rev_next_zero_bit()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 67 /* Note: some users, like amber for example, pass in in tu6_load_state_size() 152 /* Note: some users, like amber for example, pass in in tu6_emit_load_state() 1725 /* Don't use the binning pass variant when GS is present because we don't in tu6_emit_program() 1726 * support compiling correct binning pass variants with GS. in tu6_emit_program() 1909 .fetch_cnt = used_attrs_count, /* decode_cnt for binning pass ? */ in tu6_emit_vertex_input() 3227 * Note also that this always uses the full VS even in binning pass. The in tu_pipeline_builder_parse_shader_stages() 3228 * binning pass variant has the same const layout as the full VS, and in tu_pipeline_builder_parse_shader_stages() 3230 * for the binning pass variant. It is required that the constlen state in tu_pipeline_builder_parse_shader_stages() 3473 * render pass the pipeline is created against does not use a in tu_pipeline_builder_parse_depth_stencil() 3604 * pass th in tu_pipeline_builder_parse_multisample_and_color_blend() 3945 const struct tu_render_pass *pass = tu_pipeline_builder_init_graphics() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 503 return failed ? tcu::TestStatus::fail("Availability bit nonzero after resetting query or dstOffset wrong values") : tcu::TestStatus::pass("Pass"); in verifyUnavailable() 781 return tcu::TestStatus::pass("Pass"); in executeTest() 1031 return tcu::TestStatus::pass("Pass"); in checkResult() 1835 return tcu::TestStatus::pass("Pass"); in checkResult() 2428 return tcu::TestStatus::pass("Pass"); in checkResult() 2988 return tcu::TestStatus::pass("Pass"); in checkResult() 4050 return tcu::TestStatus::pass("Pass"); in checkResult() 4233 return tcu::TestStatus::pass("pass"); in iterate()
|
/third_party/littlefs/ |
H A D | lfs.c | 4863 int pass = 0; local 4864 while (pass < 2) { 4886 if (pass == 0 && tag != LFS_ERR_NOENT) { 4938 if (pass == 1 && tag == LFS_ERR_NOENT && powerloss) { 4972 pass = moreorphans ? 0 : pass+1;
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 849 Byte8 &pass = newValue; in stencilOperation() local 853 stencilOperation(pass, bufferValue, ops.passOp, isBack); in stencilOperation() 869 pass &= *Pointer<Byte8>(constants + OFFSET(Constants, maskB4Q) + 8 * zMask); in stencilOperation() 871 pass |= zFail; in stencilOperation() 874 pass &= *Pointer<Byte8>(constants + OFFSET(Constants, maskB4Q) + 8 * sMask); in stencilOperation() 876 pass |= fail; in stencilOperation()
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 549 int pass = 0; in dlm_remaster_locks() local 688 mlog(0, "pass #%d, all_nodes_done?: %s\n", ++pass, in dlm_remaster_locks()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 540 int pass = 0; in dlm_remaster_locks() local 679 mlog(0, "pass #%d, all_nodes_done?: %s\n", ++pass, in dlm_remaster_locks()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 744 return tcu::TestStatus::pass("Pass"); in iterate() 1176 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 1627 return ok ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Fail"); in testMutable() 2171 return ok ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Fail"); in testSwapchainMutable()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 631 // Create render pass in setup() 1157 // Create render pass in setup() 1639 return tcu::TestStatus::pass("Pass"); in verifyImage() 1727 return tcu::TestStatus::pass("Pass"); in verifyImage()
|
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 1274 // Create render pass 1424 return tcu::TestStatus::pass("Result images matches references"); 2201 return tcu::TestStatus::pass("Result images matches references");
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 245 VK_STENCIL_OP_INCREMENT_AND_CLAMP, // depth & stencil pass in preparePipelineWrapper() 252 // Always pass the depth test in preparePipelineWrapper() 605 //! Used after a render pass color output (draw or resolve) 920 // Create a render pass and a framebuffer in draw() 1413 return tcu::TestStatus::pass("Pass"); in test() 1543 // Create a render pass and a framebuffer in drawResolve() 1750 return tcu::TestStatus::pass("Pass"); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1963 return tcu::TestStatus::pass("Pass"); in iterate() 2684 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 60 // - dynamic_* tests use density map rendered on a GPU in a separate render pass 65 // - render pass that produces density map ( this rp is skipped when density map is static ) 66 // - render pass that produces subsampled image using density map and eventually copies results to different image ( render_copy ) 67 // - render pass that copies subsampled image to traditional image using sampler with VK_SAMPLER_CREATE_SUBSAMPLED_BIT_EXT flag. 1844 // Create pipeline layout for last render pass (output subsampled image) in FragmentDensityMapTestInstance() 2176 // First render pass - render dynamic density map in createCommandBufferForRenderpass() 2701 // First render pass - render dynamic density map in createCommandBufferForDynamicRendering() 2761 return tcu::TestStatus::pass("Pass"); in iterate() 2842 return tcu::TestStatus::pass("Pass"); in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 1627 return ok ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Fail"); in testMutable() 2171 return ok ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Fail"); in testSwapchainMutable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 88 MachineVerifier(Pass *pass, const char *b) : PASS(pass), Banner(b) {} in MachineVerifier() 147 // Vregs that pass through MBB untouched. This set is disjoint from 151 // Vregs that must pass through MBB because they are needed by a successor 352 // If a pass has introduced virtual registers without clearing the in verifyProperties() 2130 // can pass through an MBB live, but may not be live every time. It is assumed
|
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunnerTest.java | 329 * Test that result code produces correctly pass or fail. 331 private void testResultCode(final String resultCode, boolean pass) throws Exception { in testResultCode() argument 406 if (!pass) { in testResultCode()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 564 // Create render pass in setup() 1048 // Create render pass in setup() 1479 return tcu::TestStatus::pass("Pass"); in verifyImage() 1566 return tcu::TestStatus::pass("Pass"); in verifyImage()
|
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 1269 // Create render pass 1415 return tcu::TestStatus::pass("Result images matches references"); 2181 return tcu::TestStatus::pass("Result images matches references");
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 243 VK_STENCIL_OP_INCREMENT_AND_CLAMP, // depth & stencil pass in preparePipelineWrapper() 250 // Always pass the depth test in preparePipelineWrapper() 603 //! Used after a render pass color output (draw or resolve) 917 // Create a render pass and a framebuffer in draw() 1421 return tcu::TestStatus::pass("Pass"); in test() 1550 // Create a render pass and a framebuffer in drawResolve() 1763 return tcu::TestStatus::pass("Pass"); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1963 return tcu::TestStatus::pass("Pass"); in iterate() 2684 return tcu::TestStatus::pass("Pass"); in iterate()
|