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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 2184 enum mali_depth_source depth_source; member in struct:MALI_RENDERER_PROPERTIES
2198 .depth_source = MALI_DEPTH_SOURCE_MINIMUM
2205 __gen_uint(values->depth_source, 8, 9) |
2227 values->depth_source = (enum mali_depth_source)__gen_unpack_uint(cl, 8, 9);
2244 fprintf(fp, "%*sDepth source: %s\n", indent, "", mali_depth_source_as_str(values->depth_source));
2565 __gen_uint(values->properties.depth_source, 8, 9) |
2660 values->properties.depth_source = (enum mali_depth_source)__gen_unpack_uint(cl, 136, 137);
v5_pack.h 2240 enum mali_depth_source depth_source; member in struct:MALI_RENDERER_PROPERTIES
2254 .depth_source = MALI_DEPTH_SOURCE_MINIMUM
2261 __gen_uint(values->depth_source, 8, 9) |
2283 values->depth_source = (enum mali_depth_source)__gen_unpack_uint(cl, 8, 9);
2300 fprintf(fp, "%*sDepth source: %s\n", indent, "", mali_depth_source_as_str(values->depth_source));
2591 __gen_uint(values->properties.depth_source, 8, 9) |
2666 values->properties.depth_source = (enum mali_depth_source)__gen_unpack_uint(cl, 136, 137);
v6_pack.h 2499 enum mali_depth_source depth_source; member in struct:MALI_RENDERER_PROPERTIES
2512 .depth_source = MALI_DEPTH_SOURCE_MINIMUM
2519 __gen_uint(values->depth_source, 8, 9) |
2540 values->depth_source = (enum mali_depth_source)__gen_unpack_uint(cl, 8, 9);
2556 fprintf(fp, "%*sDepth source: %s\n", indent, "", mali_depth_source_as_str(values->depth_source));
3128 __gen_uint(values->properties.depth_source, 8, 9) |
3248 values->properties.depth_source = (enum mali_depth_source)__gen_unpack_uint(cl, 136, 137);
v7_pack.h 2551 enum mali_depth_source depth_source; member in struct:MALI_RENDERER_PROPERTIES
2567 .depth_source = MALI_DEPTH_SOURCE_MINIMUM
2574 __gen_uint(values->depth_source, 8, 9) |
2598 values->depth_source = (enum mali_depth_source)__gen_unpack_uint(cl, 8, 9);
2617 fprintf(fp, "%*sDepth source: %s\n", indent, "", mali_depth_source_as_str(values->depth_source));
3194 __gen_uint(values->properties.depth_source, 8, 9) |
3319 values->properties.depth_source = (enum mali_depth_source)__gen_unpack_uint(cl, 136, 137);

Completed in 43 milliseconds