| /xsrc/external/mit/libdrm/dist/tests/tegra/ |
| H A D | vic.h | 103 uint32_t **ptrp, uint32_t method, 106 *(*ptrp)++ = HOST1X_OPCODE_INCR(VIC_UCLASS_METHOD_OFFSET, 2); 107 *(*ptrp)++ = method >> 2; 108 *(*ptrp)++ = value; 112 uint32_t **ptrp, uint32_t method, 116 *(*ptrp)++ = HOST1X_OPCODE_INCR(VIC_UCLASS_METHOD_OFFSET, 2); 117 *(*ptrp)++ = method >> 2; 119 drm_tegra_pushbuf_relocate(pushbuf, ptrp, map, offset, 8, flags); 137 uint32_t **ptrp, 102 VIC_PUSH_METHOD(struct drm_tegra_pushbuf * pushbuf,uint32_t ** ptrp,uint32_t method,uint32_t value) argument 111 VIC_PUSH_BUFFER(struct drm_tegra_pushbuf * pushbuf,uint32_t ** ptrp,uint32_t method,struct drm_tegra_mapping * map,unsigned long offset,unsigned long flags) argument
|
| H A D | vic41.c | 228 uint32_t **ptrp, struct vic_image *output, 237 VIC_PUSH_METHOD(pushbuf, ptrp, NVB1B6_VIDEO_COMPOSITOR_SET_APPLICATION_ID, 1); 238 VIC_PUSH_METHOD(pushbuf, ptrp, NVB1B6_VIDEO_COMPOSITOR_SET_CONTROL_PARAMS, (sizeof(ConfigStruct) / 16) << 16); 239 VIC_PUSH_BUFFER(pushbuf, ptrp, NVB1B6_VIDEO_COMPOSITOR_SET_CONFIG_STRUCT_OFFSET, vic->config.map, 0, 0); 240 VIC_PUSH_BUFFER(pushbuf, ptrp, NVB1B6_VIDEO_COMPOSITOR_SET_FILTER_STRUCT_OFFSET, vic->filter.map, 0, 0); 241 VIC_PUSH_BUFFER(pushbuf, ptrp, NVB1B6_VIDEO_COMPOSITOR_SET_OUTPUT_SURFACE_LUMA_OFFSET, output->map, 0, 0); 246 VIC_PUSH_BUFFER(pushbuf, ptrp, method, inputs[i]->map, 0, 0); 249 VIC_PUSH_METHOD(pushbuf, ptrp, NVB1B6_VIDEO_COMPOSITOR_EXECUTE, 1 << 8); 227 vic41_execute(struct vic * v,struct drm_tegra_pushbuf * pushbuf,uint32_t ** ptrp,struct vic_image * output,struct vic_image ** inputs,unsigned int num_inputs) argument
|
| H A D | vic42.c | 228 uint32_t **ptrp, struct vic_image *output, 237 VIC_PUSH_METHOD(pushbuf, ptrp, NVC5B6_VIDEO_COMPOSITOR_SET_APPLICATION_ID, 1); 238 VIC_PUSH_METHOD(pushbuf, ptrp, NVC5B6_VIDEO_COMPOSITOR_SET_CONTROL_PARAMS, (sizeof(ConfigStruct) / 16) << 16); 239 VIC_PUSH_BUFFER(pushbuf, ptrp, NVC5B6_VIDEO_COMPOSITOR_SET_CONFIG_STRUCT_OFFSET, vic->config.map, 0, 0); 240 VIC_PUSH_BUFFER(pushbuf, ptrp, NVC5B6_VIDEO_COMPOSITOR_SET_FILTER_STRUCT_OFFSET, vic->filter.map, 0, 0); 241 VIC_PUSH_BUFFER(pushbuf, ptrp, NVC5B6_VIDEO_COMPOSITOR_SET_OUTPUT_SURFACE_LUMA_OFFSET, output->map, 0, 0); 246 VIC_PUSH_BUFFER(pushbuf, ptrp, method, inputs[i]->map, 0, 0); 249 VIC_PUSH_METHOD(pushbuf, ptrp, NVC5B6_VIDEO_COMPOSITOR_EXECUTE, 1 << 8); 227 vic42_execute(struct vic * v,struct drm_tegra_pushbuf * pushbuf,uint32_t ** ptrp,struct vic_image * output,struct vic_image ** inputs,unsigned int num_inputs) argument
|
| H A D | vic40.c | 228 uint32_t **ptrp, struct vic_image *output, 237 VIC_PUSH_METHOD(pushbuf, ptrp, NVB0B6_VIDEO_COMPOSITOR_SET_APPLICATION_ID, 1); 238 VIC_PUSH_METHOD(pushbuf, ptrp, NVB0B6_VIDEO_COMPOSITOR_SET_CONTROL_PARAMS, (sizeof(ConfigStruct) / 16) << 16); 239 VIC_PUSH_BUFFER(pushbuf, ptrp, NVB0B6_VIDEO_COMPOSITOR_SET_CONFIG_STRUCT_OFFSET, vic->config.map, 0, 0); 240 VIC_PUSH_BUFFER(pushbuf, ptrp, NVB0B6_VIDEO_COMPOSITOR_SET_OUTPUT_SURFACE_LUMA_OFFSET, output->map, 0, 0); 243 VIC_PUSH_BUFFER(pushbuf, ptrp, NVB0B6_VIDEO_COMPOSITOR_SET_SURFACE0_SLOT0_LUMA_OFFSET, inputs[i]->map, 0, 0); 245 VIC_PUSH_METHOD(pushbuf, ptrp, NVB0B6_VIDEO_COMPOSITOR_EXECUTE, 1 << 8); 227 vic40_execute(struct vic * v,struct drm_tegra_pushbuf * pushbuf,uint32_t ** ptrp,struct vic_image * output,struct vic_image ** inputs,unsigned int num_inputs) argument
|
| H A D | vic30.c | 320 uint32_t **ptrp, struct vic_image *output, 329 VIC_PUSH_METHOD(pushbuf, ptrp, NVA0B6_VIDEO_COMPOSITOR_SET_APPLICATION_ID, 1); 330 VIC_PUSH_METHOD(pushbuf, ptrp, NVA0B6_VIDEO_COMPOSITOR_SET_CONTROL_PARAMS, (sizeof(ConfigStruct) / 16) << 16); 331 VIC_PUSH_BUFFER(pushbuf, ptrp, NVA0B6_VIDEO_COMPOSITOR_SET_CONFIG_STRUCT_OFFSET, vic->config.map, 0, 0); 332 VIC_PUSH_BUFFER(pushbuf, ptrp, NVA0B6_VIDEO_COMPOSITOR_SET_HIST_OFFSET, vic->hist.map, 0, 0); 333 VIC_PUSH_BUFFER(pushbuf, ptrp, NVA0B6_VIDEO_COMPOSITOR_SET_OUTPUT_SURFACE_LUMA_OFFSET, output->map, 0, 0); 336 VIC_PUSH_BUFFER(pushbuf, ptrp, NVA0B6_VIDEO_COMPOSITOR_SET_SURFACE0_SLOT0_LUMA_OFFSET, inputs[i]->map, 0, 0); 338 VIC_PUSH_METHOD(pushbuf, ptrp, NVA0B6_VIDEO_COMPOSITOR_EXECUTE, 1 << 8); 319 vic30_execute(struct vic * v,struct drm_tegra_pushbuf * pushbuf,uint32_t ** ptrp,struct vic_image * output,struct vic_image ** inputs,unsigned int num_inputs) argument
|
| /xsrc/external/mit/libdrm/dist/tegra/ |
| H A D | pushbuf.c | 60 unsigned int words, uint32_t **ptrp) 81 if (ptrp) 82 *ptrp = pushbuf->ptr; 124 drm_tegra_pushbuf_relocate(struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, argument 146 *ptrp); 149 *(*ptrp)++ = 0xdeadbeef; 171 drm_tegra_pushbuf_sync_cond(struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, argument 180 *(*ptrp)++ = HOST1X_OPCODE_NONINCR(0x0, 0x1); 181 *(*ptrp)++ = cond << channel->cond_shift | syncpt->id; 59 drm_tegra_pushbuf_begin(struct drm_tegra_pushbuf * pushbuf,unsigned int words,uint32_t ** ptrp) argument
|
| H A D | tegra.h | 104 unsigned int words, uint32_t **ptrp); 110 uint32_t **ptrp, 118 uint32_t **ptrp,
|
| /xsrc/external/mit/xfindproxy/dist/ |
| H A D | xfindproxy.c | 74 cvthexkey(const char *hexstr, char **ptrp) /* turn hex key string into octets */ argument 118 *ptrp = retval;
|
| /xsrc/external/mit/iceauth/dist/ |
| H A D | process.c | 90 static int cvthexkey ( const char *hexstr, char **ptrp ); 404 char **ptrp) 450 *ptrp = retval; 402 cvthexkey(const char * hexstr,char ** ptrp) argument
|
| /xsrc/external/mit/xauth/dist/ |
| H A D | process.c | 572 cvthexkey(const char *hexstr, char **ptrp) /* turn hex key string into octets */ argument 617 *ptrp = retval;
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drm.c | 4219 char **ptrp) 4249 *ptrp = ptr; 4217 drmDeviceAlloc(unsigned int type,const char * node,size_t bus_size,size_t device_size,char ** ptrp) argument
|