Home
last modified time | relevance | path

Searched refs:ValidateCmdDrawType (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddrawdispatch.cpp49 bool CoreChecks::ValidateCmdDrawType(VkCommandBuffer cmd_buffer, bool indexed, VkPipelineBindPoint … in ValidateCmdDrawType() function in CoreChecks
81 …return ValidateCmdDrawType(commandBuffer, false, VK_PIPELINE_BIND_POINT_GRAPHICS, CMD_DRAW, "vkCmd… in PreCallValidateCmdDraw()
99 …bool skip = ValidateCmdDrawType(commandBuffer, true, VK_PIPELINE_BIND_POINT_GRAPHICS, CMD_DRAWINDE… in PreCallValidateCmdDrawIndexed()
142 …bool skip = ValidateCmdDrawType(commandBuffer, false, VK_PIPELINE_BIND_POINT_GRAPHICS, CMD_DRAWIND… in PreCallValidateCmdDrawIndirect()
177 bool skip = ValidateCmdDrawType( in PreCallValidateCmdDrawIndexedIndirect()
214 …skip |= ValidateCmdDrawType(commandBuffer, false, VK_PIPELINE_BIND_POINT_COMPUTE, CMD_DISPATCH, "v… in PreCallValidateCmdDispatch()
231ValidateCmdDrawType(commandBuffer, false, VK_PIPELINE_BIND_POINT_COMPUTE, CMD_DISPATCHINDIRECT, "v… in PreCallValidateCmdDispatchIndirect()
281 …skip |= ValidateCmdDrawType(commandBuffer, false, VK_PIPELINE_BIND_POINT_GRAPHICS, CMD_DRAWINDIREC… in PreCallValidateCmdDrawIndirectCountKHR()
341 skip |= ValidateCmdDrawType( in PreCallValidateCmdDrawIndexedIndirectCountKHR()
396 …bool skip = ValidateCmdDrawType(commandBuffer, false, VK_PIPELINE_BIND_POINT_GRAPHICS, CMD_DRAWMES… in PreCallValidateCmdDrawMeshTasksNV()
[all …]
Dcore_validation.h1041 …bool ValidateCmdDrawType(VkCommandBuffer cmd_buffer, bool indexed, VkPipelineBindPoint bind_point,…