Searched refs:fragment_position (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.h152 rsd->preload.fragment.fragment_position = info->fs.reads_frag_coord;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h2644 bool fragment_position; member in struct:MALI_FRAGMENT_PRELOAD
2658 fprintf(fp, "%*sFragment position: %s\n", indent, "", values->fragment_position ? "true" : "false");
2697 __gen_uint(values->fragment.fragment_position, 11, 11) |
2729 values->fragment.fragment_position = __gen_unpack_uint(cl, 11, 11);
3197 __gen_uint(values->preload.fragment.fragment_position, 11, 11) |
3221 __gen_uint(values->secondary_preload.fragment.fragment_position, 11, 11) |
3317 values->preload.fragment.fragment_position = __gen_unpack_uint(cl, 395, 395);
3341 values->secondary_preload.fragment.fragment_position = __gen_unpack_uint(cl, 427, 427);
H A Dv7_pack.h2708 bool fragment_position; member in struct:MALI_FRAGMENT_PRELOAD
2722 fprintf(fp, "%*sFragment position: %s\n", indent, "", values->fragment_position ? "true" : "false");
2761 __gen_uint(values->fragment.fragment_position, 11, 11) |
2793 values->fragment.fragment_position = __gen_unpack_uint(cl, 11, 11);
3266 __gen_uint(values->preload.fragment.fragment_position, 11, 11) |
3290 __gen_uint(values->secondary_preload.fragment.fragment_position, 11, 11) |
3391 values->preload.fragment.fragment_position = __gen_unpack_uint(cl, 395, 395);
3415 values->secondary_preload.fragment.fragment_position = __gen_unpack_uint(cl, 427, 427);

Completed in 25 milliseconds