Searched refs:VN_CMD_ENQUEUE (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_command_buffer.c | 20 #define VN_CMD_ENQUEUE(cmd_name, commandBuffer, ...) \ macro 298 VN_CMD_ENQUEUE(vkCmdPipelineBarrier, cmd_handle, src_stage_mask, in vn_cmd_encode_memory_barriers() 828 VN_CMD_ENQUEUE(vkCmdBindPipeline, commandBuffer, pipelineBindPoint, in vn_CmdBindPipeline() 838 VN_CMD_ENQUEUE(vkCmdSetViewport, commandBuffer, firstViewport, in vn_CmdSetViewport() 848 VN_CMD_ENQUEUE(vkCmdSetScissor, commandBuffer, firstScissor, scissorCount, in vn_CmdSetScissor() 855 VN_CMD_ENQUEUE(vkCmdSetLineWidth, commandBuffer, lineWidth); in vn_CmdSetLineWidth() 864 VN_CMD_ENQUEUE(vkCmdSetDepthBias, commandBuffer, depthBiasConstantFactor, in vn_CmdSetDepthBias() 872 VN_CMD_ENQUEUE(vkCmdSetBlendConstants, commandBuffer, blendConstants); in vn_CmdSetBlendConstants() 880 VN_CMD_ENQUEUE(vkCmdSetDepthBounds, commandBuffer, minDepthBounds, in vn_CmdSetDepthBounds() 889 VN_CMD_ENQUEUE(vkCmdSetStencilCompareMas in vn_CmdSetStencilCompareMask() [all...] |
Completed in 3 milliseconds