Home
last modified time | relevance | path

Searched defs:depth (Results 676 - 700 of 1141) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp87 int32_t depth = computeMipLevelDimension(baseLevelSize.z(), mipLevel); in computeMipLevelSize() local
H A DvktPipelineImageUtil.cpp750 TestTexture::TestTexture (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture() argument
762 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture() argument
1335 TestTexture3D::TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture3D() argument
1343 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture3D() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp59 deUint32 depth; member
137 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
681 const deUint32 depth = 4u; createBuildIndirectTests() local
[all...]
H A DvktRayTracingTraversalControlTests.cpp144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
H A DvktRayTracingWatertightnessTests.cpp67 deUint32 depth; member
76 VkImageType getImageType (deUint32 depth) in getImageType() argument
170 VkImageCreateInfo makeImageCreateInfo(deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectRenderingTests.cpp773 const float depth = depthAccess.getPixDepth(i, j); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp1197 const int depth; in populateTextureFilteringTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp435 const float depth = a * depthValues[0] + b * depthValues[1] + c * depthValues[2]; in generateReferenceImage() local
[all...]
H A DvktDrawMultipleClearsWithinRenderPass.cpp166 float depth; member
429 const float depth = step.depth; in drawCommands() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_params.cpp46 CaptureCompressedTexImage3D_data(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data, ParamCapture *paramCapture) CaptureCompressedTexImage3D_data() argument
72 CaptureCompressedTexSubImage3D_data(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data, ParamCapture *paramCapture) CaptureCompressedTexSubImage3D_data() argument
683 CaptureTexImage3D_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels, ParamCapture *paramCapture) CaptureTexImage3D_pixels() argument
720 CaptureTexSubImage3D_pixels(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels, ParamCapture *paramCapture) CaptureTexSubImage3D_pixels() argument
H A Dcapture_gles_3_2_autogen.cpp1261 CaptureTexStorage3DMultisample(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) CaptureTexStorage3DMultisample() argument
H A Dcapture_gles_1_0_autogen.cpp66 CallCapture CaptureClearDepthx(const State &glState, bool isCallValid, GLfixed depth) in CaptureClearDepthx() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp475 unsigned int depth = 0; in validatePixmap() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp402 const GLsizei depth = 6; member
H A DglcPixelStorageModesTests.cpp1243 int CompressedTexImageUtils::getImageSize (int width, int height, int depth) in getImageSize() argument
H A DglcTextureRepeatModeTests.cpp49 int depth; /* depth bits */ member
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp486 int depth = function->GetBlockDepth(block); in FindCaseFallThrough() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES32.cpp615 ValidateTexStorage3DMultisample(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) ValidateTexStorage3DMultisample() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp1895 GLRenderbuffer depth; TEST_P() local
2447 GLRenderbuffer depth; TEST_P() local
[all...]
H A DVulkanPerformanceCounterTest.cpp1875 GLTexture depth; TEST_P() local
2549 GLTexture depth; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp100 void GL_APIENTRY GL_ClearDepthx(GLfixed depth) in GL_ClearDepthx() argument
H A Dentry_points_gles_3_2_autogen.cpp1285 GL_TexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) GL_TexStorage3DMultisample() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp939 GLsizei depth; member
968 ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint internalformat) in ImageImplementation() argument
1006 Image *Image::create(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint internalformat) in create() argument
1036 size_t Image::size(int width, int height, int depth, int border, int samples, GLint internalformat) in size() argument
1306 void Image::loadImageData(GLsizei width, GLsizei height, GLsizei depth, in argument
1637 loadStencilData(GLsizei width, GLsizei height, GLsizei depth, int inputPitch, int inputHeight, GLenum format, GLenum type, const void *input, void *buffer) loadStencilData() argument
1657 loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels) loadImageData() argument
1686 loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei imageSize, const void *pixels) loadCompressedData() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp348 GLsizei depth = (getTarget() == GL_TEXTURE_3D_OES || getTarget() == GL_TEXTURE_2D_ARRAY) ? image->getDepth() : 1; in setImage() local
357 GLsizei depth = (getTarget() == GL_TEXTURE_3D_OES || getTarget() == GL_TEXTURE_2D_ARRAY) ? image->getDepth() : 1; in setCompressedImage() local
362 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels, egl::Image *image) in subImage() argument
375 void Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *pixels, egl::Image *image) in subImageCompressed() argument
[all...]
H A Dutilities.cpp471 ValidateSubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, Texture *texture) ValidateSubImageParams() argument

Completed in 52 milliseconds

1...<<21222324252627282930>>...46