Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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/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/swiftshader/third_party/llvm-7.0/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/include/state_tracker/
Ddrisw_api.h14 void (*get_image) (struct dri_drawable *dri_drawable, member
/external/libxcam/modules/ocl/
Dcl_image_bo_buffer.cpp60 return image->get_image (); in get_cl_image()
157 image = image_data->get_image (); in fixate_video_info()
Dcl_image_bo_buffer.h46 SmartPtr<CLImage> &get_image () { in get_image() function
/external/mesa3d/src/gallium/state_trackers/dri/
Ddrisw.c90 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) in get_image() function
351 get_image(dPriv, x, y, w, h, map); in drisw_update_tex_buffer()
389 .get_image = drisw_get_image,
/external/mesa3d/src/gallium/winsys/sw/dri/
Ddri_sw_winsys.c143 …dri_sw_ws->lf->get_image((void *)dri_sw_dt->front_private, 0, 0, dri_sw_dt->width, dri_sw_dt->heig… in dri_sw_displaytarget_map()
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dvec_demanded_elts.ll87 define void @get_image() nounwind {
88 ; CHECK: @get_image
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll21 define void @get_image() nounwind {
22 ; CHECK-LABEL: @get_image(
/external/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll88 define void @get_image() nounwind {
89 ; CHECK-LABEL: @get_image(
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py56 def get_image(size): function