Searched refs:renderable (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_formats.h33 bool renderable : 1; member in struct:agx_pixel_format_entry
40 /* N.b. hardware=0 corresponds to R8 UNORM, which is renderable. So a zero
47 return (entry.hw != 0) || entry.renderable;
H A Dagx_formats.c34 .renderable = is_renderable, \
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglinfo.c56 printf(" bf lv colorbuffer dp st ms vis cav bi renderable supported\n");
82 EGLint renderable, surfaces; local in function:PrintConfigs
103 eglGetConfigAttrib(d, configs[i], EGL_RENDERABLE_TYPE, &renderable);
128 (renderable & EGL_OPENGL_BIT) ? 'y' : ' ',
129 (renderable & EGL_OPENGL_ES_BIT) ? 'y' : ' ',
130 (renderable & EGL_OPENGL_ES2_BIT) ? 'y' : ' ',
131 (renderable & EGL_OPENVG_BIT) ? 'y' : ' ',
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.7.rst34 Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.stencil_index8
H A D10.6.6.rst38 Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.rg_half_float_oes
H A D11.0.5.rst74 - i965: Fix is-renderable check in
H A D18.2.3.rst83 - nv50,nvc0: mark RGBX_UINT formats as renderable
H A D11.0.0.rst149 Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.rg_half_float_oes
157 Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.stencil_index8
H A D10.1.1.rst186 - mesa: mark GL_RGB9_E5 as not color-renderable
H A D10.5.0.rst139 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.color0
H A D19.0.0.rst364 - radv: Work around non-renderable 128bpp compressed 3d textures on
1576 - st/mesa: require RGBA2, RGB4, and RGBA4 to be renderable
1724 - mesa: mark GL_SR8_EXT non-renderable on GLES
H A D21.2.0.rst782 - panfrost: Mark 16/32_UNORM as non-renderable (v5)
866 - asahi: Add internal (renderable) formats to the table
4596 - freedreno: Don't try staging blit for non-renderable formats
H A D21.3.0.rst137 - i915g: dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb10_a2 failure
1875 - mesa: rgb10_a2 is never color-renderable in gles2
H A D20.2.0.rst2348 - panfrost: Mark PIPE_BUFFER BOs as not renderable
2434 - st/mesa: allow R8 to not be exposed as renderable by driver
H A D21.1.0.rst5156 - radv: fix meta save/restore state with non renderable images
5157 - radv: fix potential clears with non renderable images on GFX9+
H A D19.1.0.rst2416 - st/mesa: require RGBA2, RGB4, and RGBA4 to be renderable
/xsrc/external/mit/MesaLib/dist/docs/
H A Dsubmittingpatches.rst82 b) fix renderable to always test for d/s renderable
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_pipe.c1034 if ((usage & PIPE_BIND_RENDER_TARGET) && !ent.renderable)
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json1102 "description": "freedreno/a4xx: make luminance formats renderable, add missing L8A8_SNORM",
8824 "description": "anv: Drop redundant disabling of non-renderable CCS",
[all...]

Completed in 145 milliseconds