Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec_jpeg.c47 dec->jpg.dt_luma_top_offset = luma->surface.u.gfx9.surf_offset; in radeon_jpeg_get_decode_param()
49 dec->jpg.dt_chroma_top_offset = chroma->surface.u.gfx9.surf_offset; in radeon_jpeg_get_decode_param()
Dsi_sdma_copy_image.c116 uint64_t dst_address = sdst->buffer.gpu_address + sdst->surface.u.gfx9.surf_offset; in si_sdma_v4_v5_copy_texture()
117 uint64_t src_address = ssrc->buffer.gpu_address + ssrc->surface.u.gfx9.surf_offset; in si_sdma_v4_v5_copy_texture()
Dradeon_vce_52.c274 enc->luma->u.gfx9.surf_offset); // inputPictureLumaAddressHi/Lo in encode()
276 enc->chroma->u.gfx9.surf_offset); // inputPictureChromaAddressHi/Lo in encode()
Dradeon_uvd_enc_1_1.c904 RADEON_ENC_READ(enc->handle, RADEON_DOMAIN_VRAM, enc->luma->u.gfx9.surf_offset); in radeon_uvd_enc_encode_params_hevc()
905 RADEON_ENC_READ(enc->handle, RADEON_DOMAIN_VRAM, enc->chroma->u.gfx9.surf_offset); in radeon_uvd_enc_encode_params_hevc()
Dradeon_vcn_enc_1_2.c1170 RADEON_ENC_READ(enc->handle, RADEON_DOMAIN_VRAM, enc->luma->u.gfx9.surf_offset); in radeon_enc_encode_params()
1171 RADEON_ENC_READ(enc->handle, RADEON_DOMAIN_VRAM, enc->chroma->u.gfx9.surf_offset); in radeon_enc_encode_params()
Dradeon_vcn_dec.c1939 decode->dt_luma_top_offset = luma->surface.u.gfx9.surf_offset; in rvcn_dec_message_decode()
1940 decode->dt_chroma_top_offset = chroma->surface.u.gfx9.surf_offset; in rvcn_dec_message_decode()
1943 luma->surface.u.gfx9.surf_offset + luma->surface.u.gfx9.surf_slice_size; in rvcn_dec_message_decode()
1945 chroma->surface.u.gfx9.surf_offset + chroma->surface.u.gfx9.surf_slice_size; in rvcn_dec_message_decode()
Dsi_state.c2719 assert(tex->surface.u.gfx9.surf_offset == 0); in si_init_depth_surface()
3292 cb_color_base += tex->surface.u.gfx9.surf_offset >> 8; in si_emit_framebuffer_state()
3318 cb_color_base += tex->surface.u.gfx9.surf_offset >> 8; in si_emit_framebuffer_state()
3365 cb_color_base += tex->surface.u.gfx9.surf_offset >> 8; in si_emit_framebuffer_state()
Dradeon_uvd.c1386 return surface->u.gfx9.surf_offset + layer * surface->u.gfx9.surf_slice_size; in texture_offset()
Dsi_texture.c151 return tex->surface.u.gfx9.surf_offset + box->z * tex->surface.u.gfx9.surf_slice_size + in si_texture_get_offset()
Dsi_descriptors.c307 va += tex->surface.u.gfx9.surf_offset; in si_set_mutable_tex_desc_fields()
/third_party/mesa3d/src/amd/vulkan/
Dradv_sdma_copy_image.c79 uint64_t src_address = image->bindings[0].bo->va + image->planes[0].surface.u.gfx9.surf_offset; in radv_sdma_v4_v5_copy_image_to_buffer()
Dradv_image.c783 va += plane->surface.u.gfx9.surf_offset; in si_set_mutable_tex_desc_fields()
Dradv_device.c6290 cb->cb_color_base += surf->u.gfx9.surf_offset >> 8; in radv_initialise_color_surface()
6596 assert(surf->u.gfx9.surf_offset == 0); in radv_initialise_ds_surface()
/third_party/mesa3d/src/amd/common/
Dac_surface.h238 uint64_t surf_offset; /* 0 unless imported with an offset */ member
Dac_surface.c2332 surf->u.gfx9.surf_offset = 0; in gfx9_compute_surface()
2723 offset = surf->u.gfx9.surf_offset; in ac_surface_set_umd_metadata()
2919 surf->u.gfx9.surf_offset = offset; in ac_surface_override_offset_stride()
2972 return surf->u.gfx9.surf_offset + in ac_surface_get_plane_offset()
/third_party/mesa3d/docs/relnotes/
D20.0.7.rst71 - i965: Fix out-of-bounds access to brw_stage_state::surf_offset
D19.3.0.rst2738 - radeonsi: use gfx9.surf_offset to compute texture offset
D20.0.0.rst2693 - radeonsi: use gfx9.surf_offset to compute texture offset
D20.1.0.rst1320 - i965: Fix out-of-bounds access to brw_stage_state::surf_offset
D20.2.0.rst1307 - i965: Fix out-of-bounds access to brw_stage_state::surf_offset
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h396 uint32_t surf_offset[128];//TODO member
Dcrocus_state.c5382 uint32_t *surf_offsets = shader->surf_offset; in crocus_populate_binding_table()
6308 ice->shaders.prog[stage]->surf_offset,
6323 ice->shaders.ff_gs_prog->surf_offset,
8069 ice->shaders.prog[MESA_SHADER_COMPUTE]->surf_offset,