Home
last modified time | relevance | path

Searched defs:pipeline (Results 276 - 300 of 1382) sorted by relevance

1...<<11121314151617181920>>...56

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dimage_descriptor.cc27 ImageDescriptor(Buffer* buffer, DescriptorType type, Device* device, uint32_t base_mip_level, uint32_t desc_set, uint32_t binding, Pipeline* pipeline) ImageDescriptor() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanPipelineCachePerf.cpp55 vk::Pipeline pipeline; in SetUp() local
/third_party/skia/src/core/
H A DSkConvertPixels.cpp212 SkRasterPipeline_<256> pipeline; in convert_with_pipeline() local
/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineState.h49 const sk_sp<GrMtlRenderPipeline>& pipeline() const { return fPipeline; } in pipeline() function in GrMtlPipelineState
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineState.h42 const sk_sp<GrD3DPipeline>& pipeline() const { return fPipeline; } in pipeline() function in GrD3DPipelineState
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeStorageBufferBarrierTests.cpp50 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&pipelineDesc); in TEST_P() local
101 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&pipelineDesc); in TEST_P() local
167 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&pipelineDesc); in TEST_P() local
236 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&pipelineDesc); TEST_P() local
304 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&pipelineDesc); TEST_P() local
[all...]
H A DComputeDispatchTests.cpp191 wgpu::ComputePipeline pipeline; member in ComputeDispatchTests
H A DRenderBundleTests.cpp87 wgpu::RenderPipeline pipeline; member in RenderBundleTest
H A DViewportTests.cpp63 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&pipelineDesc); in TestViewportQuad() local
109 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&pipelineDesc); in TestViewportDepth() local
187 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&pipelineDescriptor); in TEST_P() local
H A DDepthBiasTests.cpp112 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&renderPipelineDesc); in RunDepthBiasTest() local
H A DIndexFormatTests.cpp71 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint32); in TEST_P() local
99 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint16); in TEST_P() local
160 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint32); in TEST_P() local
187 wgpu::RenderPipeline pipeline = TEST_P() local
261 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint32); TEST_P() local
296 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint32); TEST_P() local
330 wgpu::RenderPipeline pipeline = MakeTestPipeline(wgpu::IndexFormat::Uint16); TEST_P() local
394 wgpu::RenderPipeline pipeline = TEST_P() local
421 wgpu::RenderPipeline pipeline = TEST_P() local
448 wgpu::RenderPipeline pipeline = TEST_P() local
[all...]
H A DMaxLimitTests.cpp72 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&csDesc); in TEST_P() local
216 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&csDesc); in TEST_P() local
H A DTexture3DTests.cpp58 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&pipelineDescriptor); in TEST_P() local
H A DDrawIndexedTests.cpp72 wgpu::RenderPipeline pipeline; member in DrawIndexedTest
H A DOpArrayLengthTests.cpp134 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&pipelineDesc); in TEST_P() local
183 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&descriptor); in TEST_P() local
243 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&descriptor); in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCreatePipelineAsyncTask.cpp33 CreateComputePipelineAsyncCallbackTask( Ref<ComputePipelineBase> pipeline, std::string errorMessage, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) CreateComputePipelineAsyncCallbackTask() argument
69 CreateRenderPipelineAsyncCallbackTask( Ref<RenderPipelineBase> pipeline, std::string errorMessage, WGPUCreateRenderPipelineAsyncCallback callback, void* userdata) CreateRenderPipelineAsyncCallbackTask() argument
H A DBindGroupTracker.h61 void OnSetPipeline(PipelineBase* pipeline) { in OnSetPipeline() argument
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DCHelloTriangle.cpp24 WGPURenderPipeline pipeline; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.cpp66 void FencedDeleter::DeleteWhenUnused(VkPipeline pipeline) { in DeleteWhenUnused() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DDrawIndirectValidationTests.cpp93 wgpu::RenderPipeline pipeline; member in DrawIndirectValidationTest
H A DLabelTests.cpp520 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&descriptor); in TEST_F() local
527 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&descriptor); in TEST_F() local
536 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&descriptor); in TEST_F() local
557 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&descriptor); in TEST_F() local
564 wgpu::ComputePipeline pipeline in TEST_F() local
573 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&descriptor); TEST_F() local
[all...]
H A DPipelineAndPassCompatibilityTests.cpp92 wgpu::RenderPipeline pipeline = in TEST_F() local
122 wgpu::RenderPipeline pipeline = in TEST_F() local
152 wgpu::RenderPipeline pipeline = CreatePipeline( in TEST_F() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireCreatePipelineAsyncTests.cpp37 ToMockCreateComputePipelineAsyncCallback(WGPUCreatePipelineAsyncStatus status, WGPUComputePipeline pipeline, const char* message, void* userdata) ToMockCreateComputePipelineAsyncCallback() argument
56 ToMockCreateRenderPipelineAsyncCallback(WGPUCreatePipelineAsyncStatus status, WGPURenderPipeline pipeline, const char* message, void* userdata) ToMockCreateRenderPipelineAsyncCallback() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DInternalStorageBufferBindingTests.cpp90 wgpu::ComputePipeline pipeline = CreateComputePipelineWithInternalStorage(); in TEST_P() local
/third_party/skia/experimental/graphite/src/
H A DResourceProvider.cpp55 auto pipeline = fResourceProvider->onCreateGraphicsPipeline(desc); in refPipeline() local

Completed in 13 milliseconds

1...<<11121314151617181920>>...56