Home
last modified time | relevance | path

Searched refs:gfx10_ngg_get_scratch_dw_size (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h191 unsigned gfx10_ngg_get_scratch_dw_size(struct si_shader *shader);
H A Dsi_shader_llvm.c858 LLVMTypeRef ai32 = LLVMArrayType(ctx->ac.i32, gfx10_ngg_get_scratch_dw_size(shader)); in si_llvm_translate_nir()
941 LLVMTypeRef asi32 = LLVMArrayType(ctx->ac.i32, gfx10_ngg_get_scratch_dw_size(shader)); in si_llvm_translate_nir()
H A Dgfx10_shader_ngg.c2336 unsigned gfx10_ngg_get_scratch_dw_size(struct si_shader *shader) in gfx10_ngg_get_scratch_dw_size() function
2368 const unsigned max_lds_size = 8 * 1024 - gfx10_ngg_get_scratch_dw_size(shader); in gfx10_ngg_calculate_subgroup_info()

Completed in 8 milliseconds