Home
last modified time | relevance | path

Searched refs:pInheritanceInfo (Results 1 – 25 of 35) sorted by relevance

12

/external/skqp/tools/gpu/mtl/
DMtlTestContext.mm51 beginInfo.pInheritanceInfo = nullptr;
/external/skia/tools/gpu/mtl/
DMtlTestContext.mm55 beginInfo.pInheritanceInfo = nullptr;
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp44 …ult begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo* pInheritanceInfo);
DVkCommandBuffer.cpp436 …fer::begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo* pInheritanceInfo) in begin() argument
440 if(!((flags == 0) || (flags == VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT)) || pInheritanceInfo) in begin()
DlibVulkan.cpp1250 return vk::Cast(commandBuffer)->begin(pBeginInfo->flags, pBeginInfo->pInheritanceInfo); in vkBeginCommandBuffer()
/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp488 … if ((begin_info->pInheritanceInfo) && (pNode->status & OBJSTATUS_COMMAND_BUFFER_SECONDARY) && in PreCallValidateBeginCommandBuffer()
490 …skip |= ValidateObject(command_buffer, begin_info->pInheritanceInfo->framebuffer, kVulkanObjectTyp… in PreCallValidateBeginCommandBuffer()
492 …skip |= ValidateObject(command_buffer, begin_info->pInheritanceInfo->renderPass, kVulkanObjectType… in PreCallValidateBeginCommandBuffer()
Dparameter_validation_utils.cpp2074 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo; in manual_PreCallValidateBeginCommandBuffer()
2079 … "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO", pBeginInfo->pInheritanceInfo, in manual_PreCallValidateBeginCommandBuffer()
2083 if (pBeginInfo->pInheritanceInfo != NULL) { in manual_PreCallValidateBeginCommandBuffer()
2085 … pBeginInfo->pInheritanceInfo->pNext, 0, NULL, GeneratedVulkanHeaderVersion, in manual_PreCallValidateBeginCommandBuffer()
2089 pBeginInfo->pInheritanceInfo->occlusionQueryEnable); in manual_PreCallValidateBeginCommandBuffer()
2098 … pBeginInfo->pInheritanceInfo->pipelineStatistics, false, false, kVUIDUndefined); in manual_PreCallValidateBeginCommandBuffer()
Dcore_validation.cpp6258 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo; in PreCallValidateBeginCommandBuffer()
6333 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo; in PreCallRecordBeginCommandBuffer()
6351 if (cb_state->beginInfo.pInheritanceInfo) { in PreCallRecordBeginCommandBuffer()
6352 cb_state->inheritanceInfo = *(cb_state->beginInfo.pInheritanceInfo); in PreCallRecordBeginCommandBuffer()
6353 cb_state->beginInfo.pInheritanceInfo = &cb_state->inheritanceInfo; in PreCallRecordBeginCommandBuffer()
6357 … cb_state->activeRenderPass = GetRenderPassState(cb_state->beginInfo.pInheritanceInfo->renderPass); in PreCallRecordBeginCommandBuffer()
6358 cb_state->activeSubpass = cb_state->beginInfo.pInheritanceInfo->subpass; in PreCallRecordBeginCommandBuffer()
6359 cb_state->activeFramebuffer = cb_state->beginInfo.pInheritanceInfo->framebuffer; in PreCallRecordBeginCommandBuffer()
6360 cb_state->framebuffers.insert(cb_state->beginInfo.pInheritanceInfo->framebuffer); in PreCallRecordBeginCommandBuffer()
10461 if (!pSubCB->beginInfo.pInheritanceInfo) { in ValidateFramebuffer()
[all …]
/external/skia/tools/gpu/vk/
DVkTestContext.cpp67 beginInfo.pInheritanceInfo = nullptr; in VkFenceSync()
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp67 beginInfo.pInheritanceInfo = nullptr; in VkFenceSync()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp271 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp271 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.cpp399 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in begin()
888 cmdBufferBeginInfo.pInheritanceInfo = &inheritanceInfo; in begin()
DGrVkGpu.cpp1431 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in createTestingOnlyVkImage()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp402 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in begin()
898 cmdBufferBeginInfo.pInheritanceInfo = &inheritanceInfo; in begin()
DGrVkGpu.cpp1443 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in createTestingOnlyVkImage()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c984 assert(pBeginInfo->pInheritanceInfo); in genX()
986 anv_render_pass_from_handle(pBeginInfo->pInheritanceInfo->renderPass); in genX()
988 &cmd_buffer->state.pass->subpasses[pBeginInfo->pInheritanceInfo->subpass]; in genX()
992 anv_framebuffer_from_handle(pBeginInfo->pInheritanceInfo->framebuffer); in genX()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c868 .pInheritanceInfo = NULL in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c868 .pInheritanceInfo = NULL in main()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp776 info.pInheritanceInfo = &hinfo; in begin()
Dlayer_validation_tests.cpp12652 cmd_buf_info.pInheritanceInfo = &cmd_buf_hinfo; in TEST_F()
12749 cmd_buf_info.pInheritanceInfo = &cmd_buf_hinfo; in TEST_F()
16967 cbbi.pInheritanceInfo = &cbii; in TEST_F()
17142 info.pInheritanceInfo = &hinfo; in TEST_F()
18235 cb_binfo.pInheritanceInfo = VK_NULL_HANDLE; in TEST_F()
19567 cbbi.pInheritanceInfo = &cbii; in TEST_F()
27856 secondary_begin.pInheritanceInfo = &cmd_buf_inheritance_info; in TEST_F()
27896 command_buffer_begin_info.pInheritanceInfo = &command_buffer_inheritance_info; in TEST_F()
27944 command_buffer_begin_info.pInheritanceInfo = &command_buffer_inheritance_info; in TEST_F()
27993 command_buffer_begin_info.pInheritanceInfo = &command_buffer_inheritance_info; in TEST_F()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c2332 assert(pBeginInfo->pInheritanceInfo); in radv_BeginCommandBuffer()
2333 …cmd_buffer->state.framebuffer = radv_framebuffer_from_handle(pBeginInfo->pInheritanceInfo->framebu… in radv_BeginCommandBuffer()
2334 cmd_buffer->state.pass = radv_render_pass_from_handle(pBeginInfo->pInheritanceInfo->renderPass); in radv_BeginCommandBuffer()
2337 &cmd_buffer->state.pass->subpasses[pBeginInfo->pInheritanceInfo->subpass]; in radv_BeginCommandBuffer()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp597 pInheritanceInfo = DE_NULL; in CmdBufferBeginInfo()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp887 commandBufRecordState.pInheritanceInfo = &inheritanceInfo; in generateWork()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1029 const VkCommandBufferInheritanceInfo* pInheritanceInfo; member

12