Home
last modified time | relevance | path

Searched defs:img_width (Results 1 – 25 of 37) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/basic/
Dtest_imagerandomcopy.cpp40 …rgba8_image(unsigned char *image, unsigned char *outptr, int x, int y, int w, int h, int img_width) in verify_rgba8_image()
70 …a16_image(unsigned short *image, unsigned short *outptr, int x, int y, int w, int h, int img_width) in verify_rgba16_image()
100 verify_rgbafp_image(float *image, float *outptr, int x, int y, int w, int h, int img_width) in verify_rgbafp_image()
128 int img_width = 512; in test_imagerandomcopy() local
Dtest_imagereadwrite.cpp40 update_rgba8_image(unsigned char *p, int x, int y, int w, int h, int img_width, MTdata d) in update_rgba8_image()
58 update_image_from_image(void *out, void *in, int x, int y, int w, int h, int img_width, int elem_si… in update_image_from_image()
108 update_rgba16_image(unsigned short *p, int x, int y, int w, int h, int img_width, MTdata d) in update_rgba16_image()
156 update_rgbafp_image(float *p, int x, int y, int w, int h, int img_width, MTdata d) in update_rgbafp_image()
199 int img_width = 512; in test_imagereadwrite() local
Dtest_imagereadwrite3d.cpp40 update_rgba8_image(unsigned char *p, int x, int y, int z, int w, int h, int d, int img_width, int i… in update_rgba8_image()
60 …_image(void *out, void *in, int x, int y, int z, int w, int h, int d, int img_width, int img_heigh… in update_image_from_image()
112 update_rgba16_image(unsigned short *p, int x, int y, int z, int w, int h, int d, int img_width, int… in update_rgba16_image()
162 update_rgbafp_image(float *p, int x, int y, int z, int w, int h, int d, int img_width, int img_heig… in update_rgbafp_image()
207 int img_width = 64; in test_imagereadwrite3d() local
Dtest_imagedim.cpp79 size_t img_width, max_img_width; in test_imagedim_pow2() local
286 size_t img_width, max_img_width; in test_imagedim_non_pow2() local
Dtest_image_r8.cpp61 const size_t img_width = 512; in test_image_r8() local
Dtest_image_multipass.cpp149 int img_width = 512; in test_image_multipass_integer_coord() local
403 int img_width = 512; in test_image_multipass_float_coord() local
Dtest_imagearraycopy.cpp30 int img_width = 512; in test_imagearraycopy_single_format() local
Dtest_imagearraycopy3d.cpp30 int img_width = 128; in test_imagearraycopy3d_single_format() local
Dtest_imagenpot.cpp87 int img_width; in test_imagenpot() local
Dtest_multireadimageonefmt.cpp104 int img_width = 512; in test_mri_one() local
Dtest_arrayimagecopy.cpp36 int img_width = 512; in test_arrayimagecopy_single_format() local
Dtest_multireadimagemultifmt.cpp122 int img_width = 512; in test_mri_multiple() local
Dtest_hostptr.cpp105 int img_width = 512; in test_hostptr() local
Dtest_imagecopy3d.cpp116 int img_width = 128; in test_imagecopy3d() local
Dtest_writeimage.cpp133 size_t img_width = 512; in test_writeimage() local
Dtest_imagecopy.cpp116 int img_width = 512; in test_imagecopy() local
Dtest_readimage.cpp217 size_t img_width = TEST_IMAGE_WIDTH(IMG_TYPE); in test_readimage() local
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
Dcommand_buffer_test_copy.cpp121 const size_t img_width = 512; member
357 const size_t img_width = 512; member
463 const size_t img_width = 512; member
557 const size_t img_width = 512; member
Dcommand_buffer_test_fill.cpp104 const size_t img_width = 512; member
/external/eigen/demos/mandelbrot/
Dmandelbrot.cpp31 template<typename Real> void MandelbrotThread::render(int img_width, int img_height) in render()
117 int img_width = widget->width()/widget->draft; in run() local
/external/ComputeLibrary/tests/validation/reference/
DPriorBoxLayer.cpp44 int img_width = info.img_size().x; in prior_box_layer() local
/external/ComputeLibrary/src/core/CL/kernels/
DCLPriorBoxLayerKernel.cpp136 int img_width = info.img_size().x; in configure() local
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd61 img_width NMTOKEN #IMPLIED attribute
/external/ComputeLibrary/src/core/NEON/kernels/
DNEPriorBoxLayerKernel.cpp113 int img_width = _info.img_size().x; in calculate_prior_boxes() local
/external/pdfium/core/fxcodec/tiff/
Dtiff_decoder.cpp262 const uint32_t img_width = bitmap->GetWidth(); in Decode() local

12