/third_party/spirv-tools/source/fuzz/pass_management/ |
D | repeated_pass_recommender_standard.cpp | 30 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/ |
D | repeated_pass_recommender_standard.cpp | 30 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/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/ |
D | repeated_pass_recommender_standard.cpp | 30 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/ |
D | DebugMarkerValidationTests.cpp | 28 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 …]
|
D | VertexBufferValidationTests.cpp | 104 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 …]
|
D | ResourceUsageTrackingTests.cpp | 90 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 …]
|
D | RenderBundleValidationTests.cpp | 138 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 …]
|
D | QueryValidationTests.cpp | 91 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 …]
|
D | CommandBufferValidationTests.cpp | 39 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&dummyRenderPass); in TEST_F() local 40 pass.EndPass(); in TEST_F() 47 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&dummyRenderPass); in TEST_F() local 57 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&dummyRenderPass); in TEST_F() local 62 pass.EndPass(), in TEST_F() 72 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in TEST_F() local 73 pass.EndPass(); in TEST_F() 80 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in TEST_F() local 90 wgpu::ComputePassEncoder pass = encoder.BeginComputePass(); in TEST_F() local 95 pass.EndPass(), in TEST_F() [all …]
|
D | IndexBufferValidationTests.cpp | 55 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local 56 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Undefined); in TEST_F() 57 pass.EndPass(); in TEST_F() 70 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local 71 pass.SetIndexBuffer(buffer, static_cast<wgpu::IndexFormat>(404)); in TEST_F() 72 pass.EndPass(); in TEST_F() 87 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass); in TEST_F() local 89 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 0, 256); in TEST_F() 91 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 0, wgpu::kWholeSize); in TEST_F() 92 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 256 - 4, wgpu::kWholeSize); in TEST_F() [all …]
|
/third_party/node/test/parallel/ |
D | test-child-process-spawnsync-validation-errors.js | 12 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/skia/third_party/externals/dawn/src/tests/end2end/ |
D | IndexFormatTests.cpp | 83 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 …]
|
D | DrawIndexedIndirectTests.cpp | 86 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in EncodeDrawCommands() local 87 pass.SetPipeline(pipeline); in EncodeDrawCommands() 88 pass.SetVertexBuffer(0, vertexBuffer); in EncodeDrawCommands() 89 pass.SetIndexBuffer(indexBuffer, wgpu::IndexFormat::Uint32, indexOffset); in EncodeDrawCommands() 90 pass.DrawIndexedIndirect(indirectBuffer, indirectOffset); in EncodeDrawCommands() 91 pass.EndPass(); in EncodeDrawCommands() 284 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local 285 pass.SetPipeline(pipeline); in TEST_P() 286 pass.SetVertexBuffer(0, vertexBuffer); in TEST_P() 287 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() [all …]
|
D | VertexOnlyRenderPipelineTests.cpp | 155 auto pass = encoder.BeginRenderPass(&clearPass); in ClearAttachment() local 156 pass.EndPass(); in ClearAttachment() 190 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(renderPass); in TEST_P() local 191 pass.SetPipeline(pipeline); in TEST_P() 193 pass.SetStencilReference(0x42); in TEST_P() 194 pass.SetVertexBuffer(0, vertexBuffer); in TEST_P() 196 pass.Draw(2, 1, 4, 0); in TEST_P() 197 pass.EndPass(); in TEST_P() 227 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(renderPass); in TEST_P() local 228 pass.SetPipeline(pipeline); in TEST_P() [all …]
|
D | ScissorTests.cpp | 57 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local 58 pass.SetPipeline(pipeline); in TEST_P() 59 pass.Draw(6); in TEST_P() 60 pass.EndPass(); in TEST_P() 84 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local 85 pass.SetPipeline(pipeline); in TEST_P() 86 pass.SetScissorRect(kX, kY, kW, kH); in TEST_P() 87 pass.Draw(6); in TEST_P() 88 pass.EndPass(); in TEST_P() 109 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in TEST_P() local [all …]
|
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/ |
D | ltp_block_dev.c | 59 #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/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pass.c | 45 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/ |
D | vn_render_pass.c | 31 #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/amd/vulkan/ |
D | radv_pass.c | 32 radv_render_pass_add_subpass_dep(struct radv_render_pass *pass, const VkSubpassDependency2 *dep) in radv_render_pass_add_subpass_dep() argument 64 pass->end_barrier.src_stage_mask |= src_stage_mask; in radv_render_pass_add_subpass_dep() 65 pass->end_barrier.dst_stage_mask |= dst_stage_mask; in radv_render_pass_add_subpass_dep() 67 pass->end_barrier.src_access_mask |= src_access_mask; in radv_render_pass_add_subpass_dep() 68 pass->end_barrier.dst_access_mask |= dst_access_mask; in radv_render_pass_add_subpass_dep() 71 pass->subpasses[dst].start_barrier.src_stage_mask |= src_stage_mask; in radv_render_pass_add_subpass_dep() 72 pass->subpasses[dst].start_barrier.dst_stage_mask |= dst_stage_mask; in radv_render_pass_add_subpass_dep() 74 pass->subpasses[dst].start_barrier.src_access_mask |= src_access_mask; in radv_render_pass_add_subpass_dep() 75 pass->subpasses[dst].start_barrier.dst_access_mask |= dst_access_mask; in radv_render_pass_add_subpass_dep() 80 radv_render_pass_add_implicit_deps(struct radv_render_pass *pass) in radv_render_pass_add_implicit_deps() argument [all …]
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_pass.c | 40 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/openssl/test/recipes/30-test_evp_data/ |
D | evpkdf_pbkdf1.txt | 18 Ctrl.pass = pass:password 26 Ctrl.pass = pass:password 34 Ctrl.pass = pass:password 42 Ctrl.pass = pass:password 50 Ctrl.pass = pass:password 58 Ctrl.pass = pass:password 66 Ctrl.pass = pass:password 74 Ctrl.pass = pass:password 82 Ctrl.pass = pass:password 90 Ctrl.pass = pass:passwordPASSWORDpassword [all …]
|
D | evpkdf_pbkdf2.txt | 18 Ctrl.pass = pass:password 26 Ctrl.pass = pass:password 34 Ctrl.pass = pass:password 42 Ctrl.pass = pass:password 50 Ctrl.pass = pass:password 58 Ctrl.pass = pass:password 66 Ctrl.pass = pass:password 74 Ctrl.pass = pass:password 82 Ctrl.pass = pass:password 89 Ctrl.pass = pass:passwordPASSWORDpassword [all …]
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pass.c | 71 tu_render_pass_add_subpass_dep(struct tu_render_pass *pass, in tu_render_pass_add_subpass_dep() argument 101 …perf_debug((struct tu_device *)pass->base.device, "Disabling gmem rendering due to invalid subpass… in tu_render_pass_add_subpass_dep() 102 for (int i = 0; i < ARRAY_SIZE(pass->gmem_pixels); i++) in tu_render_pass_add_subpass_dep() 103 pass->gmem_pixels[i] = 0; in tu_render_pass_add_subpass_dep() 108 dst_barrier = &pass->end_barrier; in tu_render_pass_add_subpass_dep() 110 dst_barrier = &pass->subpasses[dst].start_barrier; in tu_render_pass_add_subpass_dep() 183 tu_render_pass_add_implicit_deps(struct tu_render_pass *pass, in tu_render_pass_add_implicit_deps() argument 189 bool att_used[pass->attachment_count]; in tu_render_pass_add_implicit_deps() 284 tu_render_pass_add_subpass_dep(pass, &(VkSubpassDependency2) { in tu_render_pass_add_implicit_deps() 376 tu_render_pass_add_subpass_dep(pass, &(VkSubpassDependency2) { in tu_render_pass_add_implicit_deps() [all …]
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_pass.c | 83 const struct pvr_render_pass *pass, in pvr_is_subpass_initops_flush_needed() argument 86 struct pvr_render_subpass *subpass = &pass->subpasses[0]; in pvr_is_subpass_initops_flush_needed() 113 color_attachment_mask |= (1 << pass->attachments[color_idx].index); in pvr_is_subpass_initops_flush_needed() 125 struct pvr_render_pass *pass, in pvr_init_subpass_userpass_spawn() argument 133 (uint32_t)pvr_is_subpass_initops_flush_needed(pass, hw_render); in pvr_init_subpass_userpass_spawn() 141 assert(subpass_idx == pass->subpass_count); in pvr_init_subpass_userpass_spawn() 316 struct pvr_render_pass *pass; in pvr_CreateRenderPass2() local 322 vk_multialloc_add(&ma, &pass, __typeof__(*pass), 1); in pvr_CreateRenderPass2() 358 vk_object_base_init(&device->vk, &pass->base, VK_OBJECT_TYPE_RENDER_PASS); in pvr_CreateRenderPass2() 359 pass->attachment_count = pCreateInfo->attachmentCount; in pvr_CreateRenderPass2() [all …]
|
/third_party/selinux/checkpolicy/ |
D | module_compiler.h | 21 int define_policy(int pass, int module_header_given); 54 int require_class(int pass); 55 int require_role(int pass); 56 int require_type(int pass); 57 int require_attribute(int pass); 58 int require_attribute_role(int pass); 59 int require_user(int pass); 60 int require_bool(int pass); 61 int require_tunable(int pass); 62 int require_sens(int pass); [all …]
|