| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_shader.h | 213 rsd->properties.depth_source =
|
| H A D | pan_blitter.c | 222 cfg.properties.depth_source =
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | 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);
|
| H A D | 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);
|
| H A D | 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);
|
| H A D | 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/ |
| H A D | panvk_vX_cs.c | 747 cfg.properties.depth_source = MALI_DEPTH_SOURCE_FIXED_FUNCTION;
|
| H A D | panvk_vX_meta_clear.c | 168 cfg.properties.depth_source =
|
| H A D | panvk_vX_meta_copy.c | 265 cfg.properties.depth_source = MALI_DEPTH_SOURCE_FIXED_FUNCTION;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 393 cfg.properties.depth_source = MALI_DEPTH_SOURCE_FIXED_FUNCTION;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 946 - panfrost: Zero depth_source in vertex shaders
|