Home
last modified time | relevance | path

Searched defs:startSlot (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRenderPassEncoder.h62 void SetVertexBuffers(uint32_t startSlot, in SetVertexBuffers()
DRenderPassEncoder.cpp212 void RenderPassEncoderBase::SetVertexBuffers(uint32_t startSlot, in SetVertexBuffers()
DCommands.h220 uint32_t startSlot; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.h44 uint32_t startSlot = kMaxVertexBuffers; member
DCommandBufferD3D12.cpp670 uint32_t startSlot = vertexBuffersInfo->startSlot; in FlushSetVertexBuffers() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp143 void OnSetVertexBuffers(uint32_t startSlot, in OnSetVertexBuffers()
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp369 void GrD3DDirectCommandList::setVertexBuffers(unsigned int startSlot, in setVertexBuffers()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp568 VertexBufferSlot startSlot = mStartSlot; in Apply() local