/external/OpenCL-CTS/test_conformance/gles/ |
D | test_images_3D.cpp | 34 size_t imageWidth, size_t imageHeight, size_t imageDepth, in test_image_read() argument 79 …ontext, CL_MEM_READ_WRITE, channelSize * 4 * imageWidth * imageHeight * imageDepth, NULL, &error ); in test_image_read() 102 threads[ 2 ] = imageDepth; in test_image_read() 115 …*outResultBuffer = (void *)( new char[ channelSize * 4 * imageWidth * imageHeight * imageDepth ] ); in test_image_read() 116 …adBuffer( queue, streams[ 1 ], CL_TRUE, 0, channelSize * 4 * imageWidth * imageHeight * imageDepth, in test_image_read()
|
D | test_images_3D_info.cpp | 20 …size_t imageWidth, size_t imageHeight, size_t imageDepth, cl_image_format *outFormat, ExplicitType… in test_image_read() argument
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_common.h | 67 imageDepth = imageInfo->depth; in determine_validation_error_offset() local 71 imageDepth, imageSampler, imageInfo, in determine_validation_error_offset() 183 (int)imageDepth); in determine_validation_error_offset()
|
D | test_read_2D_array.cpp | 87 …size_t imageWidth = imageInfo->width, imageHeight = imageInfo->height, imageDepth = imageInfo->arr… in determine_validation_error_offset_2D_array() local 89 …ddressOffset, yAddressOffset, zAddressOffset, imageWidth, imageHeight, imageDepth, imageSampler, i… in determine_validation_error_offset_2D_array() 183 … = %d,%d,%d\n", clampedX, clampedY, clampedZ, (int)imageWidth, (int)imageHeight, (int)imageDepth ); in determine_validation_error_offset_2D_array()
|
/external/mesa3d/src/mesa/main/ |
D | texobj.c | 2253 int imageDepth; in _mesa_InvalidateTexSubImage() local 2270 imageDepth = 1; in _mesa_InvalidateTexSubImage() 2278 imageDepth = 1; in _mesa_InvalidateTexSubImage() 2286 imageDepth = 1; in _mesa_InvalidateTexSubImage() 2297 imageDepth = 1; in _mesa_InvalidateTexSubImage() 2307 imageDepth = image->Depth; in _mesa_InvalidateTexSubImage() 2315 imageDepth = image->Depth; in _mesa_InvalidateTexSubImage() 2324 imageDepth = 0; in _mesa_InvalidateTexSubImage() 2356 if (zoffset + depth > imageDepth + zBorder) { in _mesa_InvalidateTexSubImage()
|
D | texgetimage.c | 922 GLuint imageWidth = 0, imageHeight = 0, imageDepth = 0; in dimensions_error_check() local 1000 imageDepth = texImage->Depth; in dimensions_error_check() 1019 if (zoffset + depth > imageDepth) { in dimensions_error_check() 1022 caller, zoffset, depth, imageDepth); in dimensions_error_check()
|
/external/angle/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 765 const GLsizei imageDepth, 782 const GLsizei imageDepth); 1013 const GLsizei imageDepth, in initialize3DTexture() argument 1017 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, imageWidth, imageHeight, imageDepth, 0, GL_RGBA, in initialize3DTexture() 1073 const GLsizei imageDepth) in copyTexSubImage3D() argument 1076 for (int currLayer = 0; currLayer < imageDepth; ++currLayer) in copyTexSubImage3D()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuiltinTests.cpp | 2051 const deUint32 imageDepth = 4; in expectedVectorValuesBuffer() local 2052 const deUint32 expectedFloats = imageDepth * m_data.height * m_data.width; in expectedVectorValuesBuffer() 2141 const deUint32 imageDepth = 4 * 4; in expectedMatrixValuesBuffer() local 2143 const deUint32 expectedFloats = imageDepth * m_data.height * m_data.width; in expectedMatrixValuesBuffer() 2570 const deUint32 imageDepth = 1; in createScalarTests() local 2604 imageDepth, // deUint32 depth; in createScalarTests() 2656 const deUint32 imageDepth = 1; in createRayFlagsTests() local 2749 imageDepth, // deUint32 depth; in createRayFlagsTests() 2797 const deUint32 imageDepth = fixedPointMatrixOutput ? 4 * 4 in createMultiOutputTests() local 2804 DE_ASSERT(imageDepth != 0); in createMultiOutputTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 792 const deUint8 imageDepth = 1; in testNoAtt() local 794 const IVec3 imageDim = IVec3(imageWidth, imageHeight, imageDepth); in testNoAtt() 802 …const VkDeviceSize colorBufferSize = imageWidth * imageHeight * imageDepth * numSamples * tcu… in testNoAtt() 901 …makeExtent3D(IVec3(imageWidth, imageHeight, imageDepth)), // VkExtent3D imageEx… in testNoAtt() 933 tcu::TextureLevel textureLevel (format, imageWidth, imageHeight, imageDepth); in testNoAtt() 935 …const tcu::ConstPixelBufferAccess resultImage (format, imageWidth, imageHeight, imageDepth, color… in testNoAtt()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_getinfo_common.cpp | 30 size_t imageDepth, cl_image_format *outFormat, ExplicitType *outType, in test_image_info() argument
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 10058 const deInt32 imageDepth = params.src.image.imageType == VK_IMAGE_TYPE_3D ? defaultSize : 1; in addBlittingImageSimpleWholeTests() local 10061 params.src.image.extent.depth = imageDepth; in addBlittingImageSimpleWholeTests() 10062 params.dst.image.extent.depth = imageDepth; in addBlittingImageSimpleWholeTests() 10070 { defaultSize, defaultSize, imageDepth } in addBlittingImageSimpleWholeTests() 10076 { defaultSize, defaultSize, imageDepth } in addBlittingImageSimpleWholeTests() 10091 const deInt32 imageDepth = params.src.image.imageType == VK_IMAGE_TYPE_3D ? defaultSize : 1; in addBlittingImageSimpleMirrorXYTests() local 10094 params.src.image.extent.depth = imageDepth; in addBlittingImageSimpleMirrorXYTests() 10095 params.dst.image.extent.depth = imageDepth; in addBlittingImageSimpleMirrorXYTests() 10103 {defaultSize, defaultSize, imageDepth} in addBlittingImageSimpleMirrorXYTests() 10109 {0, 0, imageDepth} in addBlittingImageSimpleMirrorXYTests() [all …]
|
/external/mesa3d/src/glx/ |
D | glxclient.h | 186 GLuint imageDepth; member
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 1404 …const deUint32 imageDepth = (VK_IMAGE_VIEW_TYPE_3D == params.image.viewType) ? layerNdx : 0… in testLayeredReadBack() local 1405 const VkOffset3D imageOffset = makeOffset3D(0u, 0u, imageDepth); in testLayeredReadBack() 1682 …const deUint32 imageDepth = (VK_IMAGE_VIEW_TYPE_3D == params.image.viewType) ? layerNdx : 0… in testSecondaryCmdBuffer() local 1684 const VkOffset3D imageOffset = makeOffset3D(0u, 0u, imageDepth); in testSecondaryCmdBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBuiltinTests.cpp | 3607 const deUint32 imageDepth = 4 * 4; in initAccelerationStructures() local 3612 const deUint32 expectedFloats = imageDepth * zStride; in initAccelerationStructures() 3823 const deUint32 imageDepth = 4 * 4; in initAccelerationStructures() local 3828 const deUint32 expectedFloats = imageDepth * zStride; in initAccelerationStructures() 6009 const deUint32 imageDepth = fixedPointMatrixOutput ? 4 * 4 in createBuiltinTests() local 6032 imageDepth, // deUint32 depth; in createBuiltinTests() 6095 const deUint32 imageDepth = 1; in createAdvancedTests() local 6126 imageDepth, // deUint32 depth; in createAdvancedTests()
|
D | vktRayQueryWatertightnessTests.cpp | 2268 const deUint32 imageDepth = 1; in createWatertightnessTests() local 2289 imageDepth, // deUint32 depth; in createWatertightnessTests()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateASTests.cpp | 2519 const deUint32 imageDepth = 1; in createDescriptorUpdateASTests() local 2543 imageDepth, // deUint32 depth; in createDescriptorUpdateASTests()
|