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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_shader.h 213 rsd->properties.depth_source =
pan_blitter.c 222 cfg.properties.depth_source =
  /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);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_cs.c 747 cfg.properties.depth_source = MALI_DEPTH_SOURCE_FIXED_FUNCTION;
panvk_vX_meta_clear.c 168 cfg.properties.depth_source =
panvk_vX_meta_copy.c 265 cfg.properties.depth_source = MALI_DEPTH_SOURCE_FIXED_FUNCTION;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 393 cfg.properties.depth_source = MALI_DEPTH_SOURCE_FIXED_FUNCTION;

Completed in 47 milliseconds