Home
last modified time | relevance | path

Searched refs:FC_PUSH_VPM (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h207 #define FC_PUSH_VPM 4 macro
Dr600_shader.c9665 if (reason == FC_PUSH_VPM || stack->push > 0) { in callstack_update_max_depth()
9691 if (reason == FC_PUSH_VPM || stack->push > 0) { in callstack_update_max_depth()
9716 case FC_PUSH_VPM: in callstack_pop()
9737 case FC_PUSH_VPM: in callstack_push()
9834 int elems = callstack_push(ctx, FC_PUSH_VPM); in emit_if()
9907 callstack_pop(ctx, FC_PUSH_VPM); in tgsi_endif()