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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu_debug.c 86 hwreg.subnr / type_sz(hwreg.type),
brw_eu.h 155 static INLINE int type_sz( GLuint type ) function
207 reg.subnr = subnr * type_sz(type);
328 reg.subnr += delta * type_sz(reg.type);
brw_clip_unfilled.c 262 2 * type_sz(BRW_REGISTER_TYPE_F));
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_debug.c 86 hwreg.subnr / type_sz(hwreg.type),
brw_eu.h 155 static INLINE int type_sz( GLuint type ) function
207 reg.subnr = subnr * type_sz(type);
328 reg.subnr += delta * type_sz(reg.type);
brw_clip_unfilled.c 262 2 * type_sz(BRW_REGISTER_TYPE_F));
  /hardware/libhardware/modules/camera/
Metadata.cpp 151 size_t type_sz = camera_metadata_type_size[tag_type]; local
154 void *data = malloc(count * type_sz);
157 memcpy(data, tag_data, count * type_sz);
  /external/libsepol/src/
context_record.c 289 const int type_sz = strlen(con->type); local
291 const int total_sz = user_sz + role_sz + type_sz +

Completed in 438 milliseconds