Searched refs:stencil_format (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1416 enum pipe_format stencil_format = local in function:st_DrawPixels
1421 stencil_format);
1915 enum pipe_format stencil_format = local in function:st_CopyPixels
1920 stencil_format);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1365 enum pipe_format stencil_format = local in function:st_DrawPixels
1370 stencil_format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_blitter.c1573 enum pipe_format stencil_format = local in function:is_blit_generic_supported
1575 assert(stencil_format != PIPE_FORMAT_NONE);
1577 if (stencil_format != src_format &&
1578 !screen->is_format_supported(screen, stencil_format,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blitter.c1670 enum pipe_format stencil_format = local in function:is_blit_generic_supported
1672 assert(stencil_format != PIPE_FORMAT_NONE);
1674 if (stencil_format != src_format &&
1675 !screen->is_format_supported(screen, stencil_format,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c2529 unsigned format, stencil_format; local in function:si_init_depth_surface
2533 stencil_format = tex->surface.has_stencil ?
2554 s_info = S_02803C_FORMAT(stencil_format) |
2607 s_info = S_028044_FORMAT(stencil_format);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c4459 unsigned format, stencil_format; local in function:radv_initialise_ds_surface
4493 stencil_format = surf->has_stencil ?
4515 ds->db_stencil_info = S_02803C_FORMAT(stencil_format) |
4558 ds->db_stencil_info = S_028044_FORMAT(stencil_format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c2541 unsigned format, stencil_format; local in function:si_init_depth_surface
2545 stencil_format = tex->surface.has_stencil ? V_028044_STENCIL_8 : V_028044_STENCIL_INVALID;
2569 s_info = S_02803C_FORMAT(stencil_format) |
2611 s_info = S_028044_FORMAT(stencil_format);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c6884 unsigned format, stencil_format; local in function:radv_initialise_ds_surface
6914 stencil_format = surf->has_stencil ? V_028044_STENCIL_8 : V_028044_STENCIL_INVALID;
6938 S_02803C_FORMAT(stencil_format) | S_02803C_SW_MODE(surf->u.gfx9.zs.stencil_swizzle_mode);
6997 ds->db_stencil_info = S_028044_FORMAT(stencil_format);

Completed in 74 milliseconds