Searched refs:gfx10_ngg_get_scratch_dw_size (Results 1 – 3 of 3) sorted by relevance
219 unsigned gfx10_ngg_get_scratch_dw_size(struct si_shader *shader);
1900 unsigned gfx10_ngg_get_scratch_dw_size(struct si_shader *shader) in gfx10_ngg_get_scratch_dw_size() function1932 const unsigned max_lds_size = 8 * 1024 - gfx10_ngg_get_scratch_dw_size(shader); in gfx10_ngg_calculate_subgroup_info()
1393 LLVMTypeRef ai32 = LLVMArrayType(ctx->ac.i32, gfx10_ngg_get_scratch_dw_size(shader)); in si_build_main_function()1421 LLVMTypeRef asi32 = LLVMArrayType(ctx->ac.i32, gfx10_ngg_get_scratch_dw_size(shader)); in si_build_main_function()