Searched refs:scratch_va (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_compute.c | 395 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; local in function:si_setup_compute_scratch_buffer 397 si_shader_apply_scratch_relocs(shader, scratch_va); 524 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; local in function:setup_scratch_rsrc_user_sgprs 530 uint32_t scratch_dword0 = scratch_va & 0xffffffff; 532 S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) |
|
| H A D | si_shader.h | 701 uint64_t scratch_va);
|
| H A D | si_state_shaders.c | 3060 uint64_t scratch_va = sctx->scratch_buffer->gpu_address; local in function:si_update_scratch_buffer 3087 si_shader_apply_scratch_relocs(shader->previous_stage, scratch_va); 3089 si_shader_apply_scratch_relocs(shader, scratch_va);
|
| H A D | si_shader.c | 5151 uint64_t scratch_va) 5154 uint32_t scratch_rsrc_dword0 = scratch_va; 5156 S_008F04_BASE_ADDRESS_HI(scratch_va >> 32); 5150 si_shader_apply_scratch_relocs(struct si_shader * shader,uint64_t scratch_va) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_compute.c | 464 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; local in function:si_setup_compute_scratch_buffer 466 if (!si_shader_binary_upload(sctx->screen, shader, scratch_va)) 572 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; local in function:setup_scratch_rsrc_user_sgprs 577 uint32_t scratch_dword0 = scratch_va & 0xffffffff; 579 S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) | S_008F04_SWIZZLE_ENABLE(1);
|
| H A D | si_shader.h | 900 uint64_t scratch_va);
|
| H A D | si_shader.c | 836 uint64_t *scratch_va = data; local in function:si_get_external_symbol 839 *value = (uint32_t)*scratch_va; 844 *value = S_008F04_BASE_ADDRESS_HI(*scratch_va >> 32) | S_008F04_SWIZZLE_ENABLE(1); 852 uint64_t scratch_va) 871 u.cb_data = &scratch_va; 851 si_shader_binary_upload(struct si_screen * sscreen,struct si_shader * shader,uint64_t scratch_va) argument
|
| H A D | si_state_shaders.c | 3729 uint64_t scratch_va = sctx->scratch_buffer->gpu_address; local in function:si_update_scratch_buffer 3755 if (!si_shader_binary_upload(sctx->screen, shader, scratch_va)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_device.c | 2366 uint64_t scratch_va; local in function:radv_emit_compute_scratch 2371 scratch_va = radv_buffer_get_va(compute_scratch_bo); 2376 radeon_emit(cs, scratch_va); 2377 radeon_emit(cs, S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) | 2599 uint64_t scratch_va = radv_buffer_get_va(scratch_bo); local in function:radv_get_preamble_cs 2600 uint32_t rsrc1 = S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) | 2602 map[0] = scratch_va;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_device.c | 3660 uint64_t scratch_va; local in function:radv_emit_compute_scratch 3665 scratch_va = radv_buffer_get_va(compute_scratch_bo); 3670 radeon_emit(cs, scratch_va); 3671 radeon_emit(cs, S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) | S_008F04_SWIZZLE_ENABLE(1)); 3929 uint64_t scratch_va = radv_buffer_get_va(scratch_bo); local in function:radv_get_preamble_cs 3930 uint32_t rsrc1 = S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) | S_008F04_SWIZZLE_ENABLE(1); 3931 map[0] = scratch_va;
|
Completed in 45 milliseconds