Searched defs:gpuBuffer (Results 1 – 4 of 4) sorted by relevance
298 BASE_NS::unique_ptr<GpuBuffer> gpuBuffer; member
1257 …if (const GpuBufferVk* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferVk>(renderCmd.argsHandle); g… in RenderCommand() local1300 …if (const GpuBufferVk* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferVk>(renderCmd.argsHandle); g… in RenderCommand() local1459 const GpuBufferVk* gpuBuffer = nullptr; in RenderCommand() local1488 …const GpuBufferVk* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferVk>(renderCmd.indexBuffer.buffer… in RenderCommand() local1593 const GpuBufferVk* gpuBuffer = nullptr; in RenderCommand() local1786 …if (const GpuBufferVk* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferVk>(resourceHandle); gpuBuff… in RenderCommand() local2787 … const GpuBufferVk* gpuBuffer = static_cast<GpuBufferVk*>(perfGpuTimerData_.gpuBuffer.get()); in CopyPerfTimeStamp() local
1145 …if (const GpuBufferGLES* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(renderCmd.argsHandle… in RenderCommandDrawIndirect() local1203 …if (const GpuBufferGLES* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(renderCmd.argsHandle… in RenderCommandDispatchIndirect() local1645 …if (const auto* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(currVb.bufferHandle); gpuBuff… in RenderCommandBindVertexBuffers() local1662 …if (const GpuBufferGLES* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(renderCmd.indexBuffe… in RenderCommandBindIndexBuffer() local2024 const auto* gpuBuffer = gpuResourceMgr_.GetBuffer<GpuBufferGLES>(res.handle); in BindBuffer() local
524 if (unique_ptr<GpuBuffer> gpuBuffer = [this](const GpuBufferDesc validatedDesc) { in CreateBuffer() local