Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c127 return brw_state_batch(brw, size, alignment, offset); in blorp_alloc_dynamic_state()
139 uint32_t *bt_map = brw_state_batch(brw, in blorp_alloc_binding_table()
144 surface_maps[i] = brw_state_batch(brw, in blorp_alloc_binding_table()
171 void *data = brw_state_batch(brw, size, 64, &offset); in blorp_alloc_vertex_buffer()
Dgen6_constant_state.c164 param = brw_state_batch(brw, size, 32, in gen6_upload_push_constants()
322 brw_state_batch(brw, ALIGN(push_const_size, 64), in brw_upload_cs_push_constants()
Dgen6_sol.c136 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SOL_BINDINGS, in brw_gs_upload_binding_table()
164 bind = brw_state_batch(brw, sizeof(uint32_t) * BRW_MAX_SURFACES, in brw_gs_upload_binding_table()
DgenX_boilerplate.h154 *_dst = brw_state_batch(brw, _brw_cmd_length(cmd) * 4, \
Dbrw_binding_tables.c77 brw_state_batch(brw, prog_data->binding_table.size_bytes, in brw_upload_binding_table()
Dbrw_wm_surface_state.c172 void *state = brw_state_batch(brw, in brw_emit_surface_state()
634 uint32_t *dw = brw_state_batch(brw, in brw_emit_buffer_surface_state()
733 uint32_t *surf = brw_state_batch(brw, 6 * 4, 32, out_offset); in brw_update_sol_surface()
842 uint32_t *surf = brw_state_batch(brw, in emit_null_surface_state()
937 surf = brw_state_batch(brw, 6 * 4, 32, &offset); in gen4_update_renderbuffer_surface()
Dbrw_state.h214 void *brw_state_batch(struct brw_context *brw,
DgenX_state_upload.c2264 brw_state_batch(brw, 4 * GENX(CC_VIEWPORT_length) * viewport_count,
2375 scissor_map = brw_state_batch(
2433 brw_state_batch(brw, GENX(SF_CLIP_VIEWPORT_length) * 4 * viewport_count,
2440 brw_state_batch(brw, GENX(SF_VIEWPORT_length) * 4 * viewport_count,
2443 brw_state_batch(brw, GENX(CLIP_VIEWPORT_length) * 4 * viewport_count,
2953 blend_map = brw_state_batch(brw, size, 64, &brw->cc.blend_state_offset);
4265 uint32_t *desc = (uint32_t*) brw_state_batch(
4285 uint32_t *bind = brw_state_batch(brw, prog_data->binding_table.size_bytes,
5021 uint32_t *sdc = brw_state_batch(
5399 uint32_t *sampler_state = brw_state_batch(brw,
Dbrw_state_upload.c83 uint32_t *map = brw_state_batch(brw, size, 64, &hash_address); in brw_upload_gen11_slice_hashing_state()
Dintel_batchbuffer.c1048 brw_state_batch(struct brw_context *brw, in brw_state_batch() function