Home
last modified time | relevance | path

Searched refs:flowOp (Results 1 – 5 of 5) 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/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1244 flowOp(op), in TIntermBranch()
1249 TOperator getFlowOp() const { return flowOp; } in getFlowOp()
1254 TOperator flowOp;
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1238 flowOp(op), in TIntermBranch()
1243 TOperator getFlowOp() const { return flowOp; } in getFlowOp()
1248 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()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp2353 const TOperator flowOp = branchNode->getFlowOp(); in visitBranch() local
2358 switch (flowOp) in visitBranch()