Searched refs:attribute_count (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Ddisassemble.h10 signed attribute_count; member in struct:midgard_disasm_stats
H A Ddisassemble.c1536 if (word->index_reg == 0x7 && ctx->midg_stats.attribute_count >= 0)
1537 update_stats(&ctx->midg_stats.attribute_count,
1540 ctx->midg_stats.attribute_count = -16;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.h52 int attribute_count; member in struct:__anon060edd6a0208
H A Dmidgard_compile.c3915 program->attribute_count = (ctx->stage == MESA_SHADER_VERTEX) ? nir->num_inputs : 0;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c209 info->attribute_count = util_bitcount64(s->info.inputs_read);
215 info->attribute_count = MAX2(info->attribute_count, PAN_VERTEX_ID + 1);
220 info->attribute_count = MAX2(info->attribute_count, PAN_INSTANCE_ID + 1);
303 info->attribute_count += util_last_bit(s->info.images_used);
H A Dpan_shader.h200 rsd->shader.attribute_count = shader_info->attribute_count;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_assemble.c90 meta->attribute_count = program.attribute_count;
H A Dpan_context.c951 COPY(attribute_count);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c137 uint32_t attribute_count = pointer_bits & 7; local in function:gl_shader_rec_size
140 if (attribute_count == 0)
141 attribute_count = 8;
144 return 100 + attribute_count * 4;
146 return 36 + attribute_count * 8;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c137 uint32_t attribute_count = pointer_bits & 7; local in function:gl_shader_rec_size
140 if (attribute_count == 0)
141 attribute_count = 8;
144 return 100 + attribute_count * 4;
146 return 36 + attribute_count * 8;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c582 stats.attribute_count = -128;
720 bool has_attribute = (stats.attribute_count > 0);
820 int varying_count = 0, attribute_count = 0, uniform_count = 0, uniform_buffer_count = 0; local in function:pandecode_dcd
842 attribute_count = state.shader.attribute_count;
898 max_attr_index = pandecode_attribute_meta(attribute_count, p->attributes, false);
/xsrc/external/mit/libvdpau/dist/trace/
H A Dvdpau_trace.cpp1458 uint32_t attribute_count,
1463 attribute_count,
1493 uint32_t attribute_count,
1505 while (attribute_count) {
1511 fputs((attribute_count > 1) ? ", " : "", _vdp_cap_data.fp);
1513 --attribute_count;
3680 uint32_t attribute_count,
3689 fprintf(_vdp_cap_data.fp, "%u, %u, ", mixer, attribute_count);
3690 _vdp_cap_dump_video_mixer_attribute_list(attribute_count, attributes);
3693 attribute_count,
1457 _vdp_cap_dump_video_mixer_attribute_list(uint32_t attribute_count,VdpVideoMixerAttribute const * attributes) argument
1492 _vdp_cap_dump_video_mixer_attribute_value_list(uint32_t attribute_count,VdpVideoMixerAttribute const * attributes,void const * const * attribute_values,bool get_operation) argument
3678 _vdp_cap_video_mixer_set_attribute_values(VdpVideoMixer mixer,uint32_t attribute_count,VdpVideoMixerAttribute const * attributes,void const * const * attribute_values) argument
3830 _vdp_cap_video_mixer_get_attribute_values(VdpVideoMixer mixer,uint32_t attribute_count,VdpVideoMixerAttribute const * attributes,void * const * attribute_values) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dmixer.c781 uint32_t attribute_count,
800 for (i = 0; i < attribute_count; ++i) {
944 uint32_t attribute_count,
959 for (i = 0; i < attribute_count; ++i) {
780 vlVdpVideoMixerSetAttributeValues(VdpVideoMixer mixer,uint32_t attribute_count,VdpVideoMixerAttribute const * attributes,void const * const * attribute_values) argument
943 vlVdpVideoMixerGetAttributeValues(VdpVideoMixer mixer,uint32_t attribute_count,VdpVideoMixerAttribute const * attributes,void * const * attribute_values) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dmixer.c782 uint32_t attribute_count,
801 for (i = 0; i < attribute_count; ++i) {
945 uint32_t attribute_count,
960 for (i = 0; i < attribute_count; ++i) {
781 vlVdpVideoMixerSetAttributeValues(VdpVideoMixer mixer,uint32_t attribute_count,VdpVideoMixerAttribute const * attributes,void const * const * attribute_values) argument
944 vlVdpVideoMixerGetAttributeValues(VdpVideoMixer mixer,uint32_t attribute_count,VdpVideoMixerAttribute const * attributes,void * const * attribute_values) argument
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_ir.h242 unsigned attribute_count; member in struct:pan_shader_info
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c1128 int varying_count = 0, attribute_count = 0, uniform_count = 0, uniform_buffer_count = 0; local in function:pandecode_replay_vertex_tiler_postfix_pre
1139 attribute_count = s->attribute_count;
1157 pandecode_prop("attribute_count = %" PRId16, s->attribute_count);
1370 unsigned max_attr_index = pandecode_replay_attribute_meta(job_no, attribute_count, p, false, suffix);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c873 if (vs->attribute_count >= PAN_VERTEX_ID) {
880 if (vs->attribute_count >= PAN_INSTANCE_ID) {
887 attribs->attrib_count = MAX2(attribs->attrib_count, vs->attribute_count);
/xsrc/external/mit/libvdpau/dist/include/vdpau/
H A Dvdpau.h4070 * \param[in] attribute_count The number of attributes to set.
4081 uint32_t attribute_count,
4145 * \param[in] attribute_count The number of attributes to query.
4156 uint32_t attribute_count,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h491 u16 attribute_count; member in struct:mali_shader_meta
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1548 if (!shader->info.attribute_count) {
1554 unsigned attr_count = shader->info.attribute_count;
1597 bool special_vbufs = vs->info.attribute_count >= PAN_VERTEX_ID;
1613 vs->info.attribute_count,
2970 vs->info.attribute_count -
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h2261 uint32_t attribute_count; member in struct:MALI_SHADER
2276 cl[ 3] = __gen_uint(values->attribute_count, 0, 15) |
2290 values->attribute_count = __gen_unpack_uint(cl, 96, 111);
2300 fprintf(fp, "%*sAttribute count: %u\n", indent, "", values->attribute_count);
2562 cl[ 3] = __gen_uint(values->shader.attribute_count, 0, 15) |
2657 values->shader.attribute_count = __gen_unpack_uint(cl, 96, 111);
H A Dv5_pack.h2317 uint32_t attribute_count; member in struct:MALI_SHADER
2332 cl[ 3] = __gen_uint(values->attribute_count, 0, 15) |
2346 values->attribute_count = __gen_unpack_uint(cl, 96, 111);
2356 fprintf(fp, "%*sAttribute count: %u\n", indent, "", values->attribute_count);
2588 cl[ 3] = __gen_uint(values->shader.attribute_count, 0, 15) |
2663 values->shader.attribute_count = __gen_unpack_uint(cl, 96, 111);
H A Dv6_pack.h2750 uint32_t attribute_count; member in struct:MALI_SHADER
2765 cl[ 3] = __gen_uint(values->attribute_count, 0, 15) |
2779 values->attribute_count = __gen_unpack_uint(cl, 96, 111);
2789 fprintf(fp, "%*sAttribute count: %u\n", indent, "", values->attribute_count);
3125 cl[ 3] = __gen_uint(values->shader.attribute_count, 0, 15) |
3245 values->shader.attribute_count = __gen_unpack_uint(cl, 96, 111);
H A Dv7_pack.h2814 uint32_t attribute_count; member in struct:MALI_SHADER
2829 cl[ 3] = __gen_uint(values->attribute_count, 0, 15) |
2843 values->attribute_count = __gen_unpack_uint(cl, 96, 111);
2853 fprintf(fp, "%*sAttribute count: %u\n", indent, "", values->attribute_count);
3191 cl[ 3] = __gen_uint(values->shader.attribute_count, 0, 15) |
3316 values->shader.attribute_count = __gen_unpack_uint(cl, 96, 111);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst398 - panfrost: Extend attribute_count for vertex builtins

Completed in 114 milliseconds