Home
last modified time | relevance | path

Searched defs:imageDepth (Results 1 – 11 of 11) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp30 size_t imageDepth, cl_image_format *outFormat, ExplicitType *outType, in test_image_info()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_3D_info.cpp20 …size_t imageWidth, size_t imageHeight, size_t imageDepth, cl_image_format *outFormat, ExplicitType… in test_image_read()
Dtest_images_3D.cpp34 size_t imageWidth, size_t imageHeight, size_t imageDepth, in test_image_read()
/external/angle/src/tests/gl_tests/
DCopyTexImageTest.cpp637 const GLsizei imageDepth, in initialize3DTexture()
697 const GLsizei imageDepth) in copyTexSubImage3D()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1363 …const deUint32 imageDepth = (VK_IMAGE_VIEW_TYPE_3D == params.image.viewType) ? layerNdx : 0… in testLayeredReadBack() local
1635 …const deUint32 imageDepth = (VK_IMAGE_VIEW_TYPE_3D == params.image.viewType) ? layerNdx : 0… in testSecondaryCmdBuffer() local
/external/mesa3d/src/glx/
Dglxclient.h186 GLuint imageDepth; member
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_read_3D.cpp101 …size_t imageWidth = imageInfo->width, imageHeight = imageInfo->height, imageDepth = imageInfo->dep… in determine_validation_error_offset() local
Dtest_read_2D_array.cpp101 …size_t imageWidth = imageInfo->width, imageHeight = imageInfo->height, imageDepth = imageInfo->arr… in determine_validation_error_offset_2D_array() local
/external/mesa3d/src/mesa/main/
Dtexobj.c2253 int imageDepth; in _mesa_InvalidateTexSubImage() local
Dtexgetimage.c922 GLuint imageWidth = 0, imageHeight = 0, imageDepth = 0; in dimensions_error_check() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp792 const deUint8 imageDepth = 1; in testNoAtt() local