Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_S8 (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_layout.c77 if (format == MESA_FORMAT_S8) in intel_horizontal_texture_alignment_unit()
118 if (format == MESA_FORMAT_S8) in intel_vertical_texture_alignment_unit()
Dintel_tex_format.c25 case MESA_FORMAT_S8: in intel_mesa_format_to_rb_datatype()
Di915_context.c115 ctx->TextureFormatSupported[MESA_FORMAT_S8] = intel->has_separate_stencil; in intel_init_texture_formats()
Dintel_mipmap_tree.c141 MESA_FORMAT_S8, in intel_miptree_create_internal()
250 if (format == MESA_FORMAT_S8) { in intel_miptree_create()
1537 if (mt->format == MESA_FORMAT_S8) { in intel_miptree_map_singlesample()
1575 if (mt->format == MESA_FORMAT_S8) { in intel_miptree_unmap_singlesample()
Dintel_fbo.c251 rb->Format = MESA_FORMAT_S8; in intel_alloc_renderbuffer_storage()
734 if (stencil_mt->format != MESA_FORMAT_S8) { in intel_validate_framebuffer()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_layout.c77 if (format == MESA_FORMAT_S8) in intel_horizontal_texture_alignment_unit()
118 if (format == MESA_FORMAT_S8) in intel_vertical_texture_alignment_unit()
Dintel_tex_format.c25 case MESA_FORMAT_S8: in intel_mesa_format_to_rb_datatype()
Dintel_mipmap_tree.c141 MESA_FORMAT_S8, in intel_miptree_create_internal()
250 if (format == MESA_FORMAT_S8) { in intel_miptree_create()
1537 if (mt->format == MESA_FORMAT_S8) { in intel_miptree_map_singlesample()
1575 if (mt->format == MESA_FORMAT_S8) { in intel_miptree_unmap_singlesample()
Dintel_fbo.c251 rb->Format = MESA_FORMAT_S8; in intel_alloc_renderbuffer_storage()
734 if (stencil_mt->format != MESA_FORMAT_S8) { in intel_validate_framebuffer()
Dintel_screen.c699 rb = intel_create_private_renderbuffer(MESA_FORMAT_S8, in intelCreateBuffer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_layout.c77 if (format == MESA_FORMAT_S8) in intel_horizontal_texture_alignment_unit()
118 if (format == MESA_FORMAT_S8) in intel_vertical_texture_alignment_unit()
Dintel_tex_format.c25 case MESA_FORMAT_S8: in intel_mesa_format_to_rb_datatype()
Dbrw_blorp.cpp78 case MESA_FORMAT_S8: in set()
Dgen7_misc_state.c93 assert(stencil_mt->format == MESA_FORMAT_S8); in emit_depthbuffer()
Dintel_mipmap_tree.c141 MESA_FORMAT_S8, in intel_miptree_create_internal()
250 if (format == MESA_FORMAT_S8) { in intel_miptree_create()
1537 if (mt->format == MESA_FORMAT_S8) { in intel_miptree_map_singlesample()
1575 if (mt->format == MESA_FORMAT_S8) { in intel_miptree_unmap_singlesample()
Dintel_fbo.c251 rb->Format = MESA_FORMAT_S8; in intel_alloc_renderbuffer_storage()
734 if (stencil_mt->format != MESA_FORMAT_S8) { in intel_validate_framebuffer()
Dbrw_misc_state.c324 if (stencil_mt->format == MESA_FORMAT_S8) { in emit_depthbuffer()
Dbrw_wm_surface_state.c335 [MESA_FORMAT_S8] = 0, in brw_format_for_mesa_format()
542 brw->format_supported_as_render_target[MESA_FORMAT_S8] = true; in brw_init_surface_formats()
/external/mesa3d/src/mesa/main/
Dformats.h114 MESA_FORMAT_S8, /* SSSS SSSS */ enumerator
Dformats.c488 MESA_FORMAT_S8, /* Name */
2147 case MESA_FORMAT_S8: in _mesa_format_to_type_and_comps()
2755 case MESA_FORMAT_S8: in _mesa_format_matches_format_and_type()
Dformat_pack.c1734 table[MESA_FORMAT_S8] = NULL; in _mesa_get_pack_ubyte_rgba_function()
1880 table[MESA_FORMAT_S8] = NULL; in _mesa_get_pack_float_rgba_function()
2338 case MESA_FORMAT_S8: in _mesa_get_pack_ubyte_stencil_func()
2529 case MESA_FORMAT_S8: in _mesa_pack_ubyte_stencil_row()
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c301 if (rb->Format == MESA_FORMAT_S8) { in get_s8_values()
588 case MESA_FORMAT_S8: in _swrast_clear_stencil_buffer()
Ds_texfetch.c392 MESA_FORMAT_S8,
Ds_renderbuffer.c98 rb->Format = MESA_FORMAT_S8; in soft_renderbuffer_storage()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c114 case MESA_FORMAT_S8: in st_mesa_format_to_pipe_format()
425 return MESA_FORMAT_S8; in st_pipe_format_to_mesa_format()

12