Home
last modified time | relevance | path

Searched refs:paramsPtr (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTests.cpp2550 ParamsPtr paramsPtr (new MiscTestParams); in createMeshShaderMiscTests() local
2552 paramsPtr->taskCount = tcu::just(2u); in createMeshShaderMiscTests()
2553 paramsPtr->meshCount = 2u; in createMeshShaderMiscTests()
2554 paramsPtr->width = 8u; in createMeshShaderMiscTests()
2555 paramsPtr->height = 8u; in createMeshShaderMiscTests()
2557 …ex_task_data", "Pass a complex structure from the task to the mesh shader", std::move(paramsPtr))); in createMeshShaderMiscTests()
2561 ParamsPtr paramsPtr (new MiscTestParams); in createMeshShaderMiscTests() local
2563 paramsPtr->taskCount = tcu::nothing<uint32_t>(); in createMeshShaderMiscTests()
2564 paramsPtr->meshCount = 1u; in createMeshShaderMiscTests()
2565 paramsPtr->width = 5u; // Use an odd value so there's a pixel in the exact center. in createMeshShaderMiscTests()
[all …]
/third_party/cef/libcef/browser/
Dmenu_manager.cc149 CefRefPtr<CefContextMenuParamsImpl> paramsPtr( in CreateContextMenu() local
153 handler->OnBeforeContextMenu(browser_, frame, paramsPtr.get(), in CreateContextMenu()
168 if (handler->RunContextMenu(browser_, frame, paramsPtr.get(), in CreateContextMenu()
180 std::ignore = paramsPtr->Detach(nullptr); in CreateContextMenu()
181 DCHECK(paramsPtr->HasOneRef()); in CreateContextMenu()
214 CefRefPtr<CefContextMenuParamsImpl> paramsPtr( in ExecuteCommand() local
218 browser_, browser_->GetFocusedFrame(), paramsPtr.get(), command_id, in ExecuteCommand()
222 std::ignore = paramsPtr->Detach(nullptr); in ExecuteCommand()
223 DCHECK(paramsPtr->HasOneRef()); in ExecuteCommand()