Searched refs:index_count (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_wallpaper.c154 ctx->payload_tiler.prefix.index_count = MALI_POSITIVE(4);
H A Dpan_context.c1551 ctx->payload_tiler.prefix.index_count = MALI_POSITIVE(info->count);
1563 ctx->payload_tiler.prefix.index_count = MALI_POSITIVE(ctx->vertex_count);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c923 pandecode_replay_indices(uintptr_t pindices, uint32_t index_count, int job_no) argument
935 for (unsigned i = 0; i < (index_count + 1); i += 3)
994 if (p->index_count)
995 pandecode_prop("index_count = MALI_POSITIVE(%" PRId32 ")", p->index_count + 1);
1802 pandecode_replay_indices(t->prefix.indices, t->prefix.index_count, job_no);
1836 pandecode_replay_indices(v->prefix.indices, v->prefix.index_count, job_no);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h896 /* 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/dist/src/panfrost/vulkan/
H A Dpanvk_private.h493 unsigned index_count; member in struct:panvk_draw_info
H A Dpanvk_vX_cs.c431 cfg.index_count = draw->vertex_count;
H A Dpanvk_vX_meta_clear.c333 cfg.index_count = 4;
H A Dpanvk_vX_meta_copy.c167 cfg.index_count = 4;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blitter.c1054 cfg.index_count = 4;
1171 cfg.index_count = 4;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c495 * relationship between invocation_count and index_count */
509 pandecode_validate_buffer(primitive.indices, primitive.index_count * size);
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h1649 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);
H A Dv5_pack.h1701 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);
H A Dv6_pack.h1903 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);
H A Dv7_pack.h1955 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);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_state.c1592 cfg.index_count = draws->count;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c3590 uint32_t index_count)
3596 radeon_emit(cmd_buffer->cs, index_count);
3588 radv_cs_emit_draw_indexed_packet(struct radv_cmd_buffer * cmd_buffer,uint64_t index_va,uint32_t index_count) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2709 cfg.index_count = ctx->indirect_draw ? 1 : draw->count;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c5952 * Emit a PKT3_DRAW_INDEX_2 packet to render "index_count` vertices.
5960 uint32_t max_index_count, uint32_t index_count, bool not_eop)
5966 radeon_emit(cmd_buffer->cs, index_count);
5959 radv_cs_emit_draw_indexed_packet(struct radv_cmd_buffer * cmd_buffer,uint64_t index_va,uint32_t max_index_count,uint32_t index_count,bool not_eop) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2483 draw.count = cmd->u.draw_indexed.index_count;

Completed in 149 milliseconds