Home
last modified time | relevance | path

Searched refs:compute_pipeline (Results 1 – 25 of 37) sorted by relevance

12

/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc365 const ComputePipelineInfo& compute_pipeline, in MapDeviceBufferToHostBuffer() argument
367 for (uint32_t i = 0; i < compute_pipeline.pipeline->GetBuffers().size(); in MapDeviceBufferToHostBuffer()
369 auto& device_buffer = compute_pipeline.buffers[i]; in MapDeviceBufferToHostBuffer()
370 auto& host_buffer = compute_pipeline.pipeline->GetBuffers()[i]; in MapDeviceBufferToHostBuffer()
825 pipeline_map_[pipeline].compute_pipeline.reset( in CreatePipeline()
828 AttachBuffers(pipeline_map_[pipeline].compute_pipeline.get()); in CreatePipeline()
1419 ComputePipelineInfo* compute_pipeline = GetComputePipeline(command); in DoCompute() local
1420 if (!compute_pipeline) in DoCompute()
1425 device_->Get(), compute_pipeline->bind_group_layouts); in DoCompute()
1428 pipelineStageDescriptor.module = compute_pipeline->compute_shader; in DoCompute()
[all …]
Dengine_dawn.h81 return pipeline_map_[command->GetPipeline()].compute_pipeline.get(); in GetComputePipeline()
89 Result AttachBuffers(ComputePipelineInfo* compute_pipeline);
96 const ComputePipelineInfo& compute_pipeline,
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/signed_op/
Duint_atomicsmin.amber65 PIPELINE compute compute_pipeline
71 RUN compute_pipeline 15 1 1
Duint_snegate.amber65 PIPELINE compute compute_pipeline
71 RUN compute_pipeline 3 1 1
Dglsl_uint_sabs.amber66 PIPELINE compute compute_pipeline
72 RUN compute_pipeline 15 1 1
Dglsl_uint_ssign.amber66 PIPELINE compute compute_pipeline
72 RUN compute_pipeline 15 1 1
Dglsl_int_findumsb.amber68 PIPELINE compute compute_pipeline
74 RUN compute_pipeline 2 1 1
Duint_atomicsmax.amber66 PIPELINE compute compute_pipeline
72 RUN compute_pipeline 15 1 1
Dglsl_uint_findsmsb.amber66 PIPELINE compute compute_pipeline
72 RUN compute_pipeline 16 1 1
Dint_atomicumax.amber68 PIPELINE compute compute_pipeline
74 RUN compute_pipeline 15 1 1
Dint_atomicumin.amber68 PIPELINE compute compute_pipeline
74 RUN compute_pipeline 15 1 1
Dglsl_uint_smax.amber74 PIPELINE compute compute_pipeline
81 RUN compute_pipeline 15 1 1
Dglsl_uint_smin.amber74 PIPELINE compute compute_pipeline
81 RUN compute_pipeline 15 1 1
Duint_sdiv.amber73 PIPELINE compute compute_pipeline
80 RUN compute_pipeline 5 1 1
Dint_ulessthanequal.amber83 PIPELINE compute compute_pipeline
90 RUN compute_pipeline 5 1 1
Dglsl_int_umax.amber80 PIPELINE compute compute_pipeline
87 RUN compute_pipeline 15 1 1
Dint_ugreaterthanequal.amber83 PIPELINE compute compute_pipeline
90 RUN compute_pipeline 5 1 1
Dint_ugreaterthan.amber83 PIPELINE compute compute_pipeline
90 RUN compute_pipeline 5 1 1
Dint_ulessthan.amber83 PIPELINE compute compute_pipeline
90 RUN compute_pipeline 5 1 1
Dglsl_int_umin.amber80 PIPELINE compute compute_pipeline
87 RUN compute_pipeline 15 1 1
Dglsl_uint_sclamp.amber84 PIPELINE compute compute_pipeline
92 RUN compute_pipeline 8 1 1
Duint_umulextended.amber89 PIPELINE compute compute_pipeline
97 RUN compute_pipeline 15 1 1
Dglsl_int_uclamp.amber87 PIPELINE compute compute_pipeline
95 RUN compute_pipeline 3 1 1
Duint_smulextended.amber91 PIPELINE compute compute_pipeline
99 RUN compute_pipeline 15 1 1
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/switch/
Dswitch-case-to-merge-block.amber109 PIPELINE compute compute_pipeline
115 RUN compute_pipeline 1 1 1

12