Home | History | Annotate | Download | only in layers

Lines Matching refs:pInheritanceInfo

3863     const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;
3897 // TODO: pBeginInfo->pInheritanceInfo must not be NULL if commandBuffer is a secondary command buffer
3898 skip_call |= validate_struct_type(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo",
3899 "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO", pBeginInfo->pInheritanceInfo,
3902 if (pBeginInfo->pInheritanceInfo != NULL) {
3903 skip_call |= validate_struct_pnext(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->pNext", NULL,
3904 pBeginInfo->pInheritanceInfo->pNext, 0, NULL, GeneratedHeaderVersion);
3906 skip_call |= validate_bool32(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->occlusionQueryEnable",
3907 pBeginInfo->pInheritanceInfo->occlusionQueryEnable);
3910 // skip_call |= validate_flags(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->queryFlags",
3911 // "VkQueryControlFlagBits", AllVkQueryControlFlagBits, pBeginInfo->pInheritanceInfo->queryFlags, false);
3914 skip_call |= validate_flags(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->pipelineStatistics",
3916 pBeginInfo->pInheritanceInfo->pipelineStatistics, false);