Searched defs:gpuBuffer (Results 1 – 4 of 4) sorted by relevance
298 BASE_NS::unique_ptr<GpuBuffer> gpuBuffer; member
1259 …if (const GpuBufferVk* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferVk>(renderCmd.argsHandle); g… in RenderCommand() local1302 …if (const GpuBufferVk* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferVk>(renderCmd.argsHandle); g… in RenderCommand() local1461 const GpuBufferVk* gpuBuffer = nullptr; in RenderCommand() local1490 …const GpuBufferVk* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferVk>(renderCmd.indexBuffer.buffer… in RenderCommand() local1595 const GpuBufferVk* gpuBuffer = nullptr; in RenderCommand() local1788 …if (const GpuBufferVk* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferVk>(resourceHandle); gpuBuff… in RenderCommand() local2789 … const GpuBufferVk* gpuBuffer = static_cast<GpuBufferVk*>(perfGpuTimerData_.gpuBuffer.get()); in CopyPerfTimeStamp() local
1146 …if (const GpuBufferGLES* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(renderCmd.argsHandle… in RenderCommandDrawIndirect() local1204 …if (const GpuBufferGLES* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(renderCmd.argsHandle… in RenderCommandDispatchIndirect() local1646 …if (const auto* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(currVb.bufferHandle); gpuBuff… in RenderCommandBindVertexBuffers() local1663 …if (const GpuBufferGLES* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(renderCmd.indexBuffe… in RenderCommandBindIndexBuffer() local2025 const auto* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(res.handle); in BindBuffer() local
524 if (unique_ptr<GpuBuffer> gpuBuffer = [this](const GpuBufferDesc validatedDesc) { in CreateBuffer() local