Searched refs:renderable (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| H A D | agx_formats.h | 33 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 D | agx_formats.c | 34 .renderable = is_renderable, \
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglinfo.c | 56 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 D | 10.6.7.rst | 34 Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.stencil_index8
|
| H A D | 10.6.6.rst | 38 Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.rg_half_float_oes
|
| H A D | 11.0.5.rst | 74 - i965: Fix is-renderable check in
|
| H A D | 18.2.3.rst | 83 - nv50,nvc0: mark RGBX_UINT formats as renderable
|
| H A D | 11.0.0.rst | 149 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 D | 10.1.1.rst | 186 - mesa: mark GL_RGB9_E5 as not color-renderable
|
| H A D | 10.5.0.rst | 139 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.color0
|
| H A D | 19.0.0.rst | 364 - 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 D | 21.2.0.rst | 782 - 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 D | 21.3.0.rst | 137 - i915g: dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb10_a2 failure 1875 - mesa: rgb10_a2 is never color-renderable in gles2
|
| H A D | 20.2.0.rst | 2348 - panfrost: Mark PIPE_BUFFER BOs as not renderable 2434 - st/mesa: allow R8 to not be exposed as renderable by driver
|
| H A D | 21.1.0.rst | 5156 - radv: fix meta save/restore state with non renderable images 5157 - radv: fix potential clears with non renderable images on GFX9+
|
| H A D | 19.1.0.rst | 2416 - st/mesa: require RGBA2, RGB4, and RGBA4 to be renderable
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | submittingpatches.rst | 82 b) fix renderable to always test for d/s renderable
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_pipe.c | 1034 if ((usage & PIPE_BIND_RENDER_TARGET) && !ent.renderable)
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 1102 "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