HomeSort by: relevance | last modified time | path
    Searched refs:size_y_shift (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_encoder.h 186 cfg.size_y_shift = shifts[1];
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
decode.c 473 unsigned size_x = bits(invocation.invocations, 0, invocation.size_y_shift) + 1;
474 unsigned size_y = bits(invocation.invocations, invocation.size_y_shift, invocation.size_z_shift) + 1;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
decode.c 963 pandecode_prop("size_y_shift = %d", p->size_y_shift);
974 bits(p->invocation_count, 0, p->size_y_shift) + 1,
975 bits(p->invocation_count, p->size_y_shift, p->size_z_shift) + 1,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
panfrost-job.h 872 u32 size_y_shift : 5; member in struct:mali_vertex_tiler_prefix
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 1549 uint32_t size_y_shift; member in struct:MALI_INVOCATION
1566 cl[ 1] = __gen_uint(values->size_y_shift, 0, 4) |
1582 values->size_y_shift = __gen_unpack_uint(cl, 32, 36);
1594 fprintf(fp, "%*sSize Y shift: %u\n", indent, "", values->size_y_shift);
v5_pack.h 1601 uint32_t size_y_shift; member in struct:MALI_INVOCATION
1618 cl[ 1] = __gen_uint(values->size_y_shift, 0, 4) |
1634 values->size_y_shift = __gen_unpack_uint(cl, 32, 36);
1646 fprintf(fp, "%*sSize Y shift: %u\n", indent, "", values->size_y_shift);
v6_pack.h 1802 uint32_t size_y_shift; member in struct:MALI_INVOCATION
1819 cl[ 1] = __gen_uint(values->size_y_shift, 0, 4) |
1835 values->size_y_shift = __gen_unpack_uint(cl, 32, 36);
1847 fprintf(fp, "%*sSize Y shift: %u\n", indent, "", values->size_y_shift);
v7_pack.h 1854 uint32_t size_y_shift; member in struct:MALI_INVOCATION
1871 cl[ 1] = __gen_uint(values->size_y_shift, 0, 4) |
1887 values->size_y_shift = __gen_unpack_uint(cl, 32, 36);
1899 fprintf(fp, "%*sSize Y shift: %u\n", indent, "", values->size_y_shift);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 2840 cfg.size_y_shift = 0;

Completed in 27 milliseconds