Home
last modified time | relevance | path

Searched defs:commandIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DCommandBufferEncodingTests.cpp29 for (uint32_t commandIndex = 0; commands->NextCommandId(&commandId); ++commandIndex) { in ExpectCommands() local
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp334 int findCommandByPixel(SkSurface* surface, int x, int y, int commandIndex) { in findCommandByPixel()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1401 void HostMemoryAccess::verify (VerifyContext& context, size_t commandIndex) in verify()
1890 void SubmitCommandBuffer::verify (VerifyContext& context, size_t commandIndex) in verify()
2315 void BufferCopyToBuffer::verify (VerifyContext& context, size_t commandIndex) in verify()
2593 void BufferCopyToImage::verify (VerifyContext& context, size_t commandIndex) in verify()
2980 void ImageCopyToBuffer::verify (VerifyContext& context, size_t commandIndex) in verify()
3502 void ImageCopyToImage::verify (VerifyContext& context, size_t commandIndex) in verify()
4046 void ImageBlitToImage::verify (VerifyContext& context, size_t commandIndex) in verify()
4428 void SubmitRenderPass::verify (VerifyContext& context, size_t commandIndex) in verify()
4637 void ExecuteSecondaryCommandBuffer::verify (VerifyContext& context, size_t commandIndex) in verify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1401 void HostMemoryAccess::verify (VerifyContext& context, size_t commandIndex) in verify()
1890 void SubmitCommandBuffer::verify (VerifyContext& context, size_t commandIndex) in verify()
2315 void BufferCopyToBuffer::verify (VerifyContext& context, size_t commandIndex) in verify()
2593 void BufferCopyToImage::verify (VerifyContext& context, size_t commandIndex) in verify()
2980 void ImageCopyToBuffer::verify (VerifyContext& context, size_t commandIndex) in verify()
3502 void ImageCopyToImage::verify (VerifyContext& context, size_t commandIndex) in verify()
4046 void ImageBlitToImage::verify (VerifyContext& context, size_t commandIndex) in verify()
4428 void SubmitRenderPass::verify (VerifyContext& context, size_t commandIndex) in verify()
4637 void ExecuteSecondaryCommandBuffer::verify (VerifyContext& context, size_t commandIndex) in verify()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp877 for (size_t commandIndex = 0; commandIndex < finishedCount; ++commandIndex) in retireFinishedCommands() local