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

  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 132 unsigned i, attrib_count; local
139 attrib_count = vinfo->num_attribs;
140 DBG(r300, DBG_SWTCL, "r300: attrib count: %d\n", attrib_count);
141 for (i = 0; i < attrib_count; i++) {
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 374 int attrib_count; member in struct:object_config_s
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 3712 unsigned attrib_count = glsl_count_attribute_slots(variable->type, true); local
3789 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); local
3905 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); local
3944 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); local
    [all...]

Completed in 353 milliseconds