Searched refs:ValidateCmdDrawType (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 7263 bool CoreChecks::ValidateCmdDrawType(layer_data *dev_data, VkCommandBuffer cmd_buffer, bool indexed… in ValidateCmdDrawType() function in CoreChecks 7295 …return ValidateCmdDrawType(device_data, commandBuffer, false, VK_PIPELINE_BIND_POINT_GRAPHICS, CMD… in PreCallValidateCmdDraw() 7316 …bool skip = ValidateCmdDrawType(device_data, commandBuffer, true, VK_PIPELINE_BIND_POINT_GRAPHICS,… in PreCallValidateCmdDrawIndexed() 7359 …bool skip = ValidateCmdDrawType(device_data, commandBuffer, false, VK_PIPELINE_BIND_POINT_GRAPHICS… in PreCallValidateCmdDrawIndirect() 7388 bool skip = ValidateCmdDrawType( in PreCallValidateCmdDrawIndexedIndirect() 7418 …return ValidateCmdDrawType(device_data, commandBuffer, false, VK_PIPELINE_BIND_POINT_COMPUTE, CMD_… in PreCallValidateCmdDispatch() 7437 …ValidateCmdDrawType(device_data, commandBuffer, false, VK_PIPELINE_BIND_POINT_COMPUTE, CMD_DISPATC… in PreCallValidateCmdDispatchIndirect() 13217 …skip |= ValidateCmdDrawType(device_data, commandBuffer, false, VK_PIPELINE_BIND_POINT_GRAPHICS, CM… in PreCallValidateCmdDrawIndirectCountKHR() 13272 skip |= ValidateCmdDrawType( in PreCallValidateCmdDrawIndexedIndirectCountKHR() 13300 …bool skip = ValidateCmdDrawType(device_data, commandBuffer, false, VK_PIPELINE_BIND_POINT_GRAPHICS… in PreCallValidateCmdDrawMeshTasksNV() [all …]
|
D | core_validation.h | 431 …bool ValidateCmdDrawType(layer_data* dev_data, VkCommandBuffer cmd_buffer, bool indexed, VkPipelin…
|