Home
last modified time | relevance | path

Searched refs:get_image (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
Dcross-rc-coalescing-1.ll33 br i1 undef, label %bb5.i, label %get_image.exit
38 get_image.exit: ; preds = %bb4.i
41 bb27: ; preds = %get_image.exit
50 bb28: ; preds = %get_image.exit
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddrisw.c74 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) in get_image() function
267 get_image(dPriv, x, y, w, h, map); in drisw_update_tex_buffer()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dlaunch_instance161 ami = ec2.get_image(options.ami_id)
/external/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll88 define void @get_image() nounwind {
89 ; CHECK-LABEL: @get_image(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dconnection.py249 def get_image(self, image_id, dry_run=False): member in EC2Connection
383 image = self.get_image(image_id)