/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 121 PipelineOutput pipelines[2]; member 357 pipelineData.pipelines[0].pipeline = in initShaderBindingTables() 359 … pipelineData.pipelines[0].raygenShaderBindingTable = rayTracingPipeline->createShaderBindingTable( in initShaderBindingTables() 360 … vkd, device, *(pipelineData.pipelines[0].pipeline), pipelineData.allocator, shaderGroupHandleSize, in initShaderBindingTables() 363 … pipelineData.pipelines[0].missShaderBindingTable = rayTracingPipeline->createShaderBindingTable( in initShaderBindingTables() 364 … vkd, device, *(pipelineData.pipelines[0].pipeline), pipelineData.allocator, shaderGroupHandleSize, in initShaderBindingTables() 367 … pipelineData.pipelines[0].hitShaderBindingTable = rayTracingPipeline->createShaderBindingTable( in initShaderBindingTables() 368 … vkd, device, *(pipelineData.pipelines[0].pipeline), pipelineData.allocator, shaderGroupHandleSize, in initShaderBindingTables() 371 pipelineData.pipelines[0].descriptorSet = in initShaderBindingTables() 373 …pipelineData.pipelines[0].uniformBuffer = de::MovePtr<BufferWithMemory>(new Buffe… in initShaderBindingTables() [all …]
|
/aosp_15_r20/external/deqp-deps/amber/src/amberscript/ |
D | parser_bind_test.cc | 43 const auto& pipelines = script->GetPipelines(); in TEST_F() local 44 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 46 const auto* pipeline = pipelines[0].get(); in TEST_F() 255 EXPECT_EQ("shared framebuffer must have same size over all PIPELINES", in TEST_F() 292 const auto& pipelines = script->GetPipelines(); in TEST_F() local 293 ASSERT_EQ(2U, pipelines.size()); in TEST_F() 295 const auto* pipeline = pipelines[0].get(); in TEST_F() 306 pipeline = pipelines[1].get(); in TEST_F() 337 const auto& pipelines = script->GetPipelines(); in TEST_F() local 338 ASSERT_EQ(1U, pipelines.size()); in TEST_F() [all …]
|
D | parser_pipeline_test.cc | 43 const auto& pipelines = script->GetPipelines(); in TEST_F() local 44 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 46 const auto* pipeline = pipelines[0].get(); in TEST_F() 65 EXPECT_EQ(pipelines[0]->GetPipelineData()->GetPatchControlPoints(), 3u); in TEST_F() 194 const auto& pipelines = script->GetPipelines(); in TEST_F() local 195 ASSERT_EQ(2U, pipelines.size()); in TEST_F() 197 ASSERT_EQ(1U, pipelines[0]->GetColorAttachments().size()); in TEST_F() 198 const auto& buf1 = pipelines[0]->GetColorAttachments()[0]; in TEST_F() 208 ASSERT_EQ(1U, pipelines[1]->GetColorAttachments().size()); in TEST_F() 209 const auto& buf2 = pipelines[1]->GetColorAttachments()[0]; in TEST_F() [all …]
|
D | parser_viewport_test.cc | 44 const auto& pipelines = script->GetPipelines(); in TEST_F() local 45 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 47 auto* pipeline = pipelines[0].get(); in TEST_F() 74 const auto& pipelines = script->GetPipelines(); in TEST_F() local 75 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 77 auto* pipeline = pipelines[0].get(); in TEST_F() 110 const auto& pipelines = script->GetPipelines(); in TEST_F() local 111 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 113 auto* pipeline = pipelines[0].get(); in TEST_F() 146 const auto& pipelines = script->GetPipelines(); in TEST_F() local [all …]
|
D | parser_subgroup_size_control_test.cc | 303 const auto& pipelines = script->GetPipelines(); in TEST_F() local 304 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 306 const auto* pipeline = pipelines[0].get(); in TEST_F() 329 const auto& pipelines = script->GetPipelines(); in TEST_F() local 330 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 332 const auto* pipeline = pipelines[0].get(); in TEST_F() 356 const auto& pipelines = script->GetPipelines(); in TEST_F() local 357 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 359 const auto* pipeline = pipelines[0].get(); in TEST_F() 386 const auto& pipelines = script->GetPipelines(); in TEST_F() local [all …]
|
D | parser_attach_test.cc | 160 const auto& pipelines = script->GetPipelines(); in TEST_F() local 161 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 163 const auto* pipeline = pipelines[0].get(); in TEST_F() 235 const auto& pipelines = script->GetPipelines(); in TEST_F() local 236 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 238 const auto* pipeline = pipelines[0].get(); in TEST_F() 325 const auto& pipelines = script->GetPipelines(); in TEST_F() local 326 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 328 const auto* pipeline = pipelines[0].get(); in TEST_F() 350 const auto& pipelines = script->GetPipelines(); in TEST_F() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP10.td | 48 def P10_BF : ProcResource<4>; // Four Binary Floating Point pipelines. 49 def P10_BR : ProcResource<2>; // Two Branch pipelines. 50 def P10_CY : ProcResource<4>; // Four Crypto pipelines. 51 def P10_DF : ProcResource<1>; // One Decimal Floating Point pipelines. 52 def P10_DV : ProcResource<2>; // Two Fixed-point divide (DIV) pipelines. 53 def P10_DX : ProcResource<2>; // Two 128-bit fixed-point and BCD pipelines. 54 def P10_FX : ProcResource<4>; // Four ALU pipelines. 55 def P10_LD : ProcResource<2>; // Two Load pipelines. 56 def P10_MM : ProcResource<2>; // Two 512-bit SIMD matrix multiply engine pipelines. 57 def P10_PM : ProcResource<4>; // Four 128-bit permute (PM) pipelines. [all …]
|
H A D | P9InstrResources.td | 34 // Uses both ALU units (the even ALUE and odd ALUO units), two pipelines 206 // Uses both ALU units (the even ALUE and odd ALUO units), two pipelines 291 // Uses both DP units (the even DPE and odd DPO units), two pipelines (EXECE, 525 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 635 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 659 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 667 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 684 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 692 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 701 // superslice. That includes both exec pipelines (EXECO, EXECE) and all three [all …]
|
/aosp_15_r20/external/mesa3d/bin/ci/ |
H A D | nightly_compare.py | 9 Compare the two latest scheduled pipelines and provide information 99 …ttps://gitlab.freedesktop.org/mesa/mesa/-/pipelines?page=1&scope=all&source=schedule\u001b\\Schedu… 101 pipelines = project.pipelines.list( variable 105 …f"Old pipeline: {pipelines[1].created_at}\t\u001b]8;;{pipelines[1].web_url}\u001b\\{pipelines[1].s… 108 …f"New pipeline: {pipelines[0].created_at}\t\u001b]8;;{pipelines[0].web_url}\u001b\\{pipelines[0].s… 111 …compare: https://gitlab.freedesktop.org/mesa/mesa/-/compare/{pipelines[1].sha}...{pipelines[0].sha… 127 for job in pipelines[1].jobs.list(all=True): 137 for job in pipelines[0].jobs.list(all=True): 167 print("Commits between nightly pipelines:") 168 commit = project.commits.get(pipelines[0].sha) [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/doc/ |
H A D | PipelineCreation.md | 3 Vulkan pipelines depend on a number of state, most of which is known only at draw time. 4 Unfortunately, creating pipelines is a heavy operation (in particular, converting SPIR-V to assembly 8 state. This allows ANGLE to create fewer pipelines. Simultaneously, ANGLE keeps the number of 9 specialization constants to a minimum, to avoid recreating pipelines on state that might 12 At link time, ANGLE warms up the pipeline cache by creating a few placeholder pipelines, in the hope 14 hit-or-miss. With that extension though, ANGLE is able to create pipelines with less visible 31 these pipelines directly at draw time. The pipelines are hashed and cached in the program 37 full pipelines are created, complete with hashing and caching them. The cache for these pipelines 41 vertex input and fragment output pipelines to quickly create a complete pipeline for rendering. 42 Note that creating vertex input and fragment output pipelines is relatively cheap, and as they are [all …]
|
/aosp_15_r20/external/googleapis/google/genomics/v1alpha2/ |
H A D | pipelines.proto | 32 // A service for running genomics pipelines. 42 post: "/v1alpha2/pipelines" 56 post: "/v1alpha2/pipelines:run" 66 get: "/v1alpha2/pipelines/{pipeline_id}" 70 // Lists pipelines. 75 get: "/v1alpha2/pipelines" 84 delete: "/v1alpha2/pipelines/{pipeline_id}" 89 // by VMs created by the Pipelines Service and not by end users. 93 get: "/v1alpha2/pipelines:getControllerConfig" 99 // created by the Pipelines Service and not by end users. [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | datapipelines.v1.json | 15 …"description": "Data Pipelines provides an interface for creating, updating, and managing recurrin… 17 "documentationLink": "https://cloud.google.com/dataflow/docs/guides/data-pipelines", 113 …"description": "Lists pipelines. Returns a \"FORBIDDEN\" error if the caller doesn't have permissi… 122 …pipelines will be returned. Multiple filters can be applied and must be comma separated. Fields el… 155 "pipelines": { object 158 …ipeline. For a batch pipeline, you can pass scheduler information. Data Pipelines uses the schedul… 159 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/pipelines", 161 "id": "datapipelines.projects.locations.pipelines.create", 174 "path": "v1/{+parent}/pipelines", 187 … "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/pipelines/{pipelinesId}", [all …]
|
D | genomics.v1alpha2.json | 214 "pipelines": { object 218 "flatPath": "v1alpha2/pipelines", 220 "id": "genomics.pipelines.create", 223 "path": "v1alpha2/pipelines", 237 "flatPath": "v1alpha2/pipelines/{pipelineId}", 239 "id": "genomics.pipelines.delete", 251 "path": "v1alpha2/pipelines/{pipelineId}", 262 "flatPath": "v1alpha2/pipelines/{pipelineId}", 264 "id": "genomics.pipelines.get", 276 "path": "v1alpha2/pipelines/{pipelineId}", [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/chimesdkmediapipelines/src/main/resources/codegen-resources/ |
H A D | endpoint-tests.json | 7 "url": "https://media-pipelines-chime.ap-southeast-1.amazonaws.com" 20 "url": "https://media-pipelines-chime.eu-central-1.amazonaws.com" 33 "url": "https://media-pipelines-chime.us-east-1.amazonaws.com" 46 "url": "https://media-pipelines-chime-fips.us-east-1.amazonaws.com" 59 "url": "https://media-pipelines-chime.us-west-2.amazonaws.com" 72 "url": "https://media-pipelines-chime-fips.us-west-2.amazonaws.com" 85 "url": "https://media-pipelines-chime-fips.us-east-1.api.aws" 98 "url": "https://media-pipelines-chime.us-east-1.api.aws" 111 … "url": "https://media-pipelines-chime-fips.cn-north-1.api.amazonwebservices.com.cn" 124 "url": "https://media-pipelines-chime-fips.cn-north-1.amazonaws.com.cn" [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk.c | 135 duoni.objectHandle = (uint64_t)rs->pipelines.named.init; in rs_debug_utils_set() 139 duoni.objectHandle = (uint64_t)rs->pipelines.named.fill; in rs_debug_utils_set() 143 duoni.objectHandle = (uint64_t)rs->pipelines.named.histogram; in rs_debug_utils_set() 147 duoni.objectHandle = (uint64_t)rs->pipelines.named.prefix; in rs_debug_utils_set() 151 duoni.objectHandle = (uint64_t)rs->pipelines.named.scatter[0].even; in rs_debug_utils_set() 155 duoni.objectHandle = (uint64_t)rs->pipelines.named.scatter[0].odd; in rs_debug_utils_set() 161 duoni.objectHandle = (uint64_t)rs->pipelines.named.scatter[1].even; in rs_debug_utils_set() 165 duoni.objectHandle = (uint64_t)rs->pipelines.named.scatter[1].odd; in rs_debug_utils_set() 175 // How many pipelines are there? 206 // How many pipelines? in radix_sort_vk_create() [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/datapipelines/logging/v1/ |
H A D | logging.proto | 26 // Cloud Logging structured payload for events generated from Data Pipelines API 29 // Type of a Data Pipelines API request. 34 // A Data Pipelines Create Pipeline request. 37 // A Data Pipelines Update Pipeline request. 40 // A Data Pipelines Delete Pipeline request. 43 // A Data Pipelines List Pipelines request. 46 // A Data Pipelines Get Pipeline request. 49 // A Data Pipelines Stop Pipeline request. 52 // A Data Pipelines Run Pipeline request. 55 // A Data Pipelines List Jobs request. [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCreationCacheControlTests.cpp | 82 * \brief Validation function type output from vkCreate*Pipelines() 85 * \param pipeliens - vector of pipelines created 100 TestStatus validateResults(VkResult result, const pipelines_t &pipelines, duration elapsed, in validateResults() argument 116 const auto qpResult = validator(result, pipelines, elapsed, reason); in validateResults() 146 qpTestResult checkPipelineMustBeValid(VkResult, const vector<UniquePipeline> &pipelines, duration, … in checkPipelineMustBeValid() argument 148 if (pipelines.size() <= INDEX) in checkPipelineMustBeValid() 150 …static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size()… in checkPipelineMustBeValid() 151 TCU_THROW(TestError, ERROR_MSG.format(INDEX, pipelines.size())); in checkPipelineMustBeValid() 154 if (*pipelines[INDEX] == VK_NULL_HANDLE) in checkPipelineMustBeValid() 156 … static const StringTemplate ERROR_MSG = {"pipelines[${0}] is not a valid VkPipeline object"}; in checkPipelineMustBeValid() [all …]
|
/aosp_15_r20/external/mesa3d/ |
H A D | .gitlab-ci.yml | 1 # Types of CI pipelines: 8 # | scheduled pipeline | mesa/mesa | nightly pipelines, running every morning at 4am UTC | 18 # Merge pipelines contain all jobs that must pass before the MR can be merged. 19 # Pre-merge pipelines contain the exact same jobs as merge pipelines. 20 # Post-merge pipelines contain *only* the `pages` job that deploys the new 22 # Fork pipelines contain everything. 23 # Scheduled pipelines only contain the container+build jobs, and some extra 26 # Direct-push pipelines contain the same jobs as merge pipelines. 30 # do not duplicate pipelines on merge pipelines 221 # Build everything in merge pipelines, if any files affecting the pipeline [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cSeparateShaderObjsTests.cpp | 914 glw::GLuint pipelines[maxpipelines]; in iterate() local 937 gl.genProgramPipelines(1, pipelines); in iterate() 940 gl.activeShaderProgram(pipelines[0], progVF.getProgram()); in iterate() 946 gl.activeShaderProgram(pipelines[0], progVF.getProgram() + 100); in iterate() 952 gl.getProgramPipelineiv(pipelines[0], GL_ACTIVE_PROGRAM, (glw::GLint *)&value); in iterate() 959 gl.deleteProgramPipelines(1, pipelines); in iterate() 960 gl.activeShaderProgram(pipelines[0], progVF.getProgram()); in iterate() 969 gl.genProgramPipelines(2, &pipelines[0]); in iterate() 970 gl.genProgramPipelines(3, &pipelines[2]); in iterate() 971 gl.genProgramPipelines(5, &pipelines[5]); in iterate() [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | pipelineobj.c | 554 _mesa_DeleteProgramPipelines(GLsizei n, const GLuint *pipelines) in _mesa_DeleteProgramPipelines() argument 560 _mesa_debug(ctx, "glDeleteProgramPipelines(%d, %p)\n", n, pipelines); in _mesa_DeleteProgramPipelines() 569 _mesa_lookup_pipeline_object(ctx, pipelines[i]); in _mesa_DeleteProgramPipelines() 572 assert(obj->Name == pipelines[i]); in _mesa_DeleteProgramPipelines() 595 * Generate a set of unique pipeline object IDs and store them in \c pipelines. 597 * \param pipelines pipeline of \c n locations to store the IDs. 600 create_program_pipelines(struct gl_context *ctx, GLsizei n, GLuint *pipelines, in create_program_pipelines() argument 606 if (!pipelines) in create_program_pipelines() 609 _mesa_HashFindFreeKeys(&ctx->Pipeline.Objects, pipelines, n); in create_program_pipelines() 614 obj = _mesa_new_pipeline_object(ctx, pipelines[i]); in create_program_pipelines() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktPipelineIdentifierTests.cpp | 266 …// If it's a main process - we create graphics pipelines only to increase VkDeviceObjectReservatio… in testGraphicsPipelineIdentifier() 274 std::vector<Move<VkPipeline>> pipelines; in testGraphicsPipelineIdentifier() local 276 …pipelines.emplace_back(createGraphicsPipeline(vk, device, DE_NULL, &graphicsPipelineCreateInfos[i]… in testGraphicsPipelineIdentifier() 290 std::vector<VkPipeline> pipelines(pipelineCount); in testGraphicsPipelineIdentifier() local 337 … graphicsPipelineCreateInfos.data(), DE_NULL, pipelines.data()); in testGraphicsPipelineIdentifier() 341 if (expectedNullHandle[i] == 0 && pipelines[i] == DE_NULL) in testGraphicsPipelineIdentifier() 347 if (expectedNullHandle[i] != 0 && pipelines[i] != DE_NULL) in testGraphicsPipelineIdentifier() 363 destroyPipelineFunc(device, pipelines[i], DE_NULL); in testGraphicsPipelineIdentifier() 457 …// If it's a main process - we create compute pipelines only to increase VkDeviceObjectReservation… in testComputePipelineIdentifier() 465 std::vector<Move<VkPipeline>> pipelines; in testComputePipelineIdentifier() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 21 * \brief Defines class for handling resources ( programs, pipelines, files, etc. ) 125 // At the end of the day we only need to export objects used in pipelines. in removeRedundantObjects() 136 for (auto it = begin(m_pipelineInput.pipelines); it != end(m_pipelineInput.pipelines); ++it) in removeRedundantObjects() 304 // Step 1: collect information about all pipelines in each test, group by size in preparePipelinePoolSizes() 305 for (const auto &pipeline : m_pipelineInput.pipelines) in preparePipelinePoolSizes() 699 // subprocess: load graphics pipelines from OUR m_pipelineCache cache in createGraphicsPipelines() 716 …// main process: store pipelines in JSON format. Pipelines will be sent later for m_pipelineCache … in createGraphicsPipelines() 721 …to it = std::find_if(begin(m_pipelineInput.pipelines), end(m_pipelineInput.pipelines), in createGraphicsPipelines() 724 if (it == end(m_pipelineInput.pipelines)) in createGraphicsPipelines() 733 m_pipelineInput.pipelines.push_back(vksc_server::VulkanJsonPipelineDescription( in createGraphicsPipelines() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 34 // Uses both ALU units (the even ALUE and odd ALUO units), two pipelines 203 // Uses both ALU units (the even ALUE and odd ALUO units), two pipelines 288 // Uses both DP units (the even DPE and odd DPO units), two pipelines (EXECE, 521 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 629 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 653 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 661 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 678 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 686 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 695 // superslice. That includes both exec pipelines (EXECO, EXECE) and all three [all …]
|
/aosp_15_r20/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ |
H A D | ListDeliveryPipelinesRequest.java | 81 * Required. The parent, which owns this collection of pipelines. Format must 107 * Required. The parent, which owns this collection of pipelines. Format must 136 * The maximum number of pipelines to return. The service may return 137 * fewer than this value. If unspecified, at most 50 pipelines will 216 * Filter pipelines to be returned. See https://google.aip.dev/160 for more 240 * Filter pipelines to be returned. See https://google.aip.dev/160 for more 754 * Required. The parent, which owns this collection of pipelines. Format must 779 * Required. The parent, which owns this collection of pipelines. Format must 804 * Required. The parent, which owns this collection of pipelines. Format must 828 * Required. The parent, which owns this collection of pipelines. Format must [all …]
|
/aosp_15_r20/hardware/google/camera/common/hal/hwl_interface/ |
D | camera_device_session_hwl.h | 37 // create pipelines, submit capture requests, and flush the session. 50 // To create pipelines for a capture session, the client will call 52 // to build all successfully configured pipelines. If a ConfigurePipeline() 55 // pipelines have not been destroyed, it will return ALREADY_EXISTS. If 57 // and discard the configured pipelines. 75 // Build the successfully configured pipelines from ConfigurePipeline(). If 98 // state after receiving a request.Multiple pipelines in the same session can 120 // Destroy built pipelines or discard configured pipelines. 124 // requests contain requests from all different pipelines. If requests contain
|