HomeSort by relevance Sort by last modified time
    Searched refs:last_element_edge_flag (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_vf.h 87 bool last_element_edge_flag; member in struct:ilo_state_vf_params_info
ilo_state_vf.c 864 if (params->last_element_edge_flag) {
873 vf->last_user_ve[params->last_element_edge_flag],
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 482 const bool last_element_edge_flag = (vec->vs && local
496 ve->vf_params.last_element_edge_flag != last_element_edge_flag ||
503 ve->vf_params.last_element_edge_flag = last_element_edge_flag;
    [all...]

Completed in 91 milliseconds