| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_wallpaper.c | 154 ctx->payload_tiler.prefix.index_count = MALI_POSITIVE(4);
|
| H A D | pan_context.c | 1551 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 D | decode.c | 923 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 D | 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/dist/src/panfrost/vulkan/ |
| H A D | panvk_private.h | 493 unsigned index_count; member in struct:panvk_draw_info
|
| H A D | panvk_vX_cs.c | 431 cfg.index_count = draw->vertex_count;
|
| H A D | panvk_vX_meta_clear.c | 333 cfg.index_count = 4;
|
| H A D | panvk_vX_meta_copy.c | 167 cfg.index_count = 4;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blitter.c | 1054 cfg.index_count = 4; 1171 cfg.index_count = 4;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode.c | 495 * 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 D | 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);
|
| H A D | 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);
|
| H A D | 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);
|
| H A D | 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);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 1592 cfg.index_count = draws->count;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 3590 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 D | pan_cmdstream.c | 2709 cfg.index_count = ctx->indirect_draw ? 1 : draw->count;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 5952 * 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 D | lvp_execute.c | 2483 draw.count = cmd->u.draw_indexed.index_count;
|