Home
last modified time | relevance | path

Searched refs:surf_offset (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c139 uint32_t *surf_offset, int surf_index, in brw_emit_surface_state() argument
185 surf_offset); in brw_emit_surface_state()
189 *surf_offset + brw->isl_dev.ss.addr_offset, in brw_emit_surface_state()
208 *surf_offset + in brw_emit_surface_state()
444 uint32_t *surf_offset, in brw_update_texture_surface() argument
454 brw_update_buffer_texture_surface(ctx, unit, surf_offset); in brw_update_texture_surface()
547 const int surf_index = surf_offset - &brw->wm.base.surf_offset[0]; in brw_update_texture_surface()
572 surf_offset, surf_index, in brw_update_texture_surface()
608 uint32_t *surf_offset) in brw_update_buffer_texture_surface() argument
649 brw_emit_buffer_surface_state(brw, surf_offset, bo, in brw_update_buffer_texture_surface()
[all …]
Dgen6_sol.c61 &brw->gs.base.surf_offset[surf_index], in gen6_update_sol_surfaces()
67 &brw->ff_gs.surf_offset[surf_index], in gen6_update_sol_surfaces()
73 brw->ff_gs.surf_offset[surf_index] = 0; in gen6_update_sol_surfaces()
75 brw->gs.base.surf_offset[surf_index] = 0; in gen6_update_sol_surfaces()
139 memcpy(bind, brw->ff_gs.surf_offset, in brw_gs_upload_binding_table()
167 memcpy(bind, brw->gs.base.surf_offset, in brw_gs_upload_binding_table()
Dgen6_constant_state.c236 if (stage_state->surf_offset[surf_index]) { in brw_upload_pull_constants()
237 stage_state->surf_offset[surf_index] = 0; in brw_upload_pull_constants()
269 brw_emit_buffer_surface_state(brw, &stage_state->surf_offset[surf_index], in brw_upload_pull_constants()
Dbrw_binding_tables.c71 brw, &stage_state->surf_offset[ in brw_upload_binding_table()
81 memcpy(bind, stage_state->surf_offset, in brw_upload_binding_table()
Dbrw_context.h645 uint32_t surf_offset[BRW_MAX_SURFACES]; member
1095 uint32_t surf_offset[BRW_MAX_SOL_BINDINGS]; member
1471 uint32_t *surf_offset);
DgenX_state_upload.c4182 brw, &stage_state->surf_offset[
4282 memcpy(bind, stage_state->surf_offset,
/external/mesa3d/src/amd/common/
Dac_surface.h136 uint64_t surf_offset; /* 0 unless imported with an offset */ member
Dac_surface.c1152 surf->u.gfx9.surf_offset = 0; in gfx9_compute_surface()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_video.c178 surfaces[i]->u.gfx9.surf_offset += off; in si_vid_join_surfaces()
Dradeon_vcn_dec.c671 decode->dt_luma_top_offset = luma->surface.u.gfx9.surf_offset; in rvcn_dec_message_decode()
672 decode->dt_chroma_top_offset = chroma->surface.u.gfx9.surf_offset; in rvcn_dec_message_decode()
674 decode->dt_luma_bottom_offset = luma->surface.u.gfx9.surf_offset + in rvcn_dec_message_decode()
676 decode->dt_chroma_bottom_offset = chroma->surface.u.gfx9.surf_offset + in rvcn_dec_message_decode()
Dradeon_vcn_enc_1_2.c723 RADEON_ENC_READ(enc->handle, RADEON_DOMAIN_VRAM, enc->luma->u.gfx9.surf_offset); in radeon_enc_encode_params()
724 RADEON_ENC_READ(enc->handle, RADEON_DOMAIN_VRAM, enc->chroma->u.gfx9.surf_offset); in radeon_enc_encode_params()
Dradeon_vce_52.c263 enc->luma->u.gfx9.surf_offset); // inputPictureLumaAddressHi/Lo in encode()
265 enc->chroma->u.gfx9.surf_offset); // inputPictureChromaAddressHi/Lo in encode()
Dr600_texture.c309 surface->u.gfx9.surf_offset = offset; in r600_init_surface()
748 offset = rtex->surface.u.gfx9.surf_offset; in r600_texture_get_handle()
Dradeon_uvd.c1536 return surface->u.gfx9.surf_offset + in texture_offset()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c253 va += image->surface.u.gfx9.surf_offset; in si_set_mutable_tex_desc_fields()
Dradv_device.c3118 cb->cb_color_base += iview->image->surface.u.gfx9.surf_offset >> 8; in radv_initialise_color_surface()
3340 assert(iview->image->surface.u.gfx9.surf_offset == 0); in radv_initialise_ds_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2527 assert(rtex->surface.u.gfx9.surf_offset == 0); in si_init_depth_surface()
3037 cb_color_base += tex->surface.u.gfx9.surf_offset >> 8; in si_emit_framebuffer_state()
Dsi_descriptors.c332 va += tex->surface.u.gfx9.surf_offset; in si_set_mutable_tex_desc_fields()