Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c875 … zink_screen *screen, struct zink_resource *res, VkSparseImageMemoryBind *ibind, unsigned num_bind… in texture_commit_single() argument
889 sparse_ibind.pBinds = ibind; in texture_commit_single()
965 VkSparseImageMemoryBind ibind[NUM_BATCHED_BINDS]; in zink_bo_commit() local
980 ibind[i].subresource = subresource; in zink_bo_commit()
981 ibind[i].flags = 0; in zink_bo_commit()
983 ibind[i].offset.x = w * gwidth; in zink_bo_commit()
984 ibind[i].offset.y = h * gheight; in zink_bo_commit()
986 ibind[i].subresource.arrayLayer = d * gdepth; in zink_bo_commit()
987 ibind[i].offset.z = 0; in zink_bo_commit()
989 ibind[i].offset.z = d * gdepth; in zink_bo_commit()
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
Dmain.c35 static const char *ibind = NULL; /* default to unix domain skt "proxy.ss.lws" */ variable
195 if (lws_ss_proxy_create(context, ibind, port)) { in app_system_state_nf()
271 ibind = p; in main()