Lines Matching refs:SecondaryCommandBuffer
435 class SecondaryCommandBuffer final : angle::NonCopyable
438 SecondaryCommandBuffer();
439 ~SecondaryCommandBuffer();
749 ANGLE_INLINE SecondaryCommandBuffer::SecondaryCommandBuffer() in SecondaryCommandBuffer() function
752 ANGLE_INLINE SecondaryCommandBuffer::~SecondaryCommandBuffer() {} in ~SecondaryCommandBuffer()
754 ANGLE_INLINE void SecondaryCommandBuffer::beginQuery(VkQueryPool queryPool, in beginQuery()
764 ANGLE_INLINE void SecondaryCommandBuffer::beginTransformFeedback(uint32_t bufferCount, in beginTransformFeedback()
775 ANGLE_INLINE void SecondaryCommandBuffer::bindComputePipeline(const Pipeline &pipeline) in bindComputePipeline()
782 ANGLE_INLINE void SecondaryCommandBuffer::bindDescriptorSets(const PipelineLayout &layout, in bindDescriptorSets()
806 ANGLE_INLINE void SecondaryCommandBuffer::bindGraphicsPipeline(const Pipeline &pipeline) in bindGraphicsPipeline()
813 ANGLE_INLINE void SecondaryCommandBuffer::bindIndexBuffer(const Buffer &buffer, in bindIndexBuffer()
824 ANGLE_INLINE void SecondaryCommandBuffer::bindTransformFeedbackBuffers(uint32_t bindingCount, in bindTransformFeedbackBuffers()
844 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers()
861 ANGLE_INLINE void SecondaryCommandBuffer::blitImage(const Image &srcImage, in blitImage()
880 ANGLE_INLINE void SecondaryCommandBuffer::bufferBarrier( in bufferBarrier()
891 ANGLE_INLINE void SecondaryCommandBuffer::clearAttachments(uint32_t attachmentCount, in clearAttachments()
907 ANGLE_INLINE void SecondaryCommandBuffer::clearColorImage(const Image &image, in clearColorImage()
922 ANGLE_INLINE void SecondaryCommandBuffer::clearDepthStencilImage( in clearDepthStencilImage()
938 ANGLE_INLINE void SecondaryCommandBuffer::copyBuffer(const Buffer &srcBuffer, in copyBuffer()
954 ANGLE_INLINE void SecondaryCommandBuffer::copyBufferToImage(VkBuffer srcBuffer, in copyBufferToImage()
969 ANGLE_INLINE void SecondaryCommandBuffer::copyImage(const Image &srcImage, in copyImage()
985 ANGLE_INLINE void SecondaryCommandBuffer::copyImageToBuffer(const Image &srcImage, in copyImageToBuffer()
1000 ANGLE_INLINE void SecondaryCommandBuffer::dispatch(uint32_t groupCountX, in dispatch()
1010 ANGLE_INLINE void SecondaryCommandBuffer::dispatchIndirect(const Buffer &buffer, in dispatchIndirect()
1019 ANGLE_INLINE void SecondaryCommandBuffer::draw(uint32_t vertexCount, uint32_t firstVertex) in draw()
1026 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexed(uint32_t indexCount) in drawIndexed()
1032 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedBaseVertex(uint32_t indexCount, in drawIndexedBaseVertex()
1041 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedIndirect(const Buffer &buffer, in drawIndexedIndirect()
1053 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedInstanced(uint32_t indexCount, in drawIndexedInstanced()
1062 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedInstancedBaseVertex(uint32_t indexCount, in drawIndexedInstancedBaseVertex()
1074 ANGLE_INLINE void SecondaryCommandBuffer::drawIndexedInstancedBaseVertexBaseInstance( in drawIndexedInstancedBaseVertexBaseInstance()
1091 ANGLE_INLINE void SecondaryCommandBuffer::drawIndirect(const Buffer &buffer, in drawIndirect()
1105 ANGLE_INLINE void SecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced()
1115 ANGLE_INLINE void SecondaryCommandBuffer::drawInstancedBaseInstance(uint32_t vertexCount, in drawInstancedBaseInstance()
1128 ANGLE_INLINE void SecondaryCommandBuffer::endQuery(VkQueryPool queryPool, uint32_t query) in endQuery()
1135 ANGLE_INLINE void SecondaryCommandBuffer::endTransformFeedback(uint32_t bufferCount, in endTransformFeedback()
1146 ANGLE_INLINE void SecondaryCommandBuffer::executionBarrier(VkPipelineStageFlags stageMask) in executionBarrier()
1153 ANGLE_INLINE void SecondaryCommandBuffer::fillBuffer(const Buffer &dstBuffer, in fillBuffer()
1165 ANGLE_INLINE void SecondaryCommandBuffer::imageBarrier( in imageBarrier()
1177 ANGLE_INLINE void SecondaryCommandBuffer::memoryBarrier(VkPipelineStageFlags srcStageMask, in memoryBarrier()
1187 ANGLE_INLINE void SecondaryCommandBuffer::pipelineBarrier( in pipelineBarrier()
1216 ANGLE_INLINE void SecondaryCommandBuffer::pushConstants(const PipelineLayout &layout, in pushConstants()
1234 ANGLE_INLINE void SecondaryCommandBuffer::resetEvent(VkEvent event, VkPipelineStageFlags stageMask) in resetEvent()
1241 ANGLE_INLINE void SecondaryCommandBuffer::resetQueryPool(VkQueryPool queryPool, in resetQueryPool()
1252 ANGLE_INLINE void SecondaryCommandBuffer::resolveImage(const Image &srcImage, in resolveImage()
1269 ANGLE_INLINE void SecondaryCommandBuffer::setEvent(VkEvent event, VkPipelineStageFlags stageMask) in setEvent()
1276 ANGLE_INLINE void SecondaryCommandBuffer::waitEvents( in waitEvents()
1309 ANGLE_INLINE void SecondaryCommandBuffer::writeTimestamp(VkPipelineStageFlagBits pipelineStage, in writeTimestamp()