| /third_party/ffmpeg/libavfilter/ |
| D | avf_abitscope.c | 41 int depth; member 70 AVFilterFormats *formats = NULL; in query_formats() local 150 #define BARS(type, depth, one) \ argument 177 #define DO_TRACE(type, depth, one) \ argument
|
| D | vf_boxblur.c | 60 AVFilterFormats *formats = NULL; in query_formats() local 126 #define BLUR(type, depth) \ argument 238 const int depth = desc->comp[0].depth; in filter_frame() local
|
| D | vf_mergeplanes.c | 36 int depth[4]; member 124 AVFilterFormats *formats = NULL; in query_formats() local
|
| D | vf_overlay.c | 225 AVFilterFormats *formats; in query_formats() local 436 #define DEFINE_BLEND_PLANE(depth, nbits) … argument 564 #define DEFINE_ALPHA_COMPOSITE(depth, nbits) … argument 617 #define DEFINE_BLEND_SLICE_YUV(depth, nbits) … argument
|
| D | vf_colorspace.c | 369 enum AVColorRange rng, int depth) in get_range_off() 850 AVFilterFormats *formats = ff_make_format_list(pix_fmts); in query_formats() local
|
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| D | xm_api.c | 363 unsigned int w, h, bw, depth; in get_drawable_size() local 465 choose_depth_stencil_format(XMesaDisplay xmdpy, int depth, int stencil, in choose_depth_stencil_format() 470 enum pipe_format formats[8], fmt; in choose_depth_stencil_format() local 827 int depth; in XMesaCreateVisual() local 1069 int depth; in XMesaCreateWindowBuffer() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| D | dri_helpers.c | 368 int depth, int level, unsigned *error, in dri2_create_from_texture() 687 dri2_query_dma_buf_formats(__DRIscreen *_screen, int max, int *formats, in dri2_query_dma_buf_formats()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
| D | es2cTexture3DTests.cpp | 184 int Texture3DBase::calculateDataSize(deUint32 formats, int width, int height, int depth) const in calculateDataSize() 381 GLsizei depth, GLint border, GLenum format, GLenum type, const void* pixels) const in callTexImage3D() 394 GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, in callTexSubImage3D() 419 GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, in callCompressedTexImage3D() 432 GLsizei width, GLsizei height, GLsizei depth, GLenum format, in callCompressedTexSubImage3D() 469 int depth; member 535 const int depth = m_filteringData.depth; in init() local 689 deUint32 internalFormat, int width, int height, int depth) in TexSubImage3DCase() 799 deUint32 format, deUint32 type, int width, int height, int depth) in CopyTexSubImage3DCase() 926 deUint32 format, deUint32 type, int width, int height, int depth) in FramebufferTexture3DCase() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureCompressedFormatTests.cpp | 61 } formats[] = variable 125 const int depth; // 2D test ignore depth value member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktTextureCompressedFormatTests.cpp | 61 } formats[] = variable 125 const int depth; // 2D test ignore depth value member
|
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| D | memory.cpp | 357 size_t width, size_t height, size_t depth, in clCreateImage3D() 371 auto formats = supported_formats(ctx, type, flags); in clGetSupportedImageFormats() local
|
| /third_party/glfw/src/ |
| D | x11_window.c | 468 Visual* visual, int depth) in createNativeWindow() 663 const Atom formats[] = { _glfw.x11.UTF8_STRING, in writeTargetToProperty() local 1544 int depth; in _glfwPlatformCreateWindow() local 2246 const Atom formats[] = { _glfw.x11.UTF8_STRING, in _glfwPlatformGetClipboardString() local
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| D | egl_dri2.h | 204 struct dri2_wl_formats formats; member 287 struct dri2_wl_formats formats; member 321 int depth; member 517 dri2_x11_get_red_mask_for_depth(struct dri2_egl_display *dri2_dpy, int depth) in dri2_x11_get_red_mask_for_depth()
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsFboUtil.cpp | 349 GLint depth = cfg.numLayers; in glInitLayered() local 521 Checker::Checker (const glu::RenderContext& ctx, const FormatDB& formats) in Checker() 549 FboVerifier::FboVerifier (const FormatDB& formats, CheckerFactory& factory, const glu::RenderContex… in FboVerifier()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_blitter.c | 330 static enum pipe_format formats[4] = { in util_blitter_create() enum 840 float depth) in blitter_set_rectangle() 1397 int x1, int y1, int x2, int y2, float depth, in blitter_draw() 1437 float depth, unsigned num_instances, in util_blitter_draw_rectangle() 1553 double depth, unsigned stencil, in util_blitter_clear_custom() 1616 double depth, unsigned stencil, in util_blitter_clear() 1626 double depth, void *custom_dsa) in util_blitter_custom_clear_depth() 2449 double depth, in util_blitter_clear_depth_stencil() 2531 void *dsa_stage, float depth) in util_blitter_custom_depth_stencil()
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| D | wsi_common_x11.c | 410 static const struct surface_format formats[] = { variable 439 unsigned *depth) in screen_get_visualtype() 481 unsigned *depth) in get_visualtype_for_window() 512 visual_has_alpha(xcb_visualtype_t *visual, unsigned depth) in visual_has_alpha() 936 uint32_t depth; member 1803 uint8_t depth, uint8_t bpp, in wsi_x11_get_dri3_modifiers()
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcPackedPixelsTests.cpp | 84 int depth; // depth bits member 984 const PixelFormat* formats; in getPixelFormat() local 1229 int depth = 1 + m_unpackProperties.skipImages; in makeGradient() local 1755 GLenum formats[] = { GL_RGBA, GL_RGB, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_ALPHA }; in isUnsizedFormat() local 1767 GLenum formats[] = { GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM, in isSNORMFormat() local 2054 const PixelFormat* formats; in readPixels() local 3524 const PixelFormat* formats; in testAllFormatsAndTypes() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | TextureMultisampleTest.cpp | 80 GLint getSamplesToUse(GLenum texTarget, const std::vector<GLenum> &formats) in getSamplesToUse() 773 GLint width = 0, height = 0, depth = 0, samples = 0; in TEST_P() local
|
| /third_party/libdrm/ |
| D | xf86drmMode.h | 108 uint32_t depth; member 243 uint32_t *formats; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1369 float depth = 0.0f; in verifyImage() local 1394 float depth = m_texture->getLevel(0, 0).getPixDepth(x, y, z) + 0.1f; in verifyImage() local 2298 const VkFormat formats[] = in createAttachmentFeedbackLoopLayoutSamplerTests() local
|
| D | vktPipelineVertexInputTests.cpp | 1798 …leAttributeCases (PipelineConstructionType pipelineConstructionType, deUint32 depth, deUint32 firs… in createMultipleAttributeCases() 1822 …const std::vector<VkFormat>& formats = compatibleFormats[newAttributeInfos[i].glslType].compatible… in createMultipleAttributeCases() local 2056 const std::vector<VkFormat>& formats = compatibleFormats[glslType].compatibleVkFormats; in createMaxAttributeTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineVertexInputTests.cpp | 1954 …leAttributeCases (PipelineConstructionType pipelineConstructionType, deUint32 depth, deUint32 firs… in createMultipleAttributeCases() 1978 …const std::vector<VkFormat>& formats = compatibleFormats[newAttributeInfos[i].glslType].compatible… in createMultipleAttributeCases() local 2222 const std::vector<VkFormat>& formats = compatibleFormats[glslType].compatibleVkFormats; in createMaxAttributeTests() local
|
| D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1529 float depth = 0.0f; in verifyImage() local 1554 float depth = m_texture->getLevel(0, 0).getPixDepth(x, y, z) + 0.1f; in verifyImage() local 2458 const VkFormat formats[] = in createAttachmentFeedbackLoopLayoutSamplerTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassDepthStencilResolveTests.cpp | 1097 float depth = (*getDepthComponent)(pixelPtr); in verifyDepth() local 1395 FormatData formats[] = in initTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassDepthStencilResolveTests.cpp | 1097 float depth = (*getDepthComponent)(pixelPtr); in verifyDepth() local 1395 FormatData formats[] = in initTests() local
|