Home
last modified time | relevance | path

Searched refs:get_image_dim (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/libclc/r600/lib/image/
Dget_image_dim.cl3 _CLC_OVERLOAD _CLC_DEF int2 get_image_dim (image2d_t image) {
6 _CLC_OVERLOAD _CLC_DEF int4 get_image_dim (image3d_t image) {
/external/OpenCL-CTS/test_conformance/api/
Dtest_mem_object_info.cpp43 get_image_dim(MTdata *d, unsigned int mod) in get_image_dim() function
514 imageInfo.image_width = get_image_dim(&d, 1023); in test_get_image_info()
519 imageInfo.image_width = get_image_dim(&d, 1023); in test_get_image_info()
520 imageInfo.image_height = get_image_dim(&d, 1023); in test_get_image_info()
531 imageInfo.image_width = get_image_dim(&d, 127); in test_get_image_info()
532 imageInfo.image_height = get_image_dim(&d, 127); in test_get_image_info()
533 imageInfo.image_depth = get_image_dim(&d, 127); in test_get_image_info()
538 imageInfo.image_width = get_image_dim(&d, 1023); in test_get_image_info()
539 imageInfo.image_array_size = get_image_dim(&d, 1023); in test_get_image_info()
544 imageInfo.image_width = get_image_dim(&d, 255); in test_get_image_info()
[all …]
/external/llvm-project/libclc/generic/include/clc/image/
Dimage.h15 _CLC_OVERLOAD _CLC_DECL int2 get_image_dim (image2d_t image);
16 _CLC_OVERLOAD _CLC_DECL int4 get_image_dim (image3d_t image);
/external/llvm-project/libclc/r600/lib/
DSOURCES_3.91 image/get_image_dim.cl
/external/deqp-deps/amber/tests/cases/
Dopencl_read_and_write_image3d_rgba32i.amber19 int4 dim = get_image_dim(im);
/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td1163 def : Builtin<"get_image_dim", [VectorType<Int, 2>, ImageType<imgTy, aQual>]>;
1165 def : Builtin<"get_image_dim", [VectorType<Int, 4>, ImageType<Image3d, aQual>]>;
1442 def : Builtin<"get_image_dim", [VectorType<Int, 2>, ImageType<imgTy, aQual>], Attr.Const>;
/external/clang/lib/Headers/
Dopencl-c.h16556 int2 __ovld __cnfn get_image_dim(read_only image2d_t image);
16557 int2 __ovld __cnfn get_image_dim(read_only image2d_array_t image);
16559 int2 __ovld __cnfn get_image_dim(read_only image2d_array_depth_t image);
16560 int2 __ovld __cnfn get_image_dim(read_only image2d_depth_t image);
16563 int2 __ovld __cnfn get_image_dim(read_only image2d_msaa_t image);
16564 int2 __ovld __cnfn get_image_dim(read_only image2d_msaa_depth_t image);
16565 int2 __ovld __cnfn get_image_dim(read_only image2d_array_msaa_t image);
16566 int2 __ovld __cnfn get_image_dim(read_only image2d_array_msaa_depth_t image);
16569 int2 __ovld __cnfn get_image_dim(write_only image2d_t image);
16570 int2 __ovld __cnfn get_image_dim(write_only image2d_array_t image);
[all …]
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h15109 int2 __ovld __cnfn get_image_dim(read_only image2d_t image);
15110 int2 __ovld __cnfn get_image_dim(read_only image2d_array_t image);
15112 int2 __ovld __cnfn get_image_dim(read_only image2d_array_depth_t image);
15113 int2 __ovld __cnfn get_image_dim(read_only image2d_depth_t image);
15116 int2 __ovld __cnfn get_image_dim(read_only image2d_msaa_t image);
15117 int2 __ovld __cnfn get_image_dim(read_only image2d_msaa_depth_t image);
15118 int2 __ovld __cnfn get_image_dim(read_only image2d_array_msaa_t image);
15119 int2 __ovld __cnfn get_image_dim(read_only image2d_array_msaa_depth_t image);
15122 int2 __ovld __cnfn get_image_dim(write_only image2d_t image);
15123 int2 __ovld __cnfn get_image_dim(write_only image2d_array_t image);
[all …]