Searched refs:brw_state_batch (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A DgenX_blorp_exec.c127 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 Dgen6_constant_state.c159 param = brw_state_batch(brw, size, 32,
313 brw_state_batch(brw, ALIGN(cs_prog_data->push.total.size, 64),
H A Dbrw_binding_tables.c51 * of the batchbuffer (allocated by brw_state_batch()).
77 brw_state_batch(brw, prog_data->binding_table.size_bytes,
H A DgenX_boilerplate.h154 *_dst = brw_state_batch(brw, _brw_cmd_length(cmd) * 4, \
H A Dgen6_sol.c135 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 Dbrw_state.h217 void *brw_state_batch(struct brw_context *brw,
H A Dbrw_wm_surface_state.c175 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 DgenX_state_upload.c2280 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 Dintel_batchbuffer.c478 * 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 DgenX_blorp_exec.c130 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 Dgfx6_constant_state.c164 param = brw_state_batch(brw, size, 32,
324 brw_state_batch(brw, ALIGN(push_const_size, 64),
H A Dbrw_binding_tables.c51 * of the batchbuffer (allocated by brw_state_batch()).
77 brw_state_batch(brw, prog_data->binding_table.size_bytes,
H A DgenX_boilerplate.h154 *_dst = brw_state_batch(brw, _brw_cmd_length(cmd) * 4, \
H A Dgfx6_sol.c136 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 Dbrw_state.h214 void *brw_state_batch(struct brw_context *brw,
H A Dbrw_wm_surface_state.c172 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 DgenX_state_upload.c2263 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 Dbrw_state_upload.c83 uint32_t *map = brw_state_batch(brw, size, 64, &hash_address);
H A Dbrw_batch.c489 * 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 *

Completed in 32 milliseconds