Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h219 unsigned gfx10_ngg_get_scratch_dw_size(struct si_shader *shader);
Dgfx10_shader_ngg.c1900 unsigned gfx10_ngg_get_scratch_dw_size(struct si_shader *shader) in gfx10_ngg_get_scratch_dw_size() function
1932 const unsigned max_lds_size = 8 * 1024 - gfx10_ngg_get_scratch_dw_size(shader); in gfx10_ngg_calculate_subgroup_info()
Dsi_shader.c1393 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()