HomeSort by: relevance | last modified time | path
    Searched refs:stencil_from_shader (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_shader.h 211 rsd->properties.stencil_from_shader =
pan_blitter.c 221 cfg.properties.stencil_from_shader = s != NULL;
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 2193 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);
v5_pack.h 2249 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);
v6_pack.h 2508 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);
v7_pack.h 2561 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/
panvk_vX_meta_clear.c 176 cfg.properties.stencil_from_shader = s;

Completed in 24 milliseconds