Home
last modified time | relevance | path

Searched refs:lastPipeline (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp520 ComputePipeline* lastPipeline = nullptr; in ExecuteComputePass() local
551 lastPipeline = ToBackend(cmd->pipeline).Get(); in ExecuteComputePass()
552 lastPipeline->ApplyNow(); in ExecuteComputePass()
558 ToBackend(lastPipeline->GetLayout()), lastPipeline); in ExecuteComputePass()
702 RenderPipeline* lastPipeline = nullptr; in ExecuteRenderPass() local
726 lastPipeline->GetGLPrimitiveTopology(), draw->firstVertex, in ExecuteRenderPass()
730 gl.DrawArraysInstanced(lastPipeline->GetGLPrimitiveTopology(), in ExecuteRenderPass()
741 lastPipeline->GetVertexInputDescriptor()->indexFormat; in ExecuteRenderPass()
747 lastPipeline->GetGLPrimitiveTopology(), draw->indexCount, formatType, in ExecuteRenderPass()
754 lastPipeline->GetGLPrimitiveTopology(), draw->indexCount, formatType, in ExecuteRenderPass()
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm563 ComputePipeline* lastPipeline = nullptr;
580 threadsPerThreadgroup:lastPipeline->GetLocalWorkGroupSize()];
590 threadsPerThreadgroup:lastPipeline
596 lastPipeline = ToBackend(cmd->pipeline).Get();
598 lastPipeline->Encode(encoder);
609 dynamicOffsets, ToBackend(lastPipeline->GetLayout()), nil,
717 RenderPipeline* lastPipeline = nullptr;
739 [encoder drawPrimitives:lastPipeline->GetMTLPrimitiveTopology()
750 IndexFormatSize(lastPipeline->GetVertexInputDescriptor()->indexFormat);
754 [encoder drawIndexedPrimitives:lastPipeline->GetMTLPrimitiveTopology()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm554 void OnSetPipeline(RenderPipeline* lastPipeline, RenderPipeline* pipeline) {
1049 ComputePipeline* lastPipeline = nullptr;
1073 storageBufferLengths.Apply(encoder, lastPipeline);
1076 threadsPerThreadgroup:lastPipeline->GetLocalWorkGroupSize()];
1084 storageBufferLengths.Apply(encoder, lastPipeline);
1090 threadsPerThreadgroup:lastPipeline
1097 lastPipeline = ToBackend(cmd->pipeline).Get();
1099 bindGroups.OnSetPipeline(lastPipeline);
1101 lastPipeline->Encode(encoder);
1264 RenderPipeline* lastPipeline = nullptr;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp895 ComputePipeline* lastPipeline = nullptr; in ExecuteComputePass() local
930 lastPipeline = ToBackend(cmd->pipeline).Get(); in ExecuteComputePass()
931 lastPipeline->ApplyNow(); in ExecuteComputePass()
933 bindGroupTracker.OnSetPipeline(lastPipeline); in ExecuteComputePass()
1128 RenderPipeline* lastPipeline = nullptr; in ExecuteRenderPass() local
1145 lastPipeline->GetGLPrimitiveTopology(), draw->firstVertex, in ExecuteRenderPass()
1149 gl.DrawArraysInstanced(lastPipeline->GetGLPrimitiveTopology(), in ExecuteRenderPass()
1163 lastPipeline->GetGLPrimitiveTopology(), draw->indexCount, in ExecuteRenderPass()
1172 lastPipeline->GetGLPrimitiveTopology(), draw->indexCount, in ExecuteRenderPass()
1180 lastPipeline->GetGLPrimitiveTopology(), draw->indexCount, in ExecuteRenderPass()
[all …]
/third_party/skia/experimental/graphite/src/
DDrawPass.cpp240 uint32_t lastPipeline = 0; in Make() local
283 if (key.pipeline() != lastPipeline) { in Make()
285 lastPipeline = key.pipeline(); in Make()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1072 ComputePipeline* lastPipeline = nullptr; in RecordComputePass() local
1088 RecordNumWorkgroupsForDispatch(commandList, lastPipeline, dispatch); in RecordComputePass()
1102 lastPipeline->GetDispatchIndirectCommandSignature(); in RecordComputePass()
1122 lastPipeline = pipeline; in RecordComputePass()
1388 RenderPipeline* lastPipeline = nullptr; in RecordRenderPass() local
1397 vertexBufferTracker.Apply(commandList, lastPipeline); in RecordRenderPass()
1398 RecordFirstIndexOffset(commandList, lastPipeline, draw->firstVertex, in RecordRenderPass()
1409 vertexBufferTracker.Apply(commandList, lastPipeline); in RecordRenderPass()
1410 RecordFirstIndexOffset(commandList, lastPipeline, draw->baseVertex, in RecordRenderPass()
1422 vertexBufferTracker.Apply(commandList, lastPipeline); in RecordRenderPass()
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp855 RenderPipeline* lastPipeline = nullptr; in RecordRenderPass() local
876 FlushSetVertexBuffers(commandList, &vertexBuffersInfo, lastPipeline); in RecordRenderPass()
884 FlushSetVertexBuffers(commandList, &vertexBuffersInfo, lastPipeline); in RecordRenderPass()
893 FlushSetVertexBuffers(commandList, &vertexBuffersInfo, lastPipeline); in RecordRenderPass()
905 FlushSetVertexBuffers(commandList, &vertexBuffersInfo, lastPipeline); in RecordRenderPass()
961 lastPipeline = pipeline; in RecordRenderPass()
1004 DXGIIndexFormat(lastPipeline->GetVertexInputDescriptor()->indexFormat); in RecordRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp598 RenderPipeline* lastPipeline = nullptr; in RecordRenderPass() local
722 ASSERT(lastPipeline != nullptr); in RecordRenderPass()
724 VulkanIndexType(lastPipeline->GetVertexInputDescriptor()->indexFormat); in RecordRenderPass()
735 lastPipeline = pipeline; in RecordRenderPass()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp2128 de::MovePtr<glu::ShaderProgram> lastPipeline( in makeComputeTest() local
2141 if (!lastPipeline->isOk()) in makeComputeTest()
2146 gl.useProgram(lastPipeline->getProgram()); in makeComputeTest()
2189 lastPipeline = nextPipeline; in makeComputeTest()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1071 RenderPipeline* lastPipeline = nullptr; in RecordRenderPass() local
1195 lastPipeline = pipeline; in RecordRenderPass()