/external/angle/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 265 cmdBufferInfo.pInheritanceInfo = NULL; in PrimaryCommandBufferBenchmarkHundredIndividual() 331 cmdBufferInfo.pInheritanceInfo = NULL; in PrimaryCommandBufferBenchmarkOneWithOneHundred() 398 secondaryCommandBufferInfo.pInheritanceInfo = &inheritInfo; in SecondaryCommandBufferBenchmark() 433 primaryCommandBufferInfo.pInheritanceInfo = NULL; in SecondaryCommandBufferBenchmark()
|
/external/skqp/tools/gpu/mtl/ |
D | MtlTestContext.mm | 51 beginInfo.pInheritanceInfo = nullptr;
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.cpp | 67 beginInfo.pInheritanceInfo = nullptr; in VkFenceSync()
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 58 …ult begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo *pInheritanceInfo);
|
D | VkCommandBuffer.cpp | 1208 …fer::begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo *pInheritanceInfo) in begin() argument 1223 if(pInheritanceInfo->queryFlags != 0) in begin()
|
/external/mesa3d/docs/relnotes/ |
D | 18.1.3.rst | 129 - radv: ignore pInheritanceInfo for primary command buffers
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 444 … if ((begin_info->pInheritanceInfo) && (pNode->status & OBJSTATUS_COMMAND_BUFFER_SECONDARY) && in PreCallValidateBeginCommandBuffer() 447 …ValidateObject(command_buffer, begin_info->pInheritanceInfo->framebuffer, kVulkanObjectTypeFramebu… in PreCallValidateBeginCommandBuffer() 450 …ValidateObject(command_buffer, begin_info->pInheritanceInfo->renderPass, kVulkanObjectTypeRenderPa… in PreCallValidateBeginCommandBuffer()
|
D | core_validation.cpp | 6310 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo; in PreCallValidateBeginCommandBuffer() 6390 const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo; in PreCallRecordBeginCommandBuffer() 6408 if (cb_state->beginInfo.pInheritanceInfo) { in PreCallRecordBeginCommandBuffer() 6409 cb_state->inheritanceInfo = *(cb_state->beginInfo.pInheritanceInfo); in PreCallRecordBeginCommandBuffer() 6410 cb_state->beginInfo.pInheritanceInfo = &cb_state->inheritanceInfo; in PreCallRecordBeginCommandBuffer() 6414 … cb_state->activeRenderPass = GetRenderPassState(cb_state->beginInfo.pInheritanceInfo->renderPass); in PreCallRecordBeginCommandBuffer() 6415 cb_state->activeSubpass = cb_state->beginInfo.pInheritanceInfo->subpass; in PreCallRecordBeginCommandBuffer() 6416 cb_state->activeFramebuffer = cb_state->beginInfo.pInheritanceInfo->framebuffer; in PreCallRecordBeginCommandBuffer() 6417 cb_state->framebuffers.insert(cb_state->beginInfo.pInheritanceInfo->framebuffer); in PreCallRecordBeginCommandBuffer() 11448 if (!pSubCB->beginInfo.pInheritanceInfo) { in ValidateFramebuffer() [all …]
|
/external/skqp/tests/ |
D | SurfaceSemaphoreTest.cpp | 271 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 295 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 399 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in begin() 888 cmdBufferBeginInfo.pInheritanceInfo = &inheritanceInfo; in begin()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 433 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in begin() 964 cmdBufferBeginInfo.pInheritanceInfo = &inheritanceInfo; in begin()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 63 beginInfo.pInheritanceInfo = &inheritanceInfo; in InitAndBeginCommandBuffer() 1023 beginInfo.pInheritanceInfo = nullptr; in submitCommands()
|
D | CommandProcessor.cpp | 1130 beginInfo.pInheritanceInfo = nullptr; in ensurePrimaryCommandBufferValid()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 868 .pInheritanceInfo = NULL in main()
|
/external/llvm-project/mlir/tools/mlir-vulkan-runner/ |
D | VulkanRuntime.cpp | 807 commandBufferBeginInfo.pInheritanceInfo = nullptr; in createComputeCommandBuffer()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 1524 assert(pBeginInfo->pInheritanceInfo); in tu_BeginCommandBuffer() 1526 vk_foreach_struct(ext, pBeginInfo->pInheritanceInfo) { in tu_BeginCommandBuffer() 1539 … cmd_buffer->state.pass = tu_render_pass_from_handle(pBeginInfo->pInheritanceInfo->renderPass); in tu_BeginCommandBuffer() 1541 &cmd_buffer->state.pass->subpasses[pBeginInfo->pInheritanceInfo->subpass]; in tu_BeginCommandBuffer()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 858 info.pInheritanceInfo = &hinfo; in begin()
|
D | vkpositivelayertests.cpp | 1048 info.pInheritanceInfo = &hinfo; in TEST_F() 1858 secondary_begin.pInheritanceInfo = &cmd_buf_inheritance_info; in TEST_F() 1898 command_buffer_begin_info.pInheritanceInfo = &command_buffer_inheritance_info; in TEST_F() 1947 command_buffer_begin_info.pInheritanceInfo = &command_buffer_inheritance_info; in TEST_F() 1974 command_buffer_begin_info.pInheritanceInfo = nullptr; in TEST_F() 2825 cb_binfo.pInheritanceInfo = VK_NULL_HANDLE; in TEST_F() 3828 begin_info.pInheritanceInfo = &hinfo; in TEST_F()
|
/external/vulkan-validation-layers/layers/generated/ |
D | layer_chassis_dispatch.cpp | 2462 if (local_pBeginInfo->pInheritanceInfo) { in DispatchBeginCommandBuffer() 2463 if (pBeginInfo->pInheritanceInfo->renderPass) { in DispatchBeginCommandBuffer() 2464 …local_pBeginInfo->pInheritanceInfo->renderPass = layer_data->Unwrap(pBeginInfo->pInheritanceInfo->… in DispatchBeginCommandBuffer() 2466 if (pBeginInfo->pInheritanceInfo->framebuffer) { in DispatchBeginCommandBuffer() 2467 …local_pBeginInfo->pInheritanceInfo->framebuffer = layer_data->Unwrap(pBeginInfo->pInheritanceInfo-… in DispatchBeginCommandBuffer()
|
D | vk_safe_struct.cpp | 5501 pInheritanceInfo(nullptr) in safe_VkCommandBufferBeginInfo() 5504 if (in_struct->pInheritanceInfo) in safe_VkCommandBufferBeginInfo() 5505 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(in_struct->pInheritanceInfo); in safe_VkCommandBufferBeginInfo() 5510 pInheritanceInfo(nullptr) in safe_VkCommandBufferBeginInfo() 5517 pInheritanceInfo = nullptr; in safe_VkCommandBufferBeginInfo() 5519 if (src.pInheritanceInfo) in safe_VkCommandBufferBeginInfo() 5520 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(*src.pInheritanceInfo); in safe_VkCommandBufferBeginInfo() 5527 if (pInheritanceInfo) in operator =() 5528 delete pInheritanceInfo; in operator =() 5534 pInheritanceInfo = nullptr; in operator =() [all …]
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 1650 assert(pBeginInfo->pInheritanceInfo); in genX() 1652 pBeginInfo->pInheritanceInfo->renderPass); in genX() 1654 &pass->subpasses[pBeginInfo->pInheritanceInfo->subpass]; in genX() 1656 pBeginInfo->pInheritanceInfo->framebuffer); in genX() 1699 …vk_find_struct_const(pBeginInfo->pInheritanceInfo->pNext, COMMAND_BUFFER_INHERITANCE_CONDITIONAL_R… in genX()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 2232 beginInfo.pInheritanceInfo = info; in badInheritanceInfoTest() 2248 beginInfo.pInheritanceInfo = &inheritanceInfo; in badInheritanceInfoTest() 2260 beginInfo.pInheritanceInfo = reinterpret_cast<VkCommandBufferInheritanceInfo*>(&invalidStructure); in badInheritanceInfoTest() 2273 …beginInfo.pInheritanceInfo = reinterpret_cast<VkCommandBufferInheritanceInfo*>(&validNonsense… in badInheritanceInfoTest()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 3765 assert(pBeginInfo->pInheritanceInfo); in radv_BeginCommandBuffer() 3766 …cmd_buffer->state.framebuffer = radv_framebuffer_from_handle(pBeginInfo->pInheritanceInfo->framebu… in radv_BeginCommandBuffer() 3767 cmd_buffer->state.pass = radv_render_pass_from_handle(pBeginInfo->pInheritanceInfo->renderPass); in radv_BeginCommandBuffer() 3770 &cmd_buffer->state.pass->subpasses[pBeginInfo->pInheritanceInfo->subpass]; in radv_BeginCommandBuffer() 3779 pBeginInfo->pInheritanceInfo->pipelineStatistics; in radv_BeginCommandBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 597 pInheritanceInfo = DE_NULL; in CmdBufferBeginInfo()
|