Home
last modified time | relevance | path

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

12

/external/angle/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp265 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/
DMtlTestContext.mm51 beginInfo.pInheritanceInfo = nullptr;
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp67 beginInfo.pInheritanceInfo = nullptr; in VkFenceSync()
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp58 …ult begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo *pInheritanceInfo);
DVkCommandBuffer.cpp1208 …fer::begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo *pInheritanceInfo) in begin() argument
1223 if(pInheritanceInfo->queryFlags != 0) in begin()
/external/mesa3d/docs/relnotes/
D18.1.3.rst129 - radv: ignore pInheritanceInfo for primary command buffers
/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp444 … 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()
Dcore_validation.cpp6310 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/
DSurfaceSemaphoreTest.cpp271 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp295 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()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp433 cmdBufferBeginInfo.pInheritanceInfo = nullptr; in begin()
964 cmdBufferBeginInfo.pInheritanceInfo = &inheritanceInfo; in begin()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp63 beginInfo.pInheritanceInfo = &inheritanceInfo; in InitAndBeginCommandBuffer()
1023 beginInfo.pInheritanceInfo = nullptr; in submitCommands()
DCommandProcessor.cpp1130 beginInfo.pInheritanceInfo = nullptr; in ensurePrimaryCommandBufferValid()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c868 .pInheritanceInfo = NULL in main()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp807 commandBufferBeginInfo.pInheritanceInfo = nullptr; in createComputeCommandBuffer()
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c1524 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/
Dvktestbinding.cpp858 info.pInheritanceInfo = &hinfo; in begin()
Dvkpositivelayertests.cpp1048 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/
Dlayer_chassis_dispatch.cpp2462 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()
Dvk_safe_struct.cpp5501 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/
DgenX_cmd_buffer.c1650 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/
DvktApiCommandBuffersTests.cpp2232 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/
Dradv_cmd_buffer.c3765 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/
DvktDrawCreateInfoUtil.cpp597 pInheritanceInfo = DE_NULL; in CmdBufferBeginInfo()

12