Home
last modified time | relevance | path

Searched refs:ISL_SURF_USAGE_STENCIL_BIT (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl.h1104 #define ISL_SURF_USAGE_STENCIL_BIT (1u << 2) macro
2272 return usage & ISL_SURF_USAGE_STENCIL_BIT; in isl_surf_usage_is_stencil()
2279 (usage & ISL_SURF_USAGE_STENCIL_BIT); in isl_surf_usage_is_depth_and_stencil()
2285 return usage & (ISL_SURF_USAGE_DEPTH_BIT | ISL_SURF_USAGE_STENCIL_BIT); in isl_surf_usage_is_depth_or_stencil()
H A Disl.c1791 if ((surf_info->usage & ISL_SURF_USAGE_STENCIL_BIT) && in isl_calc_row_pitch()
2477 assert((info->stencil_surf->usage & ISL_SURF_USAGE_STENCIL_BIT)); in isl_emit_depth_stencil_hiz_s()
3187 bool has_stencil = surf->usage & ISL_SURF_USAGE_STENCIL_BIT; in isl_surf_get_depth_format()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c1492 } else if (key->dst_usage == ISL_SURF_USAGE_STENCIL_BIT) { in brw_blorp_build_nir_shader()
1907 } else if (params->dst.surf.usage & ISL_SURF_USAGE_STENCIL_BIT) { in try_blorp_blit()
1910 key->dst_usage = ISL_SURF_USAGE_STENCIL_BIT; in try_blorp_blit()
2002 key->dst_usage != ISL_SURF_USAGE_STENCIL_BIT) { in try_blorp_blit()
2247 } else if (key->dst_usage == ISL_SURF_USAGE_STENCIL_BIT) { in try_blorp_blit()
2540 if (src_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT) in blorp_blit()
2542 if (dst_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT) in blorp_blit()
2545 if (dst_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT) { in blorp_blit()
2546 assert(src_surf->surf->usage & ISL_SURF_USAGE_STENCIL_BIT); in blorp_blit()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c212 usage |= ISL_SURF_USAGE_STENCIL_BIT; in crocus_resource_configure_main()
219 usage |= ISL_SURF_USAGE_STENCIL_BIT; in crocus_resource_configure_main()
H A Dcrocus_state.c2906 ISL_SURF_USAGE_STENCIL_BIT)) in crocus_create_surface()
7506 view.usage |= ISL_SURF_USAGE_STENCIL_BIT;
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c1409 (src_surf.surf->usage & ISL_SURF_USAGE_STENCIL_BIT) || in anv_image_msaa_resolve()
H A Danv_image.c234 isl_usage |= ISL_SURF_USAGE_STENCIL_BIT; in choose_isl_surf_usage()
H A DgenX_cmd_buffer.c6382 anv_mocs(device, stencil_address.bo, ISL_SURF_USAGE_STENCIL_BIT); in cmd_buffer_emit_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c715 ISL_SURF_USAGE_STENCIL_BIT : ISL_SURF_USAGE_DEPTH_BIT; in iris_resource_configure_main()
H A Diris_state.c2784 ISL_SURF_USAGE_STENCIL_BIT)) in iris_create_surface()
3324 view.usage |= ISL_SURF_USAGE_STENCIL_BIT; in iris_set_framebuffer_state()

Completed in 68 milliseconds