/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_scene_queue.c | 51 struct lp_scene *scenes[SCENE_QUEUE_SIZE]; member 113 struct lp_scene *scene = queue->scenes[queue->head++ % SCENE_QUEUE_SIZE]; in lp_scene_dequeue() 132 queue->scenes[queue->tail++ % SCENE_QUEUE_SIZE] = scene; in lp_scene_enqueue()
|
D | lp_setup.c | 73 setup->scene_idx %= ARRAY_SIZE(setup->scenes); in lp_setup_get_empty_scene() 75 setup->scene = setup->scenes[setup->scene_idx]; in lp_setup_get_empty_scene() 1085 for (i = 0; i < ARRAY_SIZE(setup->scenes); i++) { in lp_setup_is_resource_referenced() 1086 if (lp_scene_is_resource_referenced(setup->scenes[i], texture)) { in lp_setup_is_resource_referenced() 1426 for (i = 0; i < ARRAY_SIZE(setup->scenes); i++) { in lp_setup_destroy() 1427 struct lp_scene *scene = setup->scenes[i]; in lp_setup_destroy() 1477 setup->scenes[i] = lp_scene_create( pipe ); in lp_setup_create() 1478 if (!setup->scenes[i]) { in lp_setup_create() 1497 if (setup->scenes[i]) { in lp_setup_create() 1498 lp_scene_destroy(setup->scenes[i]); in lp_setup_create()
|
D | lp_setup_context.h | 91 struct lp_scene *scenes[MAX_SCENES]; /**< all the scenes */ member
|
/external/grpc-grpc/examples/ruby/pubsub/ |
D | pubsub_demo.rb | 209 scenes = NamedActions.instance_methods(false).map { |t| t.to_s } 210 scene_list = scenes.join(',') 211 opts.on("--action CODE", scenes, {}, 'pick a demo action',
|
/external/ImageMagick/MagickCore/ |
D | list.c | 206 MagickExport Image *CloneImages(const Image *images,const char *scenes, in CloneImages() argument 235 assert(scenes != (char *) NULL); in CloneImages() 244 for (p=(char *) scenes; *p != '\0';) in CloneImages() 358 MagickExport void DeleteImages(Image **images,const char *scenes, in DeleteImages() argument 382 assert(scenes != (char *) NULL); in DeleteImages() 404 for (p=(char *) scenes; *p != '\0';) in DeleteImages() 512 const size_t number_duplicates,const char *scenes,ExceptionInfo *exception) in DuplicateImages() argument 526 assert(scenes != (char *) NULL); in DuplicateImages() 534 clone_images=CloneImages(images,scenes,exception); in DuplicateImages()
|
D | image.c | 946 if (image_info->scenes != (char *) NULL) in CloneImageInfo() 947 (void) CloneString(&clone_info->scenes,image_info->scenes); in CloneImageInfo() 1250 if (image_info->scenes != (char *) NULL) in DestroyImageInfo() 1251 image_info->scenes=DestroyString(image_info->scenes); in DestroyImageInfo() 2829 (void) CloneString(&image_info->scenes,component); in SetImageInfo() 2830 image_info->scene=StringToUnsignedLong(image_info->scenes); in SetImageInfo() 2832 p=image_info->scenes; in SetImageInfo() 2833 for (q=(char *) image_info->scenes; *q != '\0'; p++) in SetImageInfo()
|
D | image.h | 393 *scenes; /* scene numbers that is to be read in */ member
|
D | constitute.c | 646 if ((IsSceneGeometry(read_info->scenes,MagickFalse) != MagickFalse) && in ReadImage() 652 clones=CloneImages(image,read_info->scenes,exception); in ReadImage()
|
/external/ImageMagick/coders/ |
D | xps.c | 287 if (read_info->scenes != (char *) NULL) in ReadXPSImage() 288 *read_info->scenes='\0'; in ReadXPSImage()
|
D | pcl.c | 353 if (read_info->scenes != (char *) NULL) in ReadPCLImage() 354 *read_info->scenes='\0'; in ReadPCLImage()
|
D | ps.c | 751 if (read_info->scenes != (char *) NULL) in ReadPSImage() 752 *read_info->scenes='\0'; in ReadPSImage()
|
D | pdf.c | 628 if (read_info->scenes != (char *) NULL) in ReadPDFImage() 629 *read_info->scenes='\0'; in ReadPDFImage()
|
/external/mesa3d/docs/drivers/ |
D | v3d.rst | 15 behind-the-scenes buffer management between the two kernel drivers,
|
/external/catch2/docs/ |
D | tutorial.md | 110 …on or method - or explicitly register the test case anywhere. Behind the scenes a function with a … 111 …dition we express the condition naturally using C/C++ syntax. Behind the scenes a simple set of ex…
|
/external/ImageMagick/ |
D | README.txt | 84 intensity levels found in real scenes ranging from the brightest direct
|
D | README.md | 55 …): accurately represent the wide range of intensity levels found in real scenes ranging from the b…
|
/external/angle/doc/ |
D | Update20120704.md | 100 simple scenes. The good news is that this path is not used by browser
|
/external/rust/crates/rayon/ |
D | FAQ.md | 20 Behind the scenes, Rayon uses a technique called **work stealing** to
|
/external/toybox/www/doc/ |
D | mount.txt | 25 scenes they all get appended to the -o string and fed to a common parser.
|
/external/python/jinja/docs/ |
D | extensions.rst | 156 scenes enforce more consistency.
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_custom.md | 244 an `OpResolver`. Behind the scenes, the interpreter will load a library of
|
/external/python/cpython2/Doc/tutorial/ |
D | inputoutput.rst | 252 behind-the-scenes modification to file data is fine for ASCII text files, but
|
/external/python/cpython3/Doc/tutorial/ |
D | inputoutput.rst | 312 platform-specific line endings. This behind-the-scenes modification
|
/external/rust/cxx/book/src/ |
D | tutorial.md | 439 For the curious, it's easy to look behind the scenes at what CXX has done to
|
/external/libsrtp2/ |
D | README.md | 30 because it does its work behind the scenes.
|