Home
last modified time | relevance | path

Searched refs:brw_state_batch (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c119 return brw_state_batch(brw, size, alignment, offset); in blorp_alloc_dynamic_state()
131 uint32_t *bt_map = brw_state_batch(brw, in blorp_alloc_binding_table()
136 surface_maps[i] = brw_state_batch(brw, in blorp_alloc_binding_table()
163 void *data = brw_state_batch(brw, size, 64, &offset); in blorp_alloc_vertex_buffer()
Dgen6_constant_state.c158 param = brw_state_batch(brw, size, 32, in gen6_upload_push_constants()
312 brw_state_batch(brw, ALIGN(cs_prog_data->push.total.size, 64), in brw_upload_cs_push_constants()
Dgen6_sol.c135 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SOL_BINDINGS, in brw_gs_upload_binding_table()
163 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SURFACES, in brw_gs_upload_binding_table()
Dbrw_binding_tables.c77 brw_state_batch(brw, prog_data->binding_table.size_bytes, in brw_upload_binding_table()
Dbrw_wm_surface_state.c182 void *state = brw_state_batch(brw, in brw_emit_surface_state()
588 uint32_t *dw = brw_state_batch(brw, in brw_emit_buffer_surface_state()
675 uint32_t *surf = brw_state_batch(brw, 6 * 4, 32, out_offset); in brw_update_sol_surface()
784 uint32_t *surf = brw_state_batch(brw, in emit_null_surface_state()
879 surf = brw_state_batch(brw, 6 * 4, 32, &offset); in gen4_update_renderbuffer_surface()
Dbrw_state.h189 void *brw_state_batch(struct brw_context *brw,
DgenX_state_upload.c174 *_dst = brw_state_batch(brw, _brw_cmd_length(cmd) * 4, \
2194 brw_state_batch(brw, 4 * GENX(CC_VIEWPORT_length) * viewport_count,
2293 scissor_map = brw_state_batch(
2431 brw_state_batch(brw, GENX(SF_CLIP_VIEWPORT_length) * 4 * viewport_count,
2438 brw_state_batch(brw, GENX(SF_VIEWPORT_length) * 4 * viewport_count,
2441 brw_state_batch(brw, GENX(CLIP_VIEWPORT_length) * 4 * viewport_count,
2928 blend_map = brw_state_batch(brw, size, 64, &brw->cc.blend_state_offset);
4171 uint32_t *desc = (uint32_t*) brw_state_batch(
4189 uint32_t *bind = brw_state_batch(brw, prog_data->binding_table.size_bytes,
4798 uint32_t *sdc = brw_state_batch(
[all …]
Dintel_batchbuffer.c1148 brw_state_batch(struct brw_context *brw, in brw_state_batch() function