Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h392 flowOp(op), in TIntermBranch()
398 TOperator getFlowOp() { return flowOp; } in getFlowOp()
402 TOperator flowOp;
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1148 flowOp(op), in TIntermBranch()
1153 TOperator getFlowOp() const { return flowOp; } in getFlowOp()
1156 TOperator flowOp;
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_nv50.cpp127 void emitFlow(const Instruction *, uint8_t flowOp);
1729 CodeEmitterNV50::emitFlow(const Instruction *i, uint8_t flowOp) in emitFlow() argument
1735 code[0] = 0x00000003 | (flowOp << 28); in emitFlow()