/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 771 imageRSInfo.extent.depth * imageRSInfo.arrayLayers, in iterate() 796 imageRSInfo.extent.depth * imageRSInfo.arrayLayers, in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingTraversalControlTests.cpp | 144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 153 makeExtent3D(width, height, depth), // VkExtent3D extent; in makeImageCreateInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.cpp | 198 // the same depth, if they exist. in initialize() 475 unsigned int depth = 0; in validatePixmap() local 477 &borderWidth, &depth); in validatePixmap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_1_0.cpp | 55 void Context::clearDepthx(GLfixed depth) in clearDepthx() argument 57 mState.setDepthClearValue(clamp01(ConvertFixedToFloat(depth))); in clearDepthx()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTexture.cpp | 67 glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorderColor, in TestConfiguration() 79 , m_depth(depth) in TestConfiguration() 334 m_test_configuration.get_depth()); /* depth */ in createTextures() 346 m_test_configuration.get_depth(), /* depth */ in createTextures() 364 m_test_configuration.get_depth(), /* depth */ in createTextures() 1042 * 3D, where some slices are blended with border along the depth coordinate. in checkLinear() 1169 * @return returns last layer index (1 for GL_TEXTURE_2D target , otherwise depth + 1) 64 TestConfiguration( glw::GLsizei nInComponents, glw::GLsizei nOutComponents, glw::GLenum target, glw::GLenum inputInternalFormat, glw::GLenum outputInternalFormat, glw::GLenum filtering, glw::GLenum inputFormat, glw::GLenum outputFormat, glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType) TestConfiguration() argument
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | graphics_pipeline.cc | 804 Result GraphicsPipeline::SetClearDepth(float depth) { in SetClearDepth() argument 812 clear_depth_ = depth; in SetClearDepth()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_3_autogen.h | 45 GLfloat depth, 276 GLsizei depth,
|
H A D | entry_points_gl_3_autogen.cpp | 338 void GL_APIENTRY GL_ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in GL_ClearBufferfi() argument 342 "context = %d, buffer = %s, drawbuffer = %d, depth = %f, stencil = %d", CID(context), in GL_ClearBufferfi() 343 GLenumToString(GLenumGroup::Buffer, buffer), drawbuffer, depth, stencil); in GL_ClearBufferfi() 350 buffer, drawbuffer, depth, stencil)); in GL_ClearBufferfi() 353 context->clearBufferfi(buffer, drawbuffer, depth, stencil); in GL_ClearBufferfi() 355 ANGLE_CAPTURE(ClearBufferfi, isCallValid, context, buffer, drawbuffer, depth, stencil); in GL_ClearBufferfi() 3224 GLsizei depth, in GL_TexImage3DMultisample() 3230 "depth = %d, fixedsamplelocations = %s", in GL_TexImage3DMultisample() 3232 GLenumToString(GLenumGroup::InternalFormat, internalformat), width, height, depth, in GL_TexImage3DMultisample() 3241 target, samples, internalformat, width, height, depth, in GL_TexImage3DMultisample() 3219 GL_TexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) GL_TexImage3DMultisample() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
H A D | libGLESv1_CM.cpp | 253 void GL_APIENTRY glClearDepthx(GLfixed depth) in glClearDepthx() argument 255 return GL_ClearDepthx(depth); in glClearDepthx()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 415 void setClearDepth(float depth); 610 size_t getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type) const;
|
/third_party/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 807 X509_VERIFY_PARAM_set_depth(ctx->param, depth); in X509_STORE_set_depth()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
H A D | gl.h | 481 GLAPI void APIENTRY glClearDepthf (GLclampf depth); 482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
|
/third_party/toybox/generated/ |
H A D | globals.h | 1267 unsigned long depth, total; member 1299 int topdir, xdev, depth; member
|
/third_party/skia/include/core/ |
H A D | SkRect.h | 37 @param depth the number of tabs preceding each line. 39 void dump(std::string& desc, int depth) const; 1364 @param depth the number of tabs preceding each line. 1366 void dump(std::string& desc, int depth) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 513 const tcu::IVec3 imageDim (static_cast<int>(colorBufferExtent.width), static_cast<int>(colorBufferExtent.height), static_cast<int>(colorBufferExtent.depth)); in iterate() 1024 const tcu::IVec3 imageDim (static_cast<int>(colorBufferExtent.width), static_cast<int>(colorBufferExtent.height), static_cast<int>(colorBufferExtent.depth)); in testFullscreenGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImage2DViewOf3DTests.cpp | 85 int32_t depth = computeMipLevelDimension(baseLevelSize.z(), mipLevel); in computeMipLevelSize() local 86 return tcu::IVec3(width, height, depth); in computeMipLevelSize() 556 // The reference image has always a depth of 1, because it will be compared to the 2D result image (sampler cases) or to a single layer of a 3D image. in iterate()
|
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 757 imageRSInfo.extent.depth * imageRSInfo.arrayLayers, in iterate() 782 imageRSInfo.extent.depth * imageRSInfo.arrayLayers, in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingTraversalControlTests.cpp | 144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 153 makeExtent3D(width, height, depth), // VkExtent3D extent; in makeImageCreateInfo()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.h | 731 return a.width == b.width && a.height == b.height && a.depth == b.depth;
|
/third_party/selinux/libsepol/src/ |
H A D | policydb.c | 2155 int rc, depth; in read_cons_helper() local 2174 depth = -1; in read_cons_helper() 2198 if (depth < 0) in read_cons_helper() 2203 if (depth < 1) in read_cons_helper() 2205 depth--; in read_cons_helper() 2208 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper() 2210 depth++; in read_cons_helper() 2215 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper() 2217 depth++; in read_cons_helper() 2233 if (depth ! in read_cons_helper() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.c | 302 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color() local 311 if (depth != 1) in get_color() 315 switch (depth) { in get_color() 2593 int i, j, k, depth; in fbcon_set_palette() local 2602 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette() 2603 if (depth > 3) { in fbcon_set_palette() 2620 fb_copy_cmap(fb_default_cmap(1 << depth), &palette_cmap); in fbcon_set_palette()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 1341 size_t depth = thread_stack__depth(thread, sample->cpu); in perf_sample__fprintf_callindent() local 1349 * The 'return' has already been popped off the stack so the depth has in perf_sample__fprintf_callindent() 1353 depth += 1; in perf_sample__fprintf_callindent() 1364 len = fprintf(fp, "%*s%s", (int)depth * 4, "", name); in perf_sample__fprintf_callindent() 1366 len = fprintf(fp, "%*s%16" PRIx64, (int)depth * 4, "", ip); in perf_sample__fprintf_callindent() 1876 int depth = thread_stack__depth(thread, sample->cpu); in show_event() local 1882 if (depth <= thread->filter_entry_depth) { in show_event() 1901 thread->filter_entry_depth = depth; in show_event() 3539 "Set the maximum stack depth when parsing the callchain, " in cmd_script() 3540 "anything beyond the specified depth wil in cmd_script() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.c | 284 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color() local 293 if (depth != 1) in get_color() 297 switch (depth) { in get_color() 2563 int i, j, k, depth; in fbcon_set_palette() local 2572 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette() 2573 if (depth > 3) { in fbcon_set_palette() 2590 fb_copy_cmap(fb_default_cmap(1 << depth), &palette_cmap); in fbcon_set_palette()
|
/third_party/backends/backend/ |
H A D | plustek.c | 31 * - 12bit color-depth are now available for scanimage 73 * split scanmode and bit-depth 333 * bit-depth per pixel 346 scanner->params.depth = scanner->val[OPT_BIT_DEPTH].w; in getScanMode() 350 scanner->params.depth = 1; in getScanMode() 351 } else if( scanner->params.depth == 8 ) { in getScanMode() 358 scanner->params.depth = 16; in getScanMode() 734 /* bit depth */ in init_options() 2365 if (s->params.depth == 1) in sane_get_parameters() 2369 s->params.depth / in sane_get_parameters() [all...] |
H A D | teco2.c | 871 window[34] = dev->depth; in teco_set_window() 2816 dev->depth = 8; in sane_control_option() 2824 dev->depth = 8; in sane_control_option() 2861 dev->depth = 8; in sane_control_option() 3060 dev->params.depth = 1; in sane_get_parameters() 3076 dev->params.depth = 8; in sane_get_parameters() 3092 dev->params.depth = 8; in sane_get_parameters()
|