| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 128 r600_draw_rectangle(struct blitter_context *blitter, void *vertex_elements_cso, blitter_get_vs_func get_vs, int x1, int y1, int x2, int y2, float depth, unsigned num_instances, enum blitter_attrib_type type, const union blitter_attrib *attrib) r600_draw_rectangle() argument
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | x509_lu.c | 805 int X509_STORE_set_depth(X509_STORE *ctx, int depth) in X509_STORE_set_depth() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawInvertedDepthRangesTests.cpp | 435 const float depth = a * depthValues[0] + b * depthValues[1] + c * depthValues[2]; in generateReferenceImage() local [all...] |
| H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 166 float depth; member 429 const float depth = step.depth; in drawCommands() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 165 deBool compareDepthResult (VkCompareOp compare, float depth, float clearValue) in compareDepthResult() argument 962 float depth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth); verifyTestResult() local 1022 tcu::Vec4 depth = depthResult->getAccess().getPixel(x, y); verifyTestResult() local 1247 float depth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth); verifyTestResult() local 1312 tcu::Vec4 depth = depthResult->getAccess().getPixel(x, y); verifyTestResult() local [all...] |
| H A D | vktPipelineImage2DViewOf3DTests.cpp | 87 int32_t depth = computeMipLevelDimension(baseLevelSize.z(), mipLevel); in computeMipLevelSize() local
|
| H A D | vktPipelineImageUtil.cpp | 750 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 D | vktRayTracingBuildIndirectTests.cpp | 59 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 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/vulkan/shader_object/ |
| H A D | vktShaderObjectRenderingTests.cpp | 773 const float depth = depthAccess.getPixDepth(i, j); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureFilteringTests.cpp | 1197 const int depth; in populateTextureFilteringTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawInvertedDepthRangesTests.cpp | 435 const float depth = a * depthValues[0] + b * depthValues[1] + c * depthValues[2]; in generateReferenceImage() local [all...] |
| H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 166 float depth; member 429 const float depth = step.depth; in drawCommands() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_0_params.cpp | 46 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 D | capture_gles_3_2_autogen.cpp | 1261 CaptureTexStorage3DMultisample(const State &glState, bool isCallValid, TextureType targetPacked, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) CaptureTexStorage3DMultisample() argument
|
| H A D | capture_gles_1_0_autogen.cpp | 66 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 D | DisplayGLX.cpp | 475 unsigned int depth = 0; in validatePixmap() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcCompressedFormatTests.cpp | 402 const GLsizei depth = 6; member
|
| H A D | glcPixelStorageModesTests.cpp | 1243 int CompressedTexImageUtils::getImageSize (int width, int height, int depth) in getImageSize() argument
|
| H A D | glcTextureRepeatModeTests.cpp | 49 int depth; /* depth bits */ member
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_cfg.cpp | 486 int depth = function->GetBlockDepth(block); in FindCaseFallThrough() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES32.cpp | 615 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 D | ClearTest.cpp | 1895 GLRenderbuffer depth; TEST_P() local 2447 GLRenderbuffer depth; TEST_P() local [all...] |
| H A D | VulkanPerformanceCounterTest.cpp | 1875 GLTexture depth; TEST_P() local 2549 GLTexture depth; TEST_P() local [all...] |