Searched refs:tcx (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksServices.cpp | 171 tcu::TestContext* tcx = new tcu::TestContext{*platform, archive, log, cmdLine, nullptr}; in createServerVKSC() local 172 vk::ResourceInterface* resource = new vk::ResourceInterfaceStandard{*tcx}; in createServerVKSC() 174 vkt::Context* context = new vkt::Context(*tcx, library->getPlatformInterface(), *collection, de::SharedPtr<vk::ResourceInterface>{resource}); in createServerVKSC()
|
/third_party/vk-gl-cts/external/vulkancts/vkscpc/ |
H A D | vkscpc.cpp | 296 tcu::TestContext tcx {*platform, archive, log, cmdLineDummy, nullptr}; in main() 298 vkt::Context context (tcx, library->getPlatformInterface(), collection, de::SharedPtr<vk::ResourceInterface>{new vk::ResourceInterfaceStandard{ tcx }}); in main()
|
/third_party/libbpf/src/ |
H A D | bpf.c | 799 relative_fd = OPTS_GET(opts, tcx.relative_fd, 0); in bpf_link_create() 800 relative_id = OPTS_GET(opts, tcx.relative_id, 0); in bpf_link_create() 804 attr.link_create.tcx.relative_id = relative_id; in bpf_link_create() 807 attr.link_create.tcx.relative_fd = relative_fd; in bpf_link_create() 809 attr.link_create.tcx.expected_revision = OPTS_GET(opts, tcx.expected_revision, 0); in bpf_link_create() 810 if (!OPTS_ZEROED(opts, tcx)) in bpf_link_create()
|
H A D | bpf.h | 417 } tcx; member
|
H A D | libbpf.c | 149 [BPF_LINK_TYPE_TCX] = "tcx", 9243 SEC_DEF("tc/ingress", SCHED_CLS, BPF_TCX_INGRESS, SEC_NONE), /* alias for tcx */ 9244 SEC_DEF("tc/egress", SCHED_CLS, BPF_TCX_EGRESS, SEC_NONE), /* alias for tcx */ 9245 SEC_DEF("tcx/ingress", SCHED_CLS, BPF_TCX_INGRESS, SEC_NONE), 9246 SEC_DEF("tcx/egress", SCHED_CLS, BPF_TCX_EGRESS, SEC_NONE), 9247 SEC_DEF("tc", SCHED_CLS, 0, SEC_NONE), /* deprecated / legacy, use tcx */ 9248 SEC_DEF("classifier", SCHED_CLS, 0, SEC_NONE), /* deprecated / legacy, use tcx */ 9249 SEC_DEF("action", SCHED_ACT, 0, SEC_NONE), /* deprecated / legacy, use tcx */ 12468 link_create_opts.tcx.expected_revision = OPTS_GET(opts, expected_revision, 0); 12469 link_create_opts.tcx [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1655 } tcx; member 6294 /* (Simplified) user return codes for tcx prog type. 6295 * A valid tcx program must return one of these defined values. All other 6594 } tcx; member
|
Completed in 30 milliseconds