HomeSort by: relevance | last modified time | path
    Searched defs:index_count (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
panfrost-job.h 896 /* Like many other strictly nonzero quantities, index_count is
899 * for an indexed draw, index_count is the number of actual vertices
904 u32 index_count; member in struct:mali_vertex_tiler_prefix
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 1649 uint32_t index_count; member in struct:MALI_PRIMITIVE
1663 assert(values->index_count >= 1);
1676 cl[ 3] = __gen_uint(values->index_count - 1, 0, 31);
1701 values->index_count = __gen_unpack_uint(cl, 96, 127) + 1;
1720 fprintf(fp, "%*sIndex count: %u\n", indent, "", values->index_count);
v5_pack.h 1701 uint32_t index_count; member in struct:MALI_PRIMITIVE
1715 assert(values->index_count >= 1);
1728 cl[ 3] = __gen_uint(values->index_count - 1, 0, 31);
1753 values->index_count = __gen_unpack_uint(cl, 96, 127) + 1;
1772 fprintf(fp, "%*sIndex count: %u\n", indent, "", values->index_count);
v6_pack.h 1903 uint32_t index_count; member in struct:MALI_PRIMITIVE
1918 assert(values->index_count >= 1);
1932 cl[ 3] = __gen_uint(values->index_count - 1, 0, 31);
1958 values->index_count = __gen_unpack_uint(cl, 96, 127) + 1;
1978 fprintf(fp, "%*sIndex count: %u\n", indent, "", values->index_count);
v7_pack.h 1955 uint32_t index_count; member in struct:MALI_PRIMITIVE
1970 assert(values->index_count >= 1);
1984 cl[ 3] = __gen_uint(values->index_count - 1, 0, 31);
2010 values->index_count = __gen_unpack_uint(cl, 96, 127) + 1;
2030 fprintf(fp, "%*sIndex count: %u\n", indent, "", values->index_count);

Completed in 23 milliseconds