HomeSort by relevance Sort by last modified time
    Searched defs:internal_ve_count (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_vf.c 307 uint8_t internal_ve_count = 0, i; local
335 dw1[internal_ve_count++] = get_gen6_component_zeros(dev);
340 dw1[internal_ve_count++] = get_gen6_component_zeros(dev);
342 dw1[internal_ve_count++] = get_gen6_component_ids(dev,
347 for (i = 0; i < internal_ve_count; i++) {
353 vf->internal_ve_count = internal_ve_count;
919 if (vf->internal_ve_count != old->internal_ve_count ||
922 sizeof(vf->internal_ve[0]) * vf->internal_ve_count) ||
    [all...]
ilo_state_vf.h 118 uint8_t internal_ve_count; member in struct:ilo_state_vf
198 return vf->internal_ve_count + vf->user_ve_count;

Completed in 75 milliseconds