Searched refs:SetComputePipeline (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/ |
H A D | CommandBufferEncodingTests.cpp | 220 {Command::SetComputePipeline, ExpectSetPipeline(pipeline0)}, in TEST_F() member in Command 225 {Command::SetComputePipeline, ExpectSetValidationPipeline}, in TEST_F() member in Command 230 {Command::SetComputePipeline, ExpectSetPipeline(pipeline0)}, in TEST_F() member in Command 238 {Command::SetComputePipeline, ExpectSetValidationPipeline}, in TEST_F() member in Command 243 {Command::SetComputePipeline, ExpectSetPipeline(pipeline0)}, in TEST_F() member in Command 251 {Command::SetComputePipeline, ExpectSetPipeline(pipeline1)}, in TEST_F() member in Command 256 {Command::SetComputePipeline, ExpectSetValidationPipeline}, in TEST_F() member in Command 261 {Command::SetComputePipeline, ExpectSetPipeline(pipeline1)}, in TEST_F() member in Command
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandBufferStateTracker.h | 39 void SetComputePipeline(ComputePipelineBase* pipeline);
|
H A D | Commands.cpp | 151 case Command::SetComputePipeline: { in FreeCommands() 313 case Command::SetComputePipeline: in SkipCommand()
|
H A D | Commands.h | 58 SetComputePipeline, member in dawn_native::Command
|
H A D | ComputePassEncoder.cpp | 368 mCommandBufferState.SetComputePipeline(pipeline); in APISetPipeline() 371 allocator->Allocate<SetComputePipelineCmd>(Command::SetComputePipeline); in APISetPipeline()
|
H A D | CommandBufferStateTracker.cpp | 333 void CommandBufferStateTracker::SetComputePipeline(ComputePipelineBase* pipeline) { in SetComputePipeline() function in dawn_native::CommandBufferStateTracker
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 950 case Command::SetComputePipeline: { in RecordComputePass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 1115 case Command::SetComputePipeline: { in RecordComputePass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | CommandBufferGL.cpp | 928 case Command::SetComputePipeline: { in ExecuteComputePass()
|
Completed in 11 milliseconds