Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_callstack.cpp44 case FC_PUSH_VPM: in push()
63 case FC_PUSH_VPM: in pop()
99 if (type == FC_PUSH_VPM || stack.push > 0) { in update_max_depth()
120 if (type == FC_PUSH_VPM || stack.push > 0) { in update_max_depth()
Dsfn_ir_to_assembly.cpp494 int elems = m_callstack.push(FC_PUSH_VPM); in emit_if_start()
533 m_callstack.pop(FC_PUSH_VPM); in emit_endif()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h225 #define FC_PUSH_VPM 4 macro
Dr600_shader.c10423 if (reason == FC_PUSH_VPM || stack->push > 0) { in callstack_update_max_depth()
10449 if (reason == FC_PUSH_VPM || stack->push > 0) { in callstack_update_max_depth()
10474 case FC_PUSH_VPM: in callstack_pop()
10495 case FC_PUSH_VPM: in callstack_push()
10593 int elems = callstack_push(ctx, FC_PUSH_VPM); in emit_if()
10671 callstack_pop(ctx, FC_PUSH_VPM); in tgsi_endif()