Searched refs:polygon_list_body (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c84 uint32_t *polygon_list_body = local in function:panvk_per_arch
87 polygon_list_body[0] = 0xa0000000;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c539 cfg.polygon_list_body = cfg.polygon_list + header_size;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h2945 uint64_t polygon_list_body; member in struct:MALI_TILER_CONTEXT
2961 cl[ 4] = __gen_uint(values->polygon_list_body, 0, 63);
2962 cl[ 5] = __gen_uint(values->polygon_list_body, 0, 63) >> 32;
2980 values->polygon_list_body = __gen_unpack_uint(cl, 128, 191);
2991 fprintf(fp, "%*sPolygon List Body: 0x%" PRIx64 "\n", indent, "", values->polygon_list_body);
H A Dv5_pack.h2927 uint64_t polygon_list_body; member in struct:MALI_TILER_CONTEXT
2943 cl[ 4] = __gen_uint(values->polygon_list_body, 0, 63);
2944 cl[ 5] = __gen_uint(values->polygon_list_body, 0, 63) >> 32;
2962 values->polygon_list_body = __gen_unpack_uint(cl, 128, 191);
2973 fprintf(fp, "%*sPolygon List Body: 0x%" PRIx64 "\n", indent, "", values->polygon_list_body);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c3634 uint32_t *polygon_list_body = local in function:batch_get_polygon_list
3639 polygon_list_body[0] = 0xa0000000;

Completed in 26 milliseconds