Home
last modified time | relevance | path

Searched refs:depth_size (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c438 int depth_size = -1; /* -1: no clear, 0: clear 16-bit, 1: clear 32-bit */ in fd2_clear_fast() local
458 depth_size = fd_pipe2depth(pfb->zsbuf->format) == DEPTHX_24_8; in fd2_clear_fast()
461 assert(color_size >= 0 || depth_size >= 0); in fd2_clear_fast()
470 if (depth_size == 0) { in fd2_clear_fast()
473 } else if (depth_size == 1) { in fd2_clear_fast()
494 if (color_size >= 0 && depth_size != color_size) in fd2_clear_fast()
498 if (depth_size >= 0 && depth_size != color_size) in fd2_clear_fast()
502 if (depth_size == color_size) in fd2_clear_fast()
Dfd2_gmem.c510 int depth_size = -1; in fd2_emit_tile_init() local
517 depth_size = fd_pipe2depth(pfb->zsbuf->format) == 1 ? 4 : 2; in fd2_emit_tile_init()
532 size = align(gmem->bin_w * gmem->bin_h * depth_size, 0x8000); in fd2_emit_tile_init()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c184 GLint depth_size, GLint stencil_size, in save_glx_visual() argument
218 if (stencil_size > 0 && depth_size > 0) in save_glx_visual()
219 depth_size = 24; in save_glx_visual()
241 && (v->mesa_visual.depthBits >= depth_size || depth_size == 0) in save_glx_visual()
259 depth_size, stencil_size, in save_glx_visual()
731 GLint depth_size = 0; in choose_visual() local
842 depth_size = *parselist++; in choose_visual()
1048 depth_size = 24; /* if Z and stencil, always use 24+8 format */ in choose_visual()
1049 else if (depth_size > 24) in choose_visual()
1050 depth_size = 32; in choose_visual()
[all …]
Dxm_api.h119 GLint depth_size,
Dxm_api.c751 GLint depth_size, in XMesaCreateVisual() argument
852 vis->depthBits = depth_size; in XMesaCreateVisual()
889 choose_depth_stencil_format(xmdpy, depth_size, stencil_size, in XMesaCreateVisual()
/third_party/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c251 GLint depth_size, GLint stencil_size, in save_glx_visual() argument
294 && (v->mesa_visual.depthBits >= depth_size || depth_size == 0) in save_glx_visual()
311 depth_size, stencil_size, in save_glx_visual()
867 GLint depth_size = 0; in choose_visual() local
974 depth_size = *parselist++; in choose_visual()
1158 depth_size = default_depth_bits(); in choose_visual()
1186 if (depth_size > 24) in choose_visual()
1187 depth_size = 32; in choose_visual()
1188 else if (depth_size > 16) in choose_visual()
1189 depth_size = 24; in choose_visual()
[all …]
Dxmesa.h126 GLint depth_size,
Dxm_api.c747 GLint depth_size, in XMesaCreateVisual() argument
850 depth_size, in XMesaCreateVisual()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.c330 const int depth_size = tree->num_symbols; in VP8LCreateCompressedHuffmanTree() local
334 while (i < depth_size) { in VP8LCreateCompressedHuffmanTree()
338 while (k < depth_size && tree->code_lengths[k] == value) ++k; in VP8LCreateCompressedHuffmanTree()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.c330 const int depth_size = tree->num_symbols; in VP8LCreateCompressedHuffmanTree() local
334 while (i < depth_size) { in VP8LCreateCompressedHuffmanTree()
338 while (k < depth_size && tree->code_lengths[k] == value) ++k; in VP8LCreateCompressedHuffmanTree()
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c444 wdata->gles_attributes[attr_pos++] = _this->gl_config.depth_size; in PND_gl_createcontext()
505 if (_this->gl_config.depth_size) { in PND_gl_createcontext()
579 if (_this->gl_config.depth_size) { in PND_gl_createcontext()
685 _this->gl_config.depth_size = attr_value; in PND_gl_createcontext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclopengles.c109 attribs[i++] = _this->gl_config.depth_size; in NACL_GLES_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspgl.c108 attribs[i++] = _this->gl_config.depth_size; in PSP_GL_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c194 pfd->cDepthBits = _this->gl_config.depth_size; in WIN_GL_SetupPixelFormat()
503 *iAttr++ = _this->gl_config.depth_size; in WIN_GL_SetupWindowInternal()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp526 glw::GLint depth_size = 0; in checkSourceTextureSizeAndType() local
544 gl.getTexLevelParameteriv(target, 0, GL_TEXTURE_DEPTH_SIZE, &depth_size); in checkSourceTextureSizeAndType()
562 is_ok = is_ok && (depth_size >= descriptor.min_depth_size); in checkSourceTextureSizeAndType()
584 << ", queried alpha size = " << alpha_size << ", queried depth size = " << depth_size in checkSourceTextureSizeAndType()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h308 int depth_size; member
DSDL_egl.c326 attribs[i++] = _this->gl_config.depth_size; in SDL_EGL_ChooseConfig()
DSDL_video.c2882 _this->gl_config.depth_size = 16; in SDL_GL_ResetAttributes()
2944 _this->gl_config.depth_size = value; in SDL_GL_SetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitopengles.m194 depthBits:_this->gl_config.depth_size
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c431 attribs[i++] = _this->gl_config.depth_size; in X11_GL_GetAttributes()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaopengl.m192 attr[i++] = _this->gl_config.depth_size;
/third_party/libdrm/include/drm/
Di915_drm.h222 int depth_size; member
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h283 int depth_size; member
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
Degl-master.txt338 dEQP-EGL.functional.query_config.get_config_attrib.depth_size
368 dEQP-EGL.functional.choose_config.simple.selection_only.depth_size
396 dEQP-EGL.functional.choose_config.simple.selection_and_sort.depth_size
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/master/
Degl-master.txt380 dEQP-EGL.functional.query_config.get_config_attrib.depth_size
410 dEQP-EGL.functional.choose_config.simple.selection_only.depth_size
438 dEQP-EGL.functional.choose_config.simple.selection_and_sort.depth_size

12