Home
last modified time | relevance | path

Searched refs:image_depth (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dmemory.cpp185 if (!desc->image_width || !desc->image_height || !desc->image_depth) in clCreateImage()
192 desc->image_depth > max); in clCreateImage()
198 desc->image_depth, desc->image_row_pitch, in clCreateImage()
Ddispatch.hpp141 size_t image_depth,
/external/ImageMagick/coders/
Dpng.c8503 image_depth, in WriteOnePNGImage() local
9834 image_depth=image->depth; in WriteOnePNGImage()
9968 image_depth=8; in WriteOnePNGImage()
9971 image_depth=16; in WriteOnePNGImage()
9974 image_depth=mng_info->write_png_depth; in WriteOnePNGImage()
9977 if (image_depth > 8) in WriteOnePNGImage()
9978 image_depth=16; in WriteOnePNGImage()
9980 if ((image_depth > 4) && (image_depth < 8)) in WriteOnePNGImage()
9981 image_depth=8; in WriteOnePNGImage()
9983 if (image_depth == 3) in WriteOnePNGImage()
[all …]
/external/libxcam/modules/ocl/
Dcl_memory.cpp578 cl_desc.image_depth = 1; in init_image_2d()
644 cl_desc.image_depth = 1; in init_image_2d_array()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_state.c703 tex.image_depth = prsc->depth0;
705 tex.image_depth = (cso->u.tex.last_layer -
/external/mesa3d/include/CL/
Dcl.h101 size_t image_depth; member