Searched defs:ptx (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_staging.c106 util_staging_transfer_destroy(struct pipe_context *pipe, struct pipe_transfer *ptx) argument
108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx;
130 pipe_resource_reference(&ptx->resource, NULL);
131 FREE(ptx);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.c106 util_staging_transfer_destroy(struct pipe_context *pipe, struct pipe_transfer *ptx) argument
108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx;
130 pipe_resource_reference(&ptx->resource, NULL);
131 FREE(ptx);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_miptree.c82 nv30_transfer(struct pipe_transfer *ptx) argument
84 return (struct nv30_transfer *)ptx;
217 nv30_miptree_transfer_del(struct pipe_context *pipe, struct pipe_transfer *ptx) argument
220 struct nv30_transfer *tx = nv30_transfer(ptx);
222 if (ptx->usage & PIPE_TRANSFER_WRITE)
226 pipe_resource_reference(&ptx->resource, NULL);
231 nv30_miptree_transfer_map(struct pipe_context *pipe, struct pipe_transfer *ptx) argument
234 struct nv30_transfer *tx = nv30_transfer(ptx);
241 if (ptx->usage & PIPE_TRANSFER_READ)
243 if (ptx
253 nv30_miptree_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *ptx) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_miptree.c82 nv30_transfer(struct pipe_transfer *ptx) argument
84 return (struct nv30_transfer *)ptx;
217 nv30_miptree_transfer_del(struct pipe_context *pipe, struct pipe_transfer *ptx) argument
220 struct nv30_transfer *tx = nv30_transfer(ptx);
222 if (ptx->usage & PIPE_TRANSFER_WRITE)
226 pipe_resource_reference(&ptx->resource, NULL);
231 nv30_miptree_transfer_map(struct pipe_context *pipe, struct pipe_transfer *ptx) argument
234 struct nv30_transfer *tx = nv30_transfer(ptx);
241 if (ptx->usage & PIPE_TRANSFER_READ)
243 if (ptx
253 nv30_miptree_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *ptx) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay_i.h338 u32 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
340 u32 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay_i.h338 u32 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
340 u32 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay_i.h338 u32 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
340 u32 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c20072 xmlSchemaTypePtr tx, ty, ptx, pty; local
20079 ptx = xmlSchemaGetPrimitiveType(tx);
20090 if (ptx != pty)
20096 if ((ptx->builtInType == XML_SCHEMAS_STRING) ||
20097 WXS_IS_ANY_SIMPLE_TYPE(ptx)) {
/external/libxml2/
H A Dxmlschemas.c20101 xmlSchemaTypePtr tx, ty, ptx, pty; local
20108 ptx = xmlSchemaGetPrimitiveType(tx);
20119 if (ptx != pty)
20125 if ((ptx->builtInType == XML_SCHEMAS_STRING) ||
20126 WXS_IS_ANY_SIMPLE_TYPE(ptx)) {

Completed in 8306 milliseconds