Searched refs:pInheritanceInfo (Results 1 - 25 of 48) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp3650 if (pInStruct->pInheritanceInfo)
3651 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(pInStruct->pInheritanceInfo);
3653 pInheritanceInfo = NULL;
3663 if (src.pInheritanceInfo)
3664 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(*src.pInheritanceInfo);
3666 pInheritanceInfo = NULL;
3671 if (pInheritanceInfo)
3672 delete pInheritanceInfo;
[all...]
H A Dcore_validation.cpp6127 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;
6221 if (pCB->beginInfo.pInheritanceInfo) {
6222 pCB->inheritanceInfo = *(pCB->beginInfo.pInheritanceInfo);
6223 pCB->beginInfo.pInheritanceInfo = &pCB->inheritanceInfo;
6227 pCB->activeRenderPass = getRenderPass(dev_data, pCB->beginInfo.pInheritanceInfo->renderPass);
6228 pCB->activeSubpass = pCB->beginInfo.pInheritanceInfo->subpass;
6229 pCB->framebuffers.insert(pCB->beginInfo.pInheritanceInfo->framebuffer);
9170 if (!pSubCB->beginInfo.pInheritanceInfo) {
9174 VkFramebuffer secondary_fb = pSubCB->beginInfo.pInheritanceInfo->framebuffer;
9193 secondaryBuffer, pSubCB->beginInfo.pInheritanceInfo
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp3650 if (pInStruct->pInheritanceInfo)
3651 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(pInStruct->pInheritanceInfo);
3653 pInheritanceInfo = NULL;
3663 if (src.pInheritanceInfo)
3664 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(*src.pInheritanceInfo);
3666 pInheritanceInfo = NULL;
3671 if (pInheritanceInfo)
3672 delete pInheritanceInfo;
[all...]
H A Dunique_objects.cpp1480 if (local_pBeginInfo->pInheritanceInfo) {
1482 local_pBeginInfo->pInheritanceInfo->framebuffer = (VkFramebuffer)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBeginInfo->pInheritanceInfo->framebuffer)];
1484 local_pBeginInfo->pInheritanceInfo->renderPass = (VkRenderPass)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBeginInfo->pInheritanceInfo->renderPass)];
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp3650 if (pInStruct->pInheritanceInfo)
3651 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(pInStruct->pInheritanceInfo);
3653 pInheritanceInfo = NULL;
3663 if (src.pInheritanceInfo)
3664 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(*src.pInheritanceInfo);
3666 pInheritanceInfo = NULL;
3671 if (pInheritanceInfo)
3672 delete pInheritanceInfo;
[all...]
H A Dcore_validation.cpp6127 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;
6221 if (pCB->beginInfo.pInheritanceInfo) {
6222 pCB->inheritanceInfo = *(pCB->beginInfo.pInheritanceInfo);
6223 pCB->beginInfo.pInheritanceInfo = &pCB->inheritanceInfo;
6227 pCB->activeRenderPass = getRenderPass(dev_data, pCB->beginInfo.pInheritanceInfo->renderPass);
6228 pCB->activeSubpass = pCB->beginInfo.pInheritanceInfo->subpass;
6229 pCB->framebuffers.insert(pCB->beginInfo.pInheritanceInfo->framebuffer);
9170 if (!pSubCB->beginInfo.pInheritanceInfo) {
9174 VkFramebuffer secondary_fb = pSubCB->beginInfo.pInheritanceInfo->framebuffer;
9193 secondaryBuffer, pSubCB->beginInfo.pInheritanceInfo
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp3650 if (pInStruct->pInheritanceInfo)
3651 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(pInStruct->pInheritanceInfo);
3653 pInheritanceInfo = NULL;
3663 if (src.pInheritanceInfo)
3664 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(*src.pInheritanceInfo);
3666 pInheritanceInfo = NULL;
3671 if (pInheritanceInfo)
3672 delete pInheritanceInfo;
[all...]
H A Dunique_objects.cpp1480 if (local_pBeginInfo->pInheritanceInfo) {
1482 local_pBeginInfo->pInheritanceInfo->framebuffer = (VkFramebuffer)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBeginInfo->pInheritanceInfo->framebuffer)];
1484 local_pBeginInfo->pInheritanceInfo->renderPass = (VkRenderPass)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBeginInfo->pInheritanceInfo->renderPass)];
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_struct_validate_helper.h312 if (pStruct->pInheritanceInfo && !vk_validate_vkcommandbufferinheritanceinfo((const VkCommandBufferInheritanceInfo*)pStruct->pInheritanceInfo))
H A Dvk_safe_struct.h909 safe_VkCommandBufferInheritanceInfo* pInheritanceInfo; member in struct:safe_VkCommandBufferBeginInfo
H A Dvk_struct_size_helper.c190 structSize += vk_size_vkcommandbufferinheritanceinfo(pStruct->pInheritanceInfo);
H A Dparameter_validation.h2527 if (pBeginInfo->pInheritanceInfo != NULL)
2529 skipCall |= validate_struct_pnext(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->pNext", NULL, pBeginInfo->pInheritanceInfo->pNext, 0, NULL);
2531 skipCall |= validate_bool32(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->occlusionQueryEnable", pBeginInfo->pInheritanceInfo->occlusionQueryEnable);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_struct_validate_helper.h312 if (pStruct->pInheritanceInfo && !vk_validate_vkcommandbufferinheritanceinfo((const VkCommandBufferInheritanceInfo*)pStruct->pInheritanceInfo))
H A Dvk_safe_struct.h909 safe_VkCommandBufferInheritanceInfo* pInheritanceInfo; member in struct:safe_VkCommandBufferBeginInfo
H A Dvk_struct_size_helper.c190 structSize += vk_size_vkcommandbufferinheritanceinfo(pStruct->pInheritanceInfo);
H A Dparameter_validation.h2527 if (pBeginInfo->pInheritanceInfo != NULL)
2529 skipCall |= validate_struct_pnext(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->pNext", NULL, pBeginInfo->pInheritanceInfo->pNext, 0, NULL);
2531 skipCall |= validate_bool32(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->occlusionQueryEnable", pBeginInfo->pInheritanceInfo->occlusionQueryEnable);
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp6127 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;
6221 if (pCB->beginInfo.pInheritanceInfo) {
6222 pCB->inheritanceInfo = *(pCB->beginInfo.pInheritanceInfo);
6223 pCB->beginInfo.pInheritanceInfo = &pCB->inheritanceInfo;
6227 pCB->activeRenderPass = getRenderPass(dev_data, pCB->beginInfo.pInheritanceInfo->renderPass);
6228 pCB->activeSubpass = pCB->beginInfo.pInheritanceInfo->subpass;
6229 pCB->framebuffers.insert(pCB->beginInfo.pInheritanceInfo->framebuffer);
9170 if (!pSubCB->beginInfo.pInheritanceInfo) {
9174 VkFramebuffer secondary_fb = pSubCB->beginInfo.pInheritanceInfo->framebuffer;
9193 secondaryBuffer, pSubCB->beginInfo.pInheritanceInfo
[all...]
H A Ddevice_limits.cpp505 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;
H A Dparameter_validation.cpp3512 // TODO: pBeginInfo->pInheritanceInfo must not be NULL if commandBuffer is a secondary command buffer
3513 skip_call |= validate_struct_type(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo",
3514 "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO", pBeginInfo->pInheritanceInfo,
3517 if (pBeginInfo->pInheritanceInfo != NULL) {
3519 // skip_call |= validate_flags(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->queryFlags",
3520 // "VkQueryControlFlagBits", AllVkQueryControlFlagBits, pBeginInfo->pInheritanceInfo->queryFlags, false);
3523 skip_call |= validate_flags(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->pipelineStatistics",
3525 pBeginInfo->pInheritanceInfo->pipelineStatistics, false);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp6127 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;
6221 if (pCB->beginInfo.pInheritanceInfo) {
6222 pCB->inheritanceInfo = *(pCB->beginInfo.pInheritanceInfo);
6223 pCB->beginInfo.pInheritanceInfo = &pCB->inheritanceInfo;
6227 pCB->activeRenderPass = getRenderPass(dev_data, pCB->beginInfo.pInheritanceInfo->renderPass);
6228 pCB->activeSubpass = pCB->beginInfo.pInheritanceInfo->subpass;
6229 pCB->framebuffers.insert(pCB->beginInfo.pInheritanceInfo->framebuffer);
9170 if (!pSubCB->beginInfo.pInheritanceInfo) {
9174 VkFramebuffer secondary_fb = pSubCB->beginInfo.pInheritanceInfo->framebuffer;
9193 secondaryBuffer, pSubCB->beginInfo.pInheritanceInfo
[all...]
H A Ddevice_limits.cpp505 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
H A Ddevice_limits.cpp505 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
H A Ddevice_limits.cpp505 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3512 // TODO: pBeginInfo->pInheritanceInfo must not be NULL if commandBuffer is a secondary command buffer
3513 skip_call |= validate_struct_type(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo",
3514 "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO", pBeginInfo->pInheritanceInfo,
3517 if (pBeginInfo->pInheritanceInfo != NULL) {
3519 // skip_call |= validate_flags(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->queryFlags",
3520 // "VkQueryControlFlagBits", AllVkQueryControlFlagBits, pBeginInfo->pInheritanceInfo->queryFlags, false);
3523 skip_call |= validate_flags(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->pipelineStatistics",
3525 pBeginInfo->pInheritanceInfo->pipelineStatistics, false);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3512 // TODO: pBeginInfo->pInheritanceInfo must not be NULL if commandBuffer is a secondary command buffer
3513 skip_call |= validate_struct_type(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo",
3514 "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO", pBeginInfo->pInheritanceInfo,
3517 if (pBeginInfo->pInheritanceInfo != NULL) {
3519 // skip_call |= validate_flags(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->queryFlags",
3520 // "VkQueryControlFlagBits", AllVkQueryControlFlagBits, pBeginInfo->pInheritanceInfo->queryFlags, false);
3523 skip_call |= validate_flags(report_data, "vkBeginCommandBuffer", "pBeginInfo->pInheritanceInfo->pipelineStatistics",
3525 pBeginInfo->pInheritanceInfo->pipelineStatistics, false);

Completed in 352 milliseconds

12