Searched refs:stencil_from_shader (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.h211 rsd->properties.stencil_from_shader =
H A Dpan_blitter.c221 cfg.properties.stencil_from_shader = s != NULL;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h2193 bool stencil_from_shader; member in struct:MALI_RENDERER_PROPERTIES
2214 __gen_uint(values->stencil_from_shader, 28, 28) |
2236 values->stencil_from_shader = __gen_unpack_uint(cl, 28, 28);
2253 fprintf(fp, "%*sStencil from shader: %s\n", indent, "", values->stencil_from_shader ? "true" : "false");
2574 __gen_uint(values->properties.stencil_from_shader, 28, 28) |
2669 values->properties.stencil_from_shader = __gen_unpack_uint(cl, 156, 156);
H A Dv5_pack.h2249 bool stencil_from_shader; member in struct:MALI_RENDERER_PROPERTIES
2270 __gen_uint(values->stencil_from_shader, 28, 28) |
2292 values->stencil_from_shader = __gen_unpack_uint(cl, 28, 28);
2309 fprintf(fp, "%*sStencil from shader: %s\n", indent, "", values->stencil_from_shader ? "true" : "false");
2600 __gen_uint(values->properties.stencil_from_shader, 28, 28) |
2675 values->properties.stencil_from_shader = __gen_unpack_uint(cl, 156, 156);
H A Dv6_pack.h2508 bool stencil_from_shader; member in struct:MALI_RENDERER_PROPERTIES
2528 __gen_uint(values->stencil_from_shader, 28, 28);
2549 values->stencil_from_shader = __gen_unpack_uint(cl, 28, 28);
2565 fprintf(fp, "%*sStencil from shader: %s\n", indent, "", values->stencil_from_shader ? "true" : "false");
3137 __gen_uint(values->properties.stencil_from_shader, 28, 28);
3257 values->properties.stencil_from_shader = __gen_unpack_uint(cl, 156, 156);
H A Dv7_pack.h2561 bool stencil_from_shader; member in struct:MALI_RENDERER_PROPERTIES
2584 __gen_uint(values->stencil_from_shader, 28, 28) |
2608 values->stencil_from_shader = __gen_unpack_uint(cl, 28, 28);
2627 fprintf(fp, "%*sStencil from shader: %s\n", indent, "", values->stencil_from_shader ? "true" : "false");
3204 __gen_uint(values->properties.stencil_from_shader, 28, 28) |
3329 values->properties.stencil_from_shader = __gen_unpack_uint(cl, 156, 156);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c176 cfg.properties.stencil_from_shader = s;

Completed in 68 milliseconds