Home
last modified time | relevance | path

Searched defs:instanceBuffer (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/experimental/graphite/src/
DCommandBuffer.cpp52 sk_sp<Buffer> instanceBuffer, size_t instanceOffset) { in bindVertexBuffers()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DDrawVertexAndIndexBufferOOBValidationTests.cpp394 wgpu::Buffer instanceBuffer = CreateBuffer(instanceParams.bufferSize); in TEST_F() local
454 wgpu::Buffer instanceBuffer = CreateBuffer(5 * kFloat32x2Stride); in TEST_F() local
505 wgpu::Buffer instanceBuffer = CreateBuffer(instanceParams.bufferSize); in TEST_F() local
587 wgpu::Buffer instanceBuffer = CreateBuffer(instanceParams.bufferSize); in TEST_F() local
/third_party/skia/tests/graphite/
DCommandBufferTest.cpp156 sk_sp<Buffer> instanceBuffer = gpu->resourceProvider()->findOrCreateBuffer( in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.cpp100 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
144 void GrGLOpsRenderPass::bindInstanceBuffer(const GrBuffer* instanceBuffer, int baseInstance) { in bindInstanceBuffer()
/third_party/skia/m133/src/gpu/ganesh/gl/
DGrGLOpsRenderPass.cpp115 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
159 void GrGLOpsRenderPass::bindInstanceBuffer(const GrBuffer* instanceBuffer, int baseInstance) { in bindInstanceBuffer()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineState.cpp154 sk_sp<const GrBuffer> instanceBuffer, in bindBuffers()
DGrD3DOpsRenderPass.cpp243 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
DGrD3DCommandList.cpp372 sk_sp<const GrBuffer> instanceBuffer, in setVertexBuffers()
/third_party/skia/m133/src/gpu/ganesh/d3d/
DGrD3DPipelineState.cpp155 sk_sp<const GrBuffer> instanceBuffer, in bindBuffers()
DGrD3DOpsRenderPass.cpp244 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
DGrD3DCommandList.cpp372 sk_sp<const GrBuffer> instanceBuffer, in setVertexBuffers()
/third_party/skia/src/gpu/mock/
DGrMockOpsRenderPass.h43 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
/third_party/skia/m133/src/gpu/ganesh/mock/
DGrMockOpsRenderPass.h62 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp176 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
/third_party/skia/m133/src/gpu/ganesh/
DGrOpsRenderPass.cpp181 sk_sp<const GrBuffer> instanceBuffer, in bindBuffers()
/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp195 sk_sp<const GrBuffer> instanceBuffer, in bindBuffers()
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkOpsRenderPass.cpp755 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp767 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp1100 const Buffer* instanceBuffer, in bindVertexBuffers()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp2476 const BufferWithMemory* instanceBuffer, in updateInstanceBuffer()