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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h194 unsigned gfx10_ngg_get_scratch_dw_size(struct si_shader *shader);
H A Dsi_shader_llvm.c882 LLVMTypeRef ai32 = LLVMArrayType(ctx->ac.i32, gfx10_ngg_get_scratch_dw_size(shader));
906 LLVMTypeRef asi32 = LLVMArrayType(ctx->ac.i32, gfx10_ngg_get_scratch_dw_size(shader));
H A Dgfx10_shader_ngg.c1980 unsigned gfx10_ngg_get_scratch_dw_size(struct si_shader *shader) function in typeref:typename:unsigned
2012 const unsigned max_lds_size = 8 * 1024 - gfx10_ngg_get_scratch_dw_size(shader);

Completed in 7 milliseconds