Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 3433) sorted by relevance

12345678910>>...138

/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/build-scripts/
Drun.tests.command7 function pass() { function
37 pass $1 $RETURN
45 pass "checkkeys"
46 pass "loopwave"
48 pass "testaudioinfo"
49 pass "testautomation"
50 pass "testdraw2"
51 pass "testchessboard"
52 pass "testerror"
53 pass "testfile"
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/Linux/build-scripts/
Drun.tests.sh7 function pass() { function
36 pass $1 $RETURN
46 pass "checkkeys"
47 pass "loopwave"
48 pass "testatomic"
49 pass "testaudioinfo"
50 pass "testautomation"
51 pass "testdraw2"
52 pass "testchessboard"
53 pass "testerror"
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/Cygwin/build-scripts/
Drun.tests.debug.bat5 call :pass checkkeys
6 call :pass loopwave
7 call :pass testatomic
8 call :pass testaudioinfo
9 call :pass testautomation
10 call :pass testdraw2
11 call :pass testerror
12 call :pass testfile
13 call :pass testgamecontroller
14 call :pass testgesture
[all …]
Drun.tests.release.bat5 call :pass checkkeys
6 call :pass loopwave
7 call :pass testatomic
8 call :pass testaudioinfo
9 call :pass testautomation
10 call :pass testdraw2
11 call :pass testerror
12 call :pass testfile
13 call :pass testgamecontroller
14 call :pass testgesture
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DDynamicStateCommandValidationTests.cpp27 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
28 pass.SetViewport(0.0, 0.0, 1.0, 1.0, 0.0, 1.0); in TEST_F()
29 pass.EndPass(); in TEST_F()
41 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
42 pass.SetViewport(NAN, 0.0, 1.0, 1.0, 0.0, 1.0); in TEST_F()
43 pass.EndPass(); in TEST_F()
50 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
51 pass.SetViewport(0.0, 0.0, NAN, 1.0, 0.0, 1.0); in TEST_F()
52 pass.EndPass(); in TEST_F()
59 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
[all …]
DDebugMarkerValidationTests.cpp27 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
28 pass.PushDebugGroup("Event Start"); in TEST_F()
29 pass.PushDebugGroup("Event Start"); in TEST_F()
30 pass.InsertDebugMarker("Marker"); in TEST_F()
31 pass.PopDebugGroup(); in TEST_F()
32 pass.PopDebugGroup(); in TEST_F()
33 pass.EndPass(); in TEST_F()
45 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
46 pass.PushDebugGroup("Event Start"); in TEST_F()
47 pass.PushDebugGroup("Event Start"); in TEST_F()
[all …]
DVertexBufferValidationTests.cpp105 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
106 pass.SetPipeline(pipeline1); in TEST_F()
107 pass.Draw(3, 1, 0, 0); in TEST_F()
108 pass.EndPass(); in TEST_F()
115 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
116 pass.SetPipeline(pipeline2); in TEST_F()
117 pass.SetVertexBuffers(0, 2, vertexBuffers.data(), offsets); in TEST_F()
118 pass.Draw(3, 1, 0, 0); in TEST_F()
119 pass.SetPipeline(pipeline1); in TEST_F()
120 pass.Draw(3, 1, 0, 0); in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/
Drepeated_pass_recommender_standard.cpp30 const FuzzerPass& pass) { in GetFuturePassRecommendations() argument
31 if (&pass == pass_instances_->GetAddAccessChains()) { in GetFuturePassRecommendations()
39 if (&pass == pass_instances_->GetAddBitInstructionSynonyms()) { in GetFuturePassRecommendations()
43 if (&pass == pass_instances_->GetAddCompositeExtract()) { in GetFuturePassRecommendations()
47 if (&pass == pass_instances_->GetAddCompositeInserts()) { in GetFuturePassRecommendations()
57 if (&pass == pass_instances_->GetAddCompositeTypes()) { in GetFuturePassRecommendations()
61 if (&pass == pass_instances_->GetAddCopyMemory()) { in GetFuturePassRecommendations()
66 if (&pass == pass_instances_->GetAddDeadBlocks()) { in GetFuturePassRecommendations()
77 if (&pass == pass_instances_->GetAddDeadBreaks()) { in GetFuturePassRecommendations()
81 if (&pass == pass_instances_->GetAddDeadContinues()) { in GetFuturePassRecommendations()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/
Drepeated_pass_recommender_standard.cpp30 const FuzzerPass& pass) { in GetFuturePassRecommendations() argument
31 if (&pass == pass_instances_->GetAddAccessChains()) { in GetFuturePassRecommendations()
39 if (&pass == pass_instances_->GetAddBitInstructionSynonyms()) { in GetFuturePassRecommendations()
43 if (&pass == pass_instances_->GetAddCompositeExtract()) { in GetFuturePassRecommendations()
47 if (&pass == pass_instances_->GetAddCompositeInserts()) { in GetFuturePassRecommendations()
57 if (&pass == pass_instances_->GetAddCompositeTypes()) { in GetFuturePassRecommendations()
61 if (&pass == pass_instances_->GetAddCopyMemory()) { in GetFuturePassRecommendations()
66 if (&pass == pass_instances_->GetAddDeadBlocks()) { in GetFuturePassRecommendations()
77 if (&pass == pass_instances_->GetAddDeadBreaks()) { in GetFuturePassRecommendations()
81 if (&pass == pass_instances_->GetAddDeadContinues()) { in GetFuturePassRecommendations()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/build-scripts/
Drun.tests.vs2010.bat5 call :pass checkkeys
6 call :pass loopwave
7 call :pass testatomic
8 call :pass testaudioinfo
9 call :pass testautomation
10 call :pass testdraw2
11 call :pass testchessboard
12 call :pass testerror
13 call :pass testfile
14 call :pass testfilesystem
[all …]
Dcheck.bin.compatibility.vs2010.bat14 call :pass checkkeys
15 call :pass loopwave
16 call :pass testatomic
17 call :pass testaudioinfo
18 call :pass testautomation
19 call :pass testdraw2
20 call :pass testerror
21 call :pass testfile
22 call :pass testgamecontroller
23 call :pass testgesture
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/MinGW/build-scripts/
Drun.tests.bat5 call :pass checkkeys
6 call :pass loopwave
7 call :pass testatomic
8 call :pass testaudioinfo
9 call :pass testautomation
10 call :pass testdraw2
11 call :pass testdrawchessboard
12 call :pass testerror
13 call :pass testfile
14 call :pass testfilesystem
[all …]
/third_party/spirv-tools/source/fuzz/pass_management/
Drepeated_pass_recommender_standard.cpp30 const FuzzerPass& pass) { in GetFuturePassRecommendations() argument
31 if (&pass == pass_instances_->GetAddAccessChains()) { in GetFuturePassRecommendations()
39 if (&pass == pass_instances_->GetAddBitInstructionSynonyms()) { in GetFuturePassRecommendations()
43 if (&pass == pass_instances_->GetAddCompositeExtract()) { in GetFuturePassRecommendations()
47 if (&pass == pass_instances_->GetAddCompositeInserts()) { in GetFuturePassRecommendations()
57 if (&pass == pass_instances_->GetAddCompositeTypes()) { in GetFuturePassRecommendations()
61 if (&pass == pass_instances_->GetAddCopyMemory()) { in GetFuturePassRecommendations()
66 if (&pass == pass_instances_->GetAddDeadBlocks()) { in GetFuturePassRecommendations()
77 if (&pass == pass_instances_->GetAddDeadBreaks()) { in GetFuturePassRecommendations()
81 if (&pass == pass_instances_->GetAddDeadContinues()) { in GetFuturePassRecommendations()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DDebugMarkerValidationTests.cpp28 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
29 pass.PushDebugGroup("Event Start"); in TEST_F()
30 pass.PushDebugGroup("Event Start"); in TEST_F()
31 pass.InsertDebugMarker("Marker"); in TEST_F()
32 pass.PopDebugGroup(); in TEST_F()
33 pass.PopDebugGroup(); in TEST_F()
34 pass.EndPass(); in TEST_F()
46 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
47 pass.PushDebugGroup("Event Start"); in TEST_F()
48 pass.PushDebugGroup("Event Start"); in TEST_F()
[all …]
DVertexBufferValidationTests.cpp104 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
105 pass.SetPipeline(pipeline1); in TEST_F()
106 pass.Draw(3); in TEST_F()
107 pass.EndPass(); in TEST_F()
114 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
115 pass.SetPipeline(pipeline2); in TEST_F()
116 pass.SetVertexBuffer(0, vertexBuffer1); in TEST_F()
117 pass.SetVertexBuffer(1, vertexBuffer2); in TEST_F()
118 pass.Draw(3); in TEST_F()
119 pass.SetPipeline(pipeline1); in TEST_F()
[all …]
DResourceUsageTrackingTests.cpp90 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&dummyRenderPass); in TEST_F() local
91 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32); in TEST_F()
92 pass.SetVertexBuffer(0, buffer); in TEST_F()
93 pass.EndPass(); in TEST_F()
111 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in TEST_F() local
112 pass.SetBindGroup(0, bg); in TEST_F()
113 pass.EndPass(); in TEST_F()
134 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&dummyRenderPass); in TEST_F() local
135 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32); in TEST_F()
136 pass.SetBindGroup(0, bg); in TEST_F()
[all …]
DRenderBundleValidationTests.cpp138 wgpu::RenderPassEncoder pass = commandEncoder.BeginRenderPass(&renderPass); in TEST_F() local
139 pass.ExecuteBundles(1, &renderBundle); in TEST_F()
140 pass.EndPass(); in TEST_F()
160 wgpu::RenderPassEncoder pass = commandEncoder.BeginRenderPass(&renderPass); in TEST_F() local
161 pass.ExecuteBundles(1, &renderBundle); in TEST_F()
162 pass.EndPass(); in TEST_F()
171 wgpu::RenderPassEncoder pass = commandEncoder.BeginRenderPass(&renderPass); in TEST_F() local
172 pass.ExecuteBundles(0, nullptr); in TEST_F()
173 pass.EndPass(); in TEST_F()
194 wgpu::RenderPassEncoder pass = commandEncoder.BeginRenderPass(&renderPass); in TEST_F() local
[all …]
DQueryValidationTests.cpp91 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local
92 pass.BeginOcclusionQuery(0); in TEST_F()
93 pass.EndOcclusionQuery(); in TEST_F()
94 pass.BeginOcclusionQuery(1); in TEST_F()
95 pass.EndOcclusionQuery(); in TEST_F()
96 pass.EndPass(); in TEST_F()
104 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPassWithoutOcclusion); in TEST_F() local
105 pass.BeginOcclusionQuery(0); in TEST_F()
106 pass.EndOcclusionQuery(); in TEST_F()
107 pass.EndPass(); in TEST_F()
[all …]
/third_party/node/test/parallel/
Dtest-child-process-spawnsync-validation-errors.js12 function pass(option, value) { function
28 pass('cwd', undefined);
29 pass('cwd', null);
30 pass('cwd', __dirname);
42 pass('detached', undefined);
43 pass('detached', null);
44 pass('detached', true);
45 pass('detached', false);
58 pass('uid', undefined);
59 pass('uid', null);
[all …]
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
Dltp_block_dev.c59 #define result_str(pass) ((pass == 0) ? ("FAIL") : ("PASS")) argument
80 int pass = 1; in tc01() local
94 pass = 0; in tc01()
102 pass = 0; in tc01()
107 prk_info("Test Case Result: %s\n", result_str(pass)); in tc01()
108 return pass; in tc01()
114 int i, pass = 2; in tc02() local
135 pass = 0; in tc02()
144 prk_info("Test Case Result: %s\n", result_str(pass)); in tc02()
145 return pass; in tc02()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DIndexFormatTests.cpp83 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local
84 pass.SetPipeline(pipeline); in TEST_P()
85 pass.SetVertexBuffer(0, vertexBuffer); in TEST_P()
86 pass.SetIndexBuffer(indexBuffer, wgpu::IndexFormat::Uint32); in TEST_P()
87 pass.DrawIndexed(3); in TEST_P()
88 pass.EndPass(); in TEST_P()
110 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local
111 pass.SetPipeline(pipeline); in TEST_P()
112 pass.SetVertexBuffer(0, vertexBuffer); in TEST_P()
113 pass.SetIndexBuffer(indexBuffer, wgpu::IndexFormat::Uint16); in TEST_P()
[all …]
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pass.c45 struct v3dv_render_pass *pass) in pass_find_subpass_range_for_attachments() argument
47 for (uint32_t i = 0; i < pass->attachment_count; i++) { in pass_find_subpass_range_for_attachments()
48 pass->attachments[i].first_subpass = pass->subpass_count - 1; in pass_find_subpass_range_for_attachments()
49 pass->attachments[i].last_subpass = 0; in pass_find_subpass_range_for_attachments()
50 if (pass->multiview_enabled) { in pass_find_subpass_range_for_attachments()
52 pass->attachments[i].views[j].first_subpass = pass->subpass_count - 1; in pass_find_subpass_range_for_attachments()
53 pass->attachments[i].views[j].last_subpass = 0; in pass_find_subpass_range_for_attachments()
58 for (uint32_t i = 0; i < pass->subpass_count; i++) { in pass_find_subpass_range_for_attachments()
59 const struct v3dv_subpass *subpass = &pass->subpasses[i]; in pass_find_subpass_range_for_attachments()
67 &pass->attachments[attachment_idx]; in pass_find_subpass_range_for_attachments()
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_render_pass.c31 #define REPLACE_PRESENT_SRC(pass, atts, att_count, out_atts) \ argument
34 pass->present_src_attachments; \
36 _acquire_atts + pass->acquire_count; \
74 vn_render_pass_replace_present_src(struct vn_render_pass *pass, in vn_render_pass_replace_present_src() argument
78 REPLACE_PRESENT_SRC(pass, create_info->pAttachments, in vn_render_pass_replace_present_src()
83 vn_render_pass_replace_present_src2(struct vn_render_pass *pass, in vn_render_pass_replace_present_src2() argument
87 REPLACE_PRESENT_SRC(pass, create_info->pAttachments, in vn_render_pass_replace_present_src2()
92 vn_render_pass_setup_present_src_barriers(struct vn_render_pass *pass) in vn_render_pass_setup_present_src_barriers() argument
95 for (uint32_t i = 0; i < pass->present_src_count; i++) { in vn_render_pass_setup_present_src_barriers()
97 &pass->present_src_attachments[i]; in vn_render_pass_setup_present_src_barriers()
[all …]
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_pass.c40 struct panvk_render_pass *pass; in panvk_CreateRenderPass2() local
47 size = sizeof(*pass); in panvk_CreateRenderPass2()
48 size += pCreateInfo->subpassCount * sizeof(pass->subpasses[0]); in panvk_CreateRenderPass2()
50 size += pCreateInfo->attachmentCount * sizeof(pass->attachments[0]); in panvk_CreateRenderPass2()
52 pass = vk_object_zalloc(&device->vk, pAllocator, size, in panvk_CreateRenderPass2()
54 if (pass == NULL) in panvk_CreateRenderPass2()
57 pass->attachment_count = pCreateInfo->attachmentCount; in panvk_CreateRenderPass2()
58 pass->subpass_count = pCreateInfo->subpassCount; in panvk_CreateRenderPass2()
59 pass->attachments = (void *) pass + attachments_offset; in panvk_CreateRenderPass2()
72 struct panvk_render_pass_attachment *att = &pass->attachments[i]; in panvk_CreateRenderPass2()
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DIndexFormatTests.cpp83 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local
84 pass.SetPipeline(pipeline); in TEST_P()
85 pass.SetVertexBuffers(0, 1, &vertexBuffer, &zeroOffset); in TEST_P()
86 pass.SetIndexBuffer(indexBuffer, 0); in TEST_P()
87 pass.DrawIndexed(3, 1, 0, 0, 0); in TEST_P()
88 pass.EndPass(); in TEST_P()
114 dawn::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local
115 pass.SetPipeline(pipeline); in TEST_P()
116 pass.SetVertexBuffers(0, 1, &vertexBuffer, &zeroOffset); in TEST_P()
117 pass.SetIndexBuffer(indexBuffer, 0); in TEST_P()
[all …]

12345678910>>...138