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

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.3.rst129 - radv: ignore pInheritanceInfo for primary command buffers
H A D20.1.0.rst2509 - anv: Use ANV_FROM_HANDLE for pInheritanceInfo fields
H A D21.2.0.rst1354 - venus: ignore pInheritanceInfo when we should
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_command_buffer.c633 if (pBeginInfo->pInheritanceInfo &&
636 local_begin_info.pInheritanceInfo = NULL;
654 pBeginInfo->pInheritanceInfo;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c1353 assert(pBeginInfo->pInheritanceInfo);
1355 anv_render_pass_from_handle(pBeginInfo->pInheritanceInfo->renderPass);
1357 &cmd_buffer->state.pass->subpasses[pBeginInfo->pInheritanceInfo->subpass];
1361 anv_framebuffer_from_handle(pBeginInfo->pInheritanceInfo->framebuffer);
1389 vk_find_struct_const(pBeginInfo->pInheritanceInfo->pNext, COMMAND_BUFFER_INHERITANCE_CONDITIONAL_RENDERING_INFO_EXT);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c2650 assert(pBeginInfo->pInheritanceInfo);
2651 cmd_buffer->state.framebuffer = radv_framebuffer_from_handle(pBeginInfo->pInheritanceInfo->framebuffer);
2652 cmd_buffer->state.pass = radv_render_pass_from_handle(pBeginInfo->pInheritanceInfo->renderPass);
2655 &cmd_buffer->state.pass->subpasses[pBeginInfo->pInheritanceInfo->subpass];
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c1613 assert(pBeginInfo->pInheritanceInfo);
1615 vk_foreach_struct(ext, pBeginInfo->pInheritanceInfo) {
1628 cmd_buffer->state.pass = tu_render_pass_from_handle(pBeginInfo->pInheritanceInfo->renderPass);
1630 &cmd_buffer->state.pass->subpasses[pBeginInfo->pInheritanceInfo->subpass];
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c1796 assert(pBeginInfo->pInheritanceInfo);
1798 pBeginInfo->pInheritanceInfo->renderPass);
1800 &pass->subpasses[pBeginInfo->pInheritanceInfo->subpass];
1802 pBeginInfo->pInheritanceInfo->framebuffer);
1845 vk_find_struct_const(pBeginInfo->pInheritanceInfo->pNext, COMMAND_BUFFER_INHERITANCE_CONDITIONAL_RENDERING_INFO_EXT);
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h278 size += vn_sizeof_simple_pointer(val->pInheritanceInfo);
279 if (val->pInheritanceInfo)
280 size += vn_sizeof_VkCommandBufferInheritanceInfo(val->pInheritanceInfo);
324 if (vn_encode_simple_pointer(enc, val->pInheritanceInfo))
325 vn_encode_VkCommandBufferInheritanceInfo(enc, val->pInheritanceInfo);
370 vn_decode_VkCommandBufferInheritanceInfo(dec, (VkCommandBufferInheritanceInfo *)val->pInheritanceInfo);
372 val->pInheritanceInfo = NULL;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c4394 assert(pBeginInfo->pInheritanceInfo);
4396 radv_framebuffer_from_handle(pBeginInfo->pInheritanceInfo->framebuffer);
4398 radv_render_pass_from_handle(pBeginInfo->pInheritanceInfo->renderPass);
4401 &cmd_buffer->state.pass->subpasses[pBeginInfo->pInheritanceInfo->subpass];
4410 pBeginInfo->pInheritanceInfo->pipelineStatistics;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c1140 pBeginInfo->pInheritanceInfo);
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2758 const VkCommandBufferInheritanceInfo* pInheritanceInfo; member in struct:VkCommandBufferBeginInfo
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3393 const VkCommandBufferInheritanceInfo* pInheritanceInfo; member in struct:VkCommandBufferBeginInfo

Completed in 145 milliseconds