Searched defs:depth_lod (Results 1 – 8 of 8) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/ |
D | test_read_2D_array.cpp | 88 size_t width_lod, height_lod, depth_lod, row_pitch_lod, slice_pitch_lod; in test_read_image_2D_array() local
|
D | test_read_3D.cpp | 88 size_t width_lod, height_lod, depth_lod, row_pitch_lod, slice_pitch_lod; in test_read_image_3D() local
|
/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
D | test_copy_3D_2D_array.cpp | 70 size_t width_lod = 0, height_lod = 0, depth_lod = 0; in test_copy_image_size_3D_2D_array() local
|
D | test_copy_2D_3D.cpp | 69 size_t threeImage_height_lod = threeImage->height, depth_lod = threeImage->depth; in test_copy_image_size_2D_3D() local
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_common.cpp | 126 size_t width_lod, height_lod, depth_lod; in InitFloatCoordsCommon() local 447 depth_lod = imageInfo->depth; in test_read_image() local
|
D | test_write_3D.cpp | 290 size_t depth_lod = imageInfo->depth; in test_write_image_3D() local
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.h | 196 depth_lod = imageInfo->depth, in read_image_pixel() local
|
D | imageHelpers.cpp | 1282 depth_lod = imageInfo->depth; in read_image_pixel_float() local 1869 depth_lod = imageInfo->depth; in sample_image_pixel_float_offset() local
|