Searched refs:surf_offset (Results 1 – 22 of 22) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vcn_dec_jpeg.c | 47 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()
|
D | si_sdma_copy_image.c | 116 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()
|
D | radeon_vce_52.c | 274 enc->luma->u.gfx9.surf_offset); // inputPictureLumaAddressHi/Lo in encode() 276 enc->chroma->u.gfx9.surf_offset); // inputPictureChromaAddressHi/Lo in encode()
|
D | radeon_uvd_enc_1_1.c | 904 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()
|
D | radeon_vcn_enc_1_2.c | 1170 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()
|
D | radeon_vcn_dec.c | 1939 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()
|
D | si_state.c | 2719 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()
|
D | radeon_uvd.c | 1386 return surface->u.gfx9.surf_offset + layer * surface->u.gfx9.surf_slice_size; in texture_offset()
|
D | si_texture.c | 151 return tex->surface.u.gfx9.surf_offset + box->z * tex->surface.u.gfx9.surf_slice_size + in si_texture_get_offset()
|
D | si_descriptors.c | 307 va += tex->surface.u.gfx9.surf_offset; in si_set_mutable_tex_desc_fields()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_sdma_copy_image.c | 79 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()
|
D | radv_image.c | 783 va += plane->surface.u.gfx9.surf_offset; in si_set_mutable_tex_desc_fields()
|
D | radv_device.c | 6290 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/ |
D | ac_surface.h | 238 uint64_t surf_offset; /* 0 unless imported with an offset */ member
|
D | ac_surface.c | 2332 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/ |
D | 20.0.7.rst | 71 - i965: Fix out-of-bounds access to brw_stage_state::surf_offset
|
D | 19.3.0.rst | 2738 - radeonsi: use gfx9.surf_offset to compute texture offset
|
D | 20.0.0.rst | 2693 - radeonsi: use gfx9.surf_offset to compute texture offset
|
D | 20.1.0.rst | 1320 - i965: Fix out-of-bounds access to brw_stage_state::surf_offset
|
D | 20.2.0.rst | 1307 - i965: Fix out-of-bounds access to brw_stage_state::surf_offset
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_context.h | 396 uint32_t surf_offset[128];//TODO member
|
D | crocus_state.c | 5382 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,
|