Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:needs

46     const needs_t& needs = mBuilderContext.needs;
232 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs)
235 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR;
266 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c)
280 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]);
283 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]);
284 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]);
285 tmu.env = ggl_needs_to_env(GGL_READ_NEEDS(T_ENV, needs.t[i]));
286 tmu.pot = GGL_READ_NEEDS(T_POT, needs.t[i]);
287 tmu.linear = GGL_READ_NEEDS(T_LINEAR, needs.t[i])
330 const needs_t& needs = mBuilderContext.needs;
340 const int cb_format_idx = GGL_READ_NEEDS(CB_FORMAT, needs.n);
371 const int need_w = GGL_READ_NEEDS(W, needs.n);
408 const needs_t& needs = mBuilderContext.needs;