Searched refs:aux_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_cache.c210 item->aux_size != result_item->aux_size) {
214 if (memcmp(item_aux, aux, item->aux_size) != 0) {
269 GLuint aux_size,
281 item->aux_size = aux_size;
297 tmp = malloc(key_size + aux_size);
300 memcpy(tmp + key_size, aux, aux_size);
262 brw_upload_cache(struct brw_cache *cache, enum brw_cache_id cache_id, const void *key, GLuint key_size, const void *data, GLuint data_size, const void *aux, GLuint aux_size, uint32_t *out_offset, void *out_aux) argument
H A Dbrw_vs.c202 int aux_size; local
286 aux_size = sizeof(c.prog_data);
288 aux_size += c.vp->program.Base.Parameters->NumParameters;
293 &c.prog_data, aux_size,
H A Dbrw_context.h612 GLuint aux_size; member in struct:brw_cache_item
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_cache.c210 item->aux_size != result_item->aux_size) {
214 if (memcmp(item_aux, aux, item->aux_size) != 0) {
269 GLuint aux_size,
281 item->aux_size = aux_size;
297 tmp = malloc(key_size + aux_size);
300 memcpy(tmp + key_size, aux, aux_size);
262 brw_upload_cache(struct brw_cache *cache, enum brw_cache_id cache_id, const void *key, GLuint key_size, const void *data, GLuint data_size, const void *aux, GLuint aux_size, uint32_t *out_offset, void *out_aux) argument
H A Dbrw_vs.c202 int aux_size; local
286 aux_size = sizeof(c.prog_data);
288 aux_size += c.vp->program.Base.Parameters->NumParameters;
293 &c.prog_data, aux_size,
H A Dbrw_context.h612 GLuint aux_size; member in struct:brw_cache_item

Completed in 92 milliseconds