aboutsummaryrefslogtreecommitdiff
path: root/layers/generated/object_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'layers/generated/object_tracker.h')
-rw-r--r--layers/generated/object_tracker.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/layers/generated/object_tracker.h b/layers/generated/object_tracker.h
index 5f085ad37..4426a5e5f 100644
--- a/layers/generated/object_tracker.h
+++ b/layers/generated/object_tracker.h
@@ -1577,6 +1577,21 @@ bool PreCallValidateCmdDrawIndexedIndirectCountKHR(
VkDeviceSize countBufferOffset,
uint32_t maxDrawCount,
uint32_t stride);
+bool PreCallValidateGetPipelineExecutablePropertiesKHR(
+ VkDevice device,
+ const VkPipelineInfoKHR* pPipelineInfo,
+ uint32_t* pExecutableCount,
+ VkPipelineExecutablePropertiesKHR* pProperties);
+bool PreCallValidateGetPipelineExecutableStatisticsKHR(
+ VkDevice device,
+ const VkPipelineExecutableInfoKHR* pExecutableInfo,
+ uint32_t* pStatisticCount,
+ VkPipelineExecutableStatisticKHR* pStatistics);
+bool PreCallValidateGetPipelineExecutableInternalRepresentationsKHR(
+ VkDevice device,
+ const VkPipelineExecutableInfoKHR* pExecutableInfo,
+ uint32_t* pInternalRepresentationCount,
+ VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);
bool PreCallValidateCreateDebugReportCallbackEXT(
VkInstance instance,
const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
@@ -2276,6 +2291,10 @@ void PostCallRecordCreateHeadlessSurfaceEXT(
const VkAllocationCallbacks* pAllocator,
VkSurfaceKHR* pSurface,
VkResult result);
+bool PreCallValidateCmdSetLineStippleEXT(
+ VkCommandBuffer commandBuffer,
+ uint32_t lineStippleFactor,
+ uint16_t lineStipplePattern);
bool PreCallValidateResetQueryPoolEXT(
VkDevice device,
VkQueryPool queryPool,