• Home
  • Raw
  • Download

Lines Matching refs:SecondaryCommandBuffer

468 class SecondaryCommandBuffer final : angle::NonCopyable
471 SecondaryCommandBuffer();
472 ~SecondaryCommandBuffer();
831 ANGLE_INLINE SecondaryCommandBuffer::SecondaryCommandBuffer() in SecondaryCommandBuffer() function
835 ANGLE_INLINE SecondaryCommandBuffer::~SecondaryCommandBuffer() {} in ~SecondaryCommandBuffer()
838 ANGLE_INLINE void SecondaryCommandBuffer::commonDebugUtilsLabel(CommandID cmd, in commonDebugUtilsLabel()
853 ANGLE_INLINE void SecondaryCommandBuffer::beginDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &label) in beginDebugUtilsLabelEXT()
858 ANGLE_INLINE void SecondaryCommandBuffer::beginQuery(const QueryPool &queryPool, in beginQuery()
868 ANGLE_INLINE void SecondaryCommandBuffer::beginTransformFeedback( in beginTransformFeedback()
884 ANGLE_INLINE void SecondaryCommandBuffer::bindComputePipeline(const Pipeline &pipeline) in bindComputePipeline()
891 ANGLE_INLINE void SecondaryCommandBuffer::bindDescriptorSets(const PipelineLayout &layout, in bindDescriptorSets()
915 ANGLE_INLINE void SecondaryCommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline) in bindGraphicsPipeline()
922 ANGLE_INLINE void SecondaryCommandBuffer::bindIndexBuffer(const Buffer &buffer, in bindIndexBuffer()
933 ANGLE_INLINE void SecondaryCommandBuffer::bindTransformFeedbackBuffers(uint32_t firstBinding, in bindTransformFeedbackBuffers()
955 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers()
972 ANGLE_INLINE void SecondaryCommandBuffer::blitImage(const Image &srcImage, in blitImage()
991 ANGLE_INLINE void SecondaryCommandBuffer::bufferBarrier( in bufferBarrier()
1002 ANGLE_INLINE void SecondaryCommandBuffer::clearAttachments(uint32_t attachmentCount, in clearAttachments()
1018 ANGLE_INLINE void SecondaryCommandBuffer::clearColorImage(const Image &image, in clearColorImage()
1033 ANGLE_INLINE void SecondaryCommandBuffer::clearDepthStencilImage( in clearDepthStencilImage()
1049 ANGLE_INLINE void SecondaryCommandBuffer::copyBuffer(const Buffer &srcBuffer, in copyBuffer()
1065 ANGLE_INLINE void SecondaryCommandBuffer::copyBufferToImage(VkBuffer srcBuffer, in copyBufferToImage()
1080 ANGLE_INLINE void SecondaryCommandBuffer::copyImage(const Image &srcImage, in copyImage()
1096 ANGLE_INLINE void SecondaryCommandBuffer::copyImageToBuffer(const Image &srcImage, in copyImageToBuffer()
1111 ANGLE_INLINE void SecondaryCommandBuffer::dispatch(uint32_t groupCountX, in dispatch()
1121 ANGLE_INLINE void SecondaryCommandBuffer::dispatchIndirect(const Buffer &buffer, in dispatchIndirect()
1130 ANGLE_INLINE void SecondaryCommandBuffer::draw(uint32_t vertexCount, uint32_t firstVertex) in draw()
1137 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexed(uint32_t indexCount) in drawIndexed()
1143 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedBaseVertex(uint32_t indexCount, in drawIndexedBaseVertex()
1152 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedIndirect(const Buffer &buffer, in drawIndexedIndirect()
1164 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedInstanced(uint32_t indexCount, in drawIndexedInstanced()
1173 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedInstancedBaseVertex(uint32_t indexCount, in drawIndexedInstancedBaseVertex()
1185 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedInstancedBaseVertexBaseInstance( in drawIndexedInstancedBaseVertexBaseInstance()
1202 ANGLE_INLINE void SecondaryCommandBuffer::drawIndirect(const Buffer &buffer, in drawIndirect()
1216 ANGLE_INLINE void SecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced()
1226 ANGLE_INLINE void SecondaryCommandBuffer::drawInstancedBaseInstance(uint32_t vertexCount, in drawInstancedBaseInstance()
1239 ANGLE_INLINE void SecondaryCommandBuffer::endDebugUtilsLabelEXT() in endDebugUtilsLabelEXT()
1244 ANGLE_INLINE void SecondaryCommandBuffer::endQuery(const QueryPool &queryPool, uint32_t query) in endQuery()
1251 ANGLE_INLINE void SecondaryCommandBuffer::endTransformFeedback( in endTransformFeedback()
1267 ANGLE_INLINE void SecondaryCommandBuffer::executionBarrier(VkPipelineStageFlags stageMask) in executionBarrier()
1274 ANGLE_INLINE void SecondaryCommandBuffer::fillBuffer(const Buffer &dstBuffer, in fillBuffer()
1286 ANGLE_INLINE void SecondaryCommandBuffer::imageBarrier( in imageBarrier()
1298 ANGLE_INLINE void SecondaryCommandBuffer::insertDebugUtilsLabelEXT( in insertDebugUtilsLabelEXT()
1304 ANGLE_INLINE void SecondaryCommandBuffer::memoryBarrier(VkPipelineStageFlags srcStageMask, in memoryBarrier()
1314 ANGLE_INLINE void SecondaryCommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass()
1320 ANGLE_INLINE void SecondaryCommandBuffer::pipelineBarrier( in pipelineBarrier()
1349 ANGLE_INLINE void SecondaryCommandBuffer::pushConstants(const PipelineLayout &layout, in pushConstants()
1367 ANGLE_INLINE void SecondaryCommandBuffer::resetEvent(VkEvent event, VkPipelineStageFlags stageMask) in resetEvent()
1374 ANGLE_INLINE void SecondaryCommandBuffer::resetQueryPool(const QueryPool &queryPool, in resetQueryPool()
1385 ANGLE_INLINE void SecondaryCommandBuffer::resolveImage(const Image &srcImage, in resolveImage()
1402 ANGLE_INLINE void SecondaryCommandBuffer::setEvent(VkEvent event, VkPipelineStageFlags stageMask) in setEvent()
1409 ANGLE_INLINE void SecondaryCommandBuffer::setScissor(uint32_t firstScissor, in setScissor()
1420 ANGLE_INLINE void SecondaryCommandBuffer::setViewport(uint32_t firstViewport, in setViewport()
1431 ANGLE_INLINE void SecondaryCommandBuffer::waitEvents( in waitEvents()
1464 ANGLE_INLINE void SecondaryCommandBuffer::writeTimestamp(VkPipelineStageFlagBits pipelineStage, in writeTimestamp()