/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_draw.c | 438 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()
|
D | fd2_gmem.c | 510 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/ |
D | glx_api.c | 184 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 …]
|
D | xm_api.h | 119 GLint depth_size,
|
D | xm_api.c | 751 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/ |
D | fakeglx.c | 251 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 …]
|
D | xmesa.h | 126 GLint depth_size,
|
D | xm_api.c | 747 GLint depth_size, in XMesaCreateVisual() argument 850 depth_size, in XMesaCreateVisual()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | huffman_encode_utils.c | 330 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/ |
D | huffman_encode_utils.c | 330 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/ |
D | SDL_pandora.c | 444 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/ |
D | SDL_naclopengles.c | 109 attribs[i++] = _this->gl_config.depth_size; in NACL_GLES_CreateContext()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspgl.c | 108 attribs[i++] = _this->gl_config.depth_size; in PSP_GL_CreateContext()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengl.c | 194 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/ |
D | gl3cTextureSizePromotion.cpp | 526 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/ |
D | SDL_sysvideo.h | 308 int depth_size; member
|
D | SDL_egl.c | 326 attribs[i++] = _this->gl_config.depth_size; in SDL_EGL_ChooseConfig()
|
D | SDL_video.c | 2882 _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/ |
D | SDL_uikitopengles.m | 194 depthBits:_this->gl_config.depth_size
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.c | 431 attribs[i++] = _this->gl_config.depth_size; in X11_GL_GetAttributes()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoaopengl.m | 192 attr[i++] = _this->gl_config.depth_size;
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 222 int depth_size; member
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 283 int depth_size; member
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/ |
D | egl-master.txt | 338 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/ |
D | egl-master.txt | 380 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
|