Searched refs:callstack_check_depth (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 212 static inline void callstack_check_depth(struct r600_shader_ctx *ctx, unsigned reason, unsigned che… 355 callstack_check_depth(ctx, FC_PUSH_VPM, 0); in llvm_if() 4953 static inline void callstack_check_depth(struct r600_shader_ctx *ctx, unsigned reason, unsigned che… in callstack_check_depth() function 5081 callstack_check_depth(ctx, FC_PUSH_VPM, 0); in tgsi_if() 5124 callstack_check_depth(ctx, FC_LOOP, 0); in tgsi_bgnloop() 5176 callstack_check_depth(ctx, FC_PUSH_VPM, 1); in tgsi_loop_brk_cont()
|