Searched refs:brw_state_batch (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_blorp_exec.c | 127 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()
|
D | gen6_constant_state.c | 164 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()
|
D | gen6_sol.c | 136 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()
|
D | genX_boilerplate.h | 154 *_dst = brw_state_batch(brw, _brw_cmd_length(cmd) * 4, \
|
D | brw_binding_tables.c | 77 brw_state_batch(brw, prog_data->binding_table.size_bytes, in brw_upload_binding_table()
|
D | brw_wm_surface_state.c | 172 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()
|
D | brw_state.h | 214 void *brw_state_batch(struct brw_context *brw,
|
D | genX_state_upload.c | 2264 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,
|
D | brw_state_upload.c | 83 uint32_t *map = brw_state_batch(brw, size, 64, &hash_address); in brw_upload_gen11_slice_hashing_state()
|
D | intel_batchbuffer.c | 1048 brw_state_batch(struct brw_context *brw, in brw_state_batch() function
|