| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | disassemble.h | 10 signed attribute_count; member in struct:midgard_disasm_stats
|
| H A D | disassemble.c | 1536 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 D | midgard_compile.h | 52 int attribute_count; member in struct:__anon060edd6a0208
|
| H A D | midgard_compile.c | 3915 program->attribute_count = (ctx->stage == MESA_SHADER_VERTEX) ? nir->num_inputs : 0;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_shader.c | 209 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 D | pan_shader.h | 200 rsd->shader.attribute_count = shader_info->attribute_count;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_assemble.c | 90 meta->attribute_count = program.attribute_count;
|
| H A D | pan_context.c | 951 COPY(attribute_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_validate.c | 137 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 D | vc4_validate.c | 137 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 D | decode.c | 582 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 D | vdpau_trace.cpp | 1458 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 D | mixer.c | 781 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 D | mixer.c | 782 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 D | pan_ir.h | 242 unsigned attribute_count; member in struct:pan_shader_info
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 1128 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 D | panvk_vX_pipeline.c | 873 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 D | vdpau.h | 4070 * \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 D | panfrost-job.h | 491 u16 attribute_count; member in struct:mali_shader_meta
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 1548 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 D | v4_pack.h | 2261 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 D | v5_pack.h | 2317 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 D | v6_pack.h | 2750 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 D | v7_pack.h | 2814 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 D | 20.0.0.rst | 398 - panfrost: Extend attribute_count for vertex builtins
|