Searched refs:ValidateCmdDrawType (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | drawdispatch.cpp | 49 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() 231 …ValidateCmdDrawType(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 …]
|
D | core_validation.h | 1041 …bool ValidateCmdDrawType(VkCommandBuffer cmd_buffer, bool indexed, VkPipelineBindPoint bind_point,…
|