Searched refs:MESA_FORMAT_S_UINT8 (Results 1 - 25 of 38) sorted by relevance
12
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_surface_formats.c | 65 [MESA_FORMAT_S_UINT8] = ISL_FORMAT_R8_UINT, 314 screen->mesa_format_supports_render[MESA_FORMAT_S_UINT8] = true; 327 screen->mesa_format_supports_texture[MESA_FORMAT_S_UINT8] = true;
|
| H A D | intel_mipmap_tree.c | 723 make_surface(brw, target, MESA_FORMAT_S_UINT8, first_level, last_level, 725 ISL_TILING_W_BIT, mt_surf_usage(MESA_FORMAT_S_UINT8), 810 } else if (format == MESA_FORMAT_S_UINT8) { 811 mt = make_surface(brw, target, MESA_FORMAT_S_UINT8, 814 mt_surf_usage(MESA_FORMAT_S_UINT8), 2435 if (mt->format == MESA_FORMAT_S_UINT8 && devinfo->gen <= 7) { 2486 } else if (mt->format == MESA_FORMAT_S_UINT8) { 2507 } else if (mt->format == MESA_FORMAT_S_UINT8) { 2939 mt->format == MESA_FORMAT_S_UINT8 ? mt : mt->stencil_mt; 3736 if (mt->format == MESA_FORMAT_S_UINT8) { [all...] |
| H A D | intel_fbo.c | 273 return MESA_FORMAT_S_UINT8; 721 if (stencil_mt->format != MESA_FORMAT_S_UINT8) {
|
| H A D | intel_blit.c | 557 if (src_mt->format == MESA_FORMAT_S_UINT8)
|
| H A D | brw_draw.c | 559 tex_obj->mt->format == MESA_FORMAT_S_UINT8) {
|
| H A D | brw_blorp.c | 223 case MESA_FORMAT_S_UINT8:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_surface_formats.c | 65 [MESA_FORMAT_S_UINT8] = ISL_FORMAT_R8_UINT, 318 screen->mesa_format_supports_render[MESA_FORMAT_S_UINT8] = true; 331 screen->mesa_format_supports_texture[MESA_FORMAT_S_UINT8] = true;
|
| H A D | brw_mipmap_tree.c | 523 make_surface(brw, target, MESA_FORMAT_S_UINT8, first_level, last_level, 525 ISL_TILING_W_BIT, mt_surf_usage(MESA_FORMAT_S_UINT8), 610 } else if (format == MESA_FORMAT_S_UINT8) { 611 mt = make_surface(brw, target, MESA_FORMAT_S_UINT8, 614 mt_surf_usage(MESA_FORMAT_S_UINT8), 1813 if (mt->format == MESA_FORMAT_S_UINT8 && devinfo->ver <= 7) { 1845 } else if (mt->format == MESA_FORMAT_S_UINT8) { 1866 } else if (mt->format == MESA_FORMAT_S_UINT8) { 2297 mt->format == MESA_FORMAT_S_UINT8 ? mt : mt->stencil_mt; 3094 if (mt->format == MESA_FORMAT_S_UINT8) { [all...] |
| H A D | brw_fbo.c | 272 return MESA_FORMAT_S_UINT8; 719 if (stencil_mt->format != MESA_FORMAT_S_UINT8) {
|
| H A D | brw_blit.c | 565 if (src_mt->format == MESA_FORMAT_S_UINT8)
|
| H A D | brw_draw.c | 588 tex_obj->mt->format == MESA_FORMAT_S_UINT8) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | mesa_formats.cpp | 167 MESA_FORMAT_S_UINT8); 180 EXPECT_TRUE(_mesa_format_matches_format_and_type(MESA_FORMAT_S_UINT8,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_stencil.c | 302 if (rb->Format == MESA_FORMAT_S_UINT8) { 373 case MESA_FORMAT_S_UINT8: 650 case MESA_FORMAT_S_UINT8:
|
| H A D | s_renderbuffer.c | 98 rb->Format = MESA_FORMAT_S_UINT8;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_stencil.c | 302 if (rb->Format == MESA_FORMAT_S_UINT8) { 590 case MESA_FORMAT_S_UINT8:
|
| H A D | s_renderbuffer.c | 98 rb->Format = MESA_FORMAT_S_UINT8;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | formats.h | 403 MESA_FORMAT_S_UINT8, /* ubyte[i] = S */ enumerator in enum:__anon215627a40303
|
| H A D | texformat.c | 773 RETURN_IF_SUPPORTED(MESA_FORMAT_S_UINT8);
|
| H A D | formats.c | 1005 case MESA_FORMAT_S_UINT8: 1715 case MESA_FORMAT_S_UINT8:
|
| H A D | texstore.c | 491 assert(dstFormat == MESA_FORMAT_S_UINT8); 599 table[MESA_FORMAT_S_UINT8] = _mesa_texstore_s8;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texformat.c | 773 RETURN_IF_SUPPORTED(MESA_FORMAT_S_UINT8);
|
| H A D | formats.h | 408 #define MESA_FORMAT_S_UINT8 PIPE_FORMAT_S8_UINT macro
|
| H A D | texstore.c | 489 assert(dstFormat == MESA_FORMAT_S_UINT8); 597 table[MESA_FORMAT_S_UINT8] = _mesa_texstore_s8;
|
| H A D | formats.c | 1020 case MESA_FORMAT_S_UINT8:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_format.c | 140 case MESA_FORMAT_S_UINT8: 682 return MESA_FORMAT_S_UINT8;
|
Completed in 47 milliseconds
12