Home
last modified time | relevance | path

Searched defs:depth (Results 751 - 775 of 1257) sorted by relevance

1...<<31323334353637383940>>...51

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c128 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 Dx509_lu.c805 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 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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp165 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 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...]

Completed in 45 milliseconds

1...<<31323334353637383940>>...51