| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_blorp_exec.c | 127 return brw_state_batch(brw, size, alignment, offset); 139 uint32_t *bt_map = brw_state_batch(brw, 144 surface_maps[i] = brw_state_batch(brw, 171 void *data = brw_state_batch(brw, size, 64, &offset);
|
| H A D | gen6_constant_state.c | 159 param = brw_state_batch(brw, size, 32, 313 brw_state_batch(brw, ALIGN(cs_prog_data->push.total.size, 64),
|
| H A D | brw_binding_tables.c | 51 * of the batchbuffer (allocated by brw_state_batch()). 77 brw_state_batch(brw, prog_data->binding_table.size_bytes,
|
| H A D | genX_boilerplate.h | 154 *_dst = brw_state_batch(brw, _brw_cmd_length(cmd) * 4, \
|
| H A D | gen6_sol.c | 135 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SOL_BINDINGS, 163 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SURFACES,
|
| H A D | brw_state.h | 217 void *brw_state_batch(struct brw_context *brw,
|
| H A D | brw_wm_surface_state.c | 175 void *state = brw_state_batch(brw, 637 uint32_t *dw = brw_state_batch(brw, 736 uint32_t *surf = brw_state_batch(brw, 6 * 4, 32, out_offset); 845 uint32_t *surf = brw_state_batch(brw, 940 surf = brw_state_batch(brw, 6 * 4, 32, &offset);
|
| H A D | genX_state_upload.c | 2280 brw_state_batch(brw, 4 * GENX(CC_VIEWPORT_length) * viewport_count, 2385 scissor_map = brw_state_batch( 2534 brw_state_batch(brw, GENX(SF_CLIP_VIEWPORT_length) * 4 * viewport_count, 2541 brw_state_batch(brw, GENX(SF_VIEWPORT_length) * 4 * viewport_count, 2544 brw_state_batch(brw, GENX(CLIP_VIEWPORT_length) * 4 * viewport_count, 3053 blend_map = brw_state_batch(brw, size, 64, &brw->cc.blend_state_offset); 4337 uint32_t *desc = (uint32_t*) brw_state_batch( 4355 uint32_t *bind = brw_state_batch(brw, prog_data->binding_table.size_bytes, 5091 uint32_t *sdc = brw_state_batch( 5469 uint32_t *sampler_state = brw_state_batch(br [all...] |
| H A D | intel_batchbuffer.c | 478 * 1. Somebody calls brw_state_batch() to get a region of memory, and 480 * 2. They then call brw_state_batch() a second time, which happens to 504 * may make multiple brw_state_batch calls, and retain pointers to the 1032 brw_state_batch(struct brw_context *brw, function in typeref:typename:void *
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_blorp_exec.c | 130 return brw_state_batch(brw, size, alignment, offset); 152 uint32_t *bt_map = brw_state_batch(brw, 157 surface_maps[i] = brw_state_batch(brw, 184 void *data = brw_state_batch(brw, size, 64, &offset);
|
| H A D | gfx6_constant_state.c | 164 param = brw_state_batch(brw, size, 32, 324 brw_state_batch(brw, ALIGN(push_const_size, 64),
|
| H A D | brw_binding_tables.c | 51 * of the batchbuffer (allocated by brw_state_batch()). 77 brw_state_batch(brw, prog_data->binding_table.size_bytes,
|
| H A D | genX_boilerplate.h | 154 *_dst = brw_state_batch(brw, _brw_cmd_length(cmd) * 4, \
|
| H A D | gfx6_sol.c | 136 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SOL_BINDINGS, 164 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SURFACES,
|
| H A D | brw_state.h | 214 void *brw_state_batch(struct brw_context *brw,
|
| H A D | brw_wm_surface_state.c | 172 void *state = brw_state_batch(brw, 634 uint32_t *dw = brw_state_batch(brw, 743 uint32_t *surf = brw_state_batch(brw, 6 * 4, 32, out_offset); 852 uint32_t *surf = brw_state_batch(brw, 947 surf = brw_state_batch(brw, 6 * 4, 32, &offset);
|
| H A D | genX_state_upload.c | 2263 brw_state_batch(brw, 4 * GENX(CC_VIEWPORT_length) * viewport_count, 2374 scissor_map = brw_state_batch( 2432 brw_state_batch(brw, GENX(SF_CLIP_VIEWPORT_length) * 4 * viewport_count, 2439 brw_state_batch(brw, GENX(SF_VIEWPORT_length) * 4 * viewport_count, 2442 brw_state_batch(brw, GENX(CLIP_VIEWPORT_length) * 4 * viewport_count, 2952 blend_map = brw_state_batch(brw, size, 64, &brw->cc.blend_state_offset); 4264 uint32_t *desc = (uint32_t*) brw_state_batch( 4285 uint32_t *bind = brw_state_batch(brw, prog_data->binding_table.size_bytes, 5014 uint32_t *sdc = brw_state_batch( 5392 uint32_t *sampler_state = brw_state_batch(br [all...] |
| H A D | brw_state_upload.c | 83 uint32_t *map = brw_state_batch(brw, size, 64, &hash_address);
|
| H A D | brw_batch.c | 489 * 1. Somebody calls brw_state_batch() to get a region of memory, and 491 * 2. They then call brw_state_batch() a second time, which happens to 515 * may make multiple brw_state_batch calls, and retain pointers to the 1068 brw_state_batch(struct brw_context *brw, function in typeref:typename:void *
|