HomeSort by: relevance | last modified time | path
    Searched refs:flow (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_debug.h 53 flow = 1 << 9, enumerator in enum:r600::SfnLog::LogFlag
sfn_debug.cpp 69 {"flow", SfnLog::flow, "Log Flow instructions"},
sfn_nir.cpp 192 SFN_TRACE_FUNC(SfnLog::flow, "CF");
207 SFN_TRACE_FUNC(SfnLog::flow, "IF");
235 SFN_TRACE_FUNC(SfnLog::flow, "LOOP");
252 SFN_TRACE_FUNC(SfnLog::flow, "BLOCK");
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_conversion_builder.h 282 double flow, fhigh; local
285 flow = -65504.0f;
289 flow = -FLT_MAX;
293 flow = -DBL_MAX;
310 if (src_ilow < flow)
311 *low = nir_imm_intN_t(b, flow, src_bit_size);
324 *low = nir_imm_floatN_t(b, flow, src_bit_size);
  /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
README.md 16 | 40 | NV40 | GeForce 6800 | DX9c, better control flow |
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_trace.spec 39 operations at any time. The data flow from the application to GL
320 flow from application to OpenGL, as well as data flow from OpenGL to
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_trace.spec 39 operations at any time. The data flow from the application to GL
320 flow from application to OpenGL, as well as data flow from OpenGL to
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 1150 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : local
1153 Instruction::clone(pol, flow);
1154 flow->allWarp = allWarp;
1155 flow->absolute = absolute;
1156 flow->limit = limit;
1157 flow->builtin = builtin;
1160 flow->target.builtin = target.builtin;
1163 flow->target.fn = target.fn;
1166 flow->target.bb = pol.get<BasicBlock>(target.bb);
1168 return flow;
    [all...]
nv50_ir_target.h 210 unsigned int flow : 1; member in struct:nv50_ir::Target::OpInfo
nv50_ir_target_nv50.cpp 162 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
nv50_ir_target_gv100.cpp 73 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
nv50_ir_target_nvc0.cpp 246 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 1086 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : local
1089 Instruction::clone(pol, flow);
1090 flow->allWarp = allWarp;
1091 flow->absolute = absolute;
1092 flow->limit = limit;
1093 flow->builtin = builtin;
1096 flow->target.builtin = target.builtin;
1099 flow->target.fn = target.fn;
1102 flow->target.bb = pol.get<BasicBlock>(target.bb);
1104 return flow;
    [all...]
nv50_ir_target.h 208 unsigned int flow : 1; member in struct:nv50_ir::Target::OpInfo
nv50_ir_target_nv50.cpp 162 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
nv50_ir_target_nvc0.cpp 246 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_llvm_build.c 46 /* Data for if/else/endif and bgnloop/endloop control flow structures.
127 ctx->flow = calloc(1, sizeof(*ctx->flow));
132 free(ctx->flow->stack);
133 free(ctx->flow);
134 ctx->flow = NULL;
3080 if (ctx->flow->depth > 0)
3081 return &ctx->flow->stack[ctx->flow->depth - 1];
3087 for (unsigned i = ctx->flow->depth; i > 0; --i)
3096 struct ac_llvm_flow *flow; local
3127 struct ac_llvm_flow *flow = &ctx->flow->stack[ctx->flow->depth - 2]; local
3148 struct ac_llvm_flow *flow = push_flow(ctx); local
3158 struct ac_llvm_flow *flow = get_innermost_loop(ctx); local
3164 struct ac_llvm_flow *flow = get_innermost_loop(ctx); local
3230 struct ac_llvm_flow *flow = push_flow(ctx); local
    [all...]
ac_llvm_build.h 125 * flow stack is shared by both ac_llvm_contexts.
127 struct ac_llvm_flow_state *flow; member in struct:ac_llvm_context
ac_nir_to_llvm.c 2984 if (ctx->ac.flow->depth == 0) {
5426 /* If we find a barrier in nested control flow put this in the
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_llvm_build.c 47 /* Data for if/else/endif and bgnloop/endloop control flow structures.
128 free(ctx->flow);
129 ctx->flow = NULL;
3099 return &ctx->flow[ctx->flow_depth - 1];
3107 if (ctx->flow[i - 1].loop_entry_block)
3108 return &ctx->flow[i - 1];
3116 struct ac_llvm_flow *flow; local
3122 ctx->flow = realloc(ctx->flow, new_max * sizeof(*ctx->flow));
3150 struct ac_llvm_flow *flow = &ctx->flow[ctx->flow_depth - 2]; local
3174 struct ac_llvm_flow *flow = push_flow(ctx); local
3184 struct ac_llvm_flow *flow = get_innermost_loop(ctx); local
3190 struct ac_llvm_flow *flow = get_innermost_loop(ctx); local
3238 struct ac_llvm_flow *flow = push_flow(ctx); local
    [all...]
ac_llvm_build.h 94 struct ac_llvm_flow *flow; member in struct:ac_llvm_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
gk104.asm 797 // spill control flow stack to l[]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
gk104.asm 797 // spill control flow stack to l[]

Completed in 38 milliseconds