Searched refs:depth_source (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.h213 rsd->properties.depth_source =
H A Dpan_blitter.c222 cfg.properties.depth_source =
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h2184 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);
H A Dv5_pack.h2240 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);
H A Dv6_pack.h2499 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);
H A Dv7_pack.h2551 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/
H A Dpanvk_vX_cs.c747 cfg.properties.depth_source = MALI_DEPTH_SOURCE_FIXED_FUNCTION;
H A Dpanvk_vX_meta_clear.c168 cfg.properties.depth_source =
H A Dpanvk_vX_meta_copy.c265 cfg.properties.depth_source = MALI_DEPTH_SOURCE_FIXED_FUNCTION;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c393 cfg.properties.depth_source = MALI_DEPTH_SOURCE_FIXED_FUNCTION;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst946 - panfrost: Zero depth_source in vertex shaders

Completed in 60 milliseconds