| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fTextureLevelStateQueryTests.cpp | 128 int depth; member [all...] |
| H A D | es31fTextureSpecificationTests.cpp | 223 TextureCubeArraySpecCase::TextureCubeArraySpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int size, int depth, int numLevels) in TextureCubeArraySpecCase() argument 403 TexImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexImageCubeArrayBufferCase() argument 484 TexSubImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexSubImageCubeArrayBufferCase() argument 874 int depth; init() member 957 int depth; init() member [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFboUtil.cpp | 349 GLint depth = cfg.numLayers; in glInitLayered() local 352 gl.texImage3D(glTarget(cfg), level, cfg.internalFormat.format, w, h, depth, 0, in glInitLayered() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 171 deBool compareDepthResult (VkCompareOp compare, float depth, float clearValue) in compareDepthResult() argument 957 float depth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth); verifyTestResult() local 1017 tcu::Vec4 depth = depthResult->getAccess().getPixel(x, y); verifyTestResult() local 1240 float depth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth); verifyTestResult() local 1305 tcu::Vec4 depth = depthResult->getAccess().getPixel(x, y); verifyTestResult() local [all...] |
| H A D | vktPipelineImage2DViewOf3DTests.cpp | 85 int32_t depth = computeMipLevelDimension(baseLevelSize.z(), mipLevel); in computeMipLevelSize() local
|
| H A D | vktPipelineImageUtil.cpp | 740 TestTexture::TestTexture (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture() argument 752 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture() argument 1325 TestTexture3D::TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth) in TestTexture3D() argument 1333 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture3D() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingBuildIndirectTests.cpp | 59 deUint32 depth; member 137 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 680 const deUint32 depth = 4u; createBuildIndirectTests() local [all...] |
| H A D | vktRayTracingTraversalControlTests.cpp | 144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
|
| H A D | vktRayTracingWatertightnessTests.cpp | 67 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_no_buildgn/vulkan/texture/ |
| H A D | vktTextureFilteringTests.cpp | 1196 const int depth; in populateTextureFilteringTests() member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | tls.h | 52 int depth; member 65 int depth; member
|
| H A D | tls_gnutls.c | 928 gnutls_tls_fail_event(struct tls_connection *conn, const gnutls_datum_t *cert, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) gnutls_tls_fail_event() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTestLog.cpp | 255 int depth = access.getDepth(); in writeImage() local
|
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrContextWrapper.cpp | 129 void ContextWrapper::glTexImage3D (deUint32 target, int level, int internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) in glTexImage3D() argument 144 void ContextWrapper::glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) in glTexSubImage3D() argument 174 void ContextWrapper::glTexStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) in glTexStorage3D() argument 254 void ContextWrapper::glClearDepthf (float depth) in glClearDepthf() argument 284 void ContextWrapper::glClearBufferfi (deUint32 buffer, int drawbuffer, float depth, int stencil) in glClearBufferfi() argument [all...] |
| H A D | sglrReferenceContext.cpp | 107 inline int getNumMipLevels3D (int width, int height, int depth) in getNumMipLevels3D() argument 1307 texSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) texSubImage3D() argument [all...] |
| /third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
| H A D | rosen_context_impl.cpp | 67 EGLint red, green, blue, alpha, depth, stencil, samples, sft, rt; in ShowConfig() local 238 EGLint red, green, blue, alpha, depth, stencil, samples; in SetConfig() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDepthStencilTests.cpp | 105 float depth; member [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDepthStencilTests.cpp | 105 float depth; member [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | tls.h | 52 int depth; member 65 int depth; member
|
| H A D | tls_gnutls.c | 928 gnutls_tls_fail_event(struct tls_connection *conn, const gnutls_datum_t *cert, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) gnutls_tls_fail_event() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | angletypes.h | 177 int depth; member 210 int depth; member
|
| /base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/ |
| H A D | scanhelper_fuzzer.cpp | 265 int32_t depth = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetDepth() local
|
| /base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
| H A D | x509_cert_chain_openssl.c | 1895 int depth = 0; in PackCertChain() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/ |
| H A D | hifb_graphic_drv.c | 404 hi_u16 depth; in graphic_drv_set_gfx_stride() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
| H A D | i2c-core-base.c | 1127 unsigned int depth = 0;
in i2c_adapter_depth() local
|