HomeSort by: relevance | last modified time | path
    Searched defs:separate_stencil (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl_emit_depth_stencil.c 151 const bool separate_stencil = local
153 if (separate_stencil || info->hiz_usage == ISL_AUX_USAGE_HIZ) {
  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl_emit_depth_stencil.c 115 const bool separate_stencil = local
117 if (separate_stencil || info->hiz_usage == ISL_AUX_USAGE_HIZ) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_resource.h 63 struct panfrost_resource *separate_stencil; member in struct:panfrost_resource
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_resource.h 84 struct pipe_surface *separate_stencil; member in struct:v3d_surface
125 struct v3d_resource *separate_stencil; member in struct:v3d_resource
v3dx_rcl.c 59 bool separate_stencil = surf->separate_stencil && buffer == STENCIL; local
60 if (separate_stencil) {
61 psurf = surf->separate_stencil;
76 if (separate_stencil)
121 bool separate_stencil = surf->separate_stencil && buffer == STENCIL; local
122 if (separate_stencil) {
123 psurf = surf->separate_stencil;
144 if (separate_stencil)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_resource.h 102 struct panfrost_resource *separate_stencil; member in struct:panfrost_resource
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_resource.h 119 struct pipe_surface *separate_stencil; member in struct:v3d_surface
154 struct v3d_resource *separate_stencil; member in struct:v3d_resource
v3dx_rcl.c 59 bool separate_stencil = surf->separate_stencil && buffer == STENCIL; local
60 if (separate_stencil) {
61 psurf = surf->separate_stencil;
73 if (separate_stencil)
116 bool separate_stencil = surf->separate_stencil && buffer == STENCIL; local
117 if (separate_stencil) {
118 psurf = surf->separate_stencil;
136 if (separate_stencil)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_transfer_helper.c 37 bool separate_stencil; /**< separate stencil for all formats */ member in struct:u_transfer_helper
92 if ((helper->separate_stencil && util_format_is_depth_and_stencil(format)) ||
528 bool separate_stencil,
536 helper->separate_stencil = separate_stencil;
570 if (!((helper->separate_stencil && util_format_is_depth_and_stencil(format)) ||
648 if ((helper->separate_stencil && util_format_is_depth_and_stencil(format)) ||
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_transfer_helper.c 37 bool separate_stencil; /**< separate stencil for all formats */ member in struct:u_transfer_helper
92 if ((helper->separate_stencil && util_format_is_depth_and_stencil(format)) ||
523 bool separate_stencil,
531 helper->separate_stencil = separate_stencil;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_gmem.c 198 OUT_REG(ring, A6XX_RB_STENCIL_INFO(.separate_stencil = true),
1508 struct pipe_resource *separate_stencil = variable in typeref:struct:pipe_resource
1513 if ((buffers & PIPE_CLEAR_DEPTH) || (!separate_stencil && (buffers & PIPE_CLEAR_STENCIL))) {
1520 if (separate_stencil && (buffers & PIPE_CLEAR_STENCIL)) {
1525 stencil_surf.texture = separate_stencil;

Completed in 21 milliseconds