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

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_dynamic.c 229 const int clip_state_size = (vec->vs) ? local
232 const int total_size = cbuf0_size + clip_state_size;
257 if (clip_state_size)
258 memcpy(pcb, &vec->clip, clip_state_size);
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_internal.h 150 int clip_state_size; member in struct:ilo_shader::__anon29583

Completed in 57 milliseconds