/art/compiler/optimizing/ |
register_allocator_graph_color.cc | 1145 HInputsRef inputs = defined_by->GetInputs(); local 1335 HInputsRef inputs = defined_by->GetInputs(); local 1377 HInputsRef inputs = defined_by->GetInputs(); local [all...] |
/external/vixl/test/aarch32/ |
test-simulator-cond-rd-rn-operand-rm-a32.cc | 158 // `Inputs` have various layouts across generated tests so they absolutely 173 struct Inputs { 192 const Inputs* inputs; member in struct:vixl::aarch32::__anon38351::TestLoopData 195 static const Inputs kCondition[] = 212 static const Inputs kRdIsRn[] = {{NoFlag, 0xffffff83, 0xffffff83, 0xffff8002}, 413 static const Inputs kRdIsRm[] = {{NoFlag, 0x55555555, 0x7ffffffe, 0x55555555}, [all...] |
test-simulator-cond-rd-rn-operand-rm-t32.cc | 158 // `Inputs` have various layouts across generated tests so they absolutely 173 struct Inputs { 192 const Inputs* inputs; member in struct:vixl::aarch32::__anon38359::TestLoopData 195 static const Inputs kCondition[] = 212 static const Inputs kRdIsRn[] = {{ZCFlag, 0x00000000, 0x00000000, 0xffffff80}, 413 static const Inputs kRdIsRm[] = {{NZVFlag, 0xffff8002, 0x00000020, 0xffff8002}, [all...] |
test-simulator-cond-rdlow-rnlow-rmlow-t32.cc | 126 // `Inputs` have various layouts across generated tests so they absolutely 141 struct Inputs { 160 const Inputs* inputs; member in struct:vixl::aarch32::__anon38371::TestLoopData 163 static const Inputs kCondition[] = 180 static const Inputs kUnconditional[] = [all...] |
/external/libvncserver/webclients/novnc/include/ |
ui.js | 838 var inputs = newLen - oldLen; 839 if (inputs < 0) { 840 backspaces = -inputs; 850 inputs = newLen - i; 860 for (i = newLen - inputs; i < newLen; i++) { [all...] |
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
fd5_program.c | 646 unsigned compmask = s[FS].v->inputs[j].compmask; 648 uint32_t inloc = s[FS].v->inputs[j].inloc; 650 if ((s[FS].v->inputs[j].interpolate == INTERP_MODE_FLAT) || 651 (s[FS].v->inputs[j].rasterflat && emit->rasterflat)) { 663 gl_varying_slot slot = s[FS].v->inputs[j].slot;
|
/external/mesa3d/src/gallium/state_trackers/omx/ |
vid_dec.c | 476 priv->inputs[i] = buf->pBuffer; 484 vl_vlc_init(&vlc, priv->num_in_buffers, priv->inputs, priv->sizes); 501 priv->slice = priv->inputs[1]; 527 priv->inputs[0] = priv->inputs[1] + delta;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atifs_to_tgsi.c | 45 struct ureg_src inputs[PIPE_MAX_SHADER_INPUTS]; member in struct:st_translate 141 return t->inputs[t->inputMapping[VARYING_SLOT_COL0]]; 143 return t->inputs[t->inputMapping[VARYING_SLOT_COL1]]; 318 src[0] = t->inputs[t->inputMapping[attr]]; 453 t->inputs[i] = ureg_DECL_fs_input(ureg,
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ImageShader.java | 261 public void processMulti(FrameImage2D[] inputs, FrameImage2D output) { 262 TextureSource[] texSources = new TextureSource[inputs.length]; 263 for (int i = 0; i < inputs.length; ++i) { 264 texSources[i] = inputs[i].lockTextureSource(); 271 for (FrameImage2D input : inputs) {
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_fs.c | 478 interp->inputs, 2386 struct lp_shader_input inputs[PIPE_MAX_SHADER_INPUTS]; local [all...] |
/build/kati/ |
ninja.go | 366 func (n *NinjaGenerator) emitBuild(output, rule, inputs, orderOnlys string) { 368 if inputs != "" { 369 fmt.Fprintf(n.f, " %s", inputs) 512 inputs, orderOnlys := n.dependency(node) 532 []string{"${in}", inputs}, 549 n.emitBuild(output, ruleName, inputs, orderOnlys)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
install.py | 637 inputs = []
640 inputs.extend(cmd.get_inputs())
642 return inputs
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
vktSpvAsmComputeShaderCase.cpp | 363 for (deUint32 inputNdx = 0; inputNdx < m_shaderSpec.inputs.size(); ++inputNdx) 371 const BufferSp& input = m_shaderSpec.inputs[inputNdx]; 461 if (!(*m_shaderSpec.verifyIO)(m_shaderSpec.inputs, outputAllocs, m_shaderSpec.outputs, m_context.getTestContext().getLog()))
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
vktYCbCrFormatTests.cpp | 263 spec.inputs.push_back(Symbol("texCoord", glu::VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_HIGHP))); 411 const void* inputs[] = { texCoord[0].getPtr() }; local 414 executor->execute((int)texCoord.size(), inputs, outputs, *descSet);
|
vktYCbCrViewTests.cpp | 415 spec.inputs.push_back(Symbol("texCoord", glu::VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_HIGHP))); 636 const void* inputs[] = { texCoord[0].getPtr() }; local 639 executor->execute((int)numValues, inputs, outputs, *descSet);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_soa.c | 308 LLVMValueRef inputs[4]; local 330 inputs[chan] = lp_build_extract_soa_chan(&bld, 337 lp_build_format_swizzle_soa(format_desc, &bld, inputs, rgba_out);
|
/external/mesa3d/src/mesa/swrast/ |
s_atifragshader.c | 39 GLfloat Inputs[2][4]; /** Primary, secondary input colors */ 355 machine->Inputs[ATI_FS_INPUT_PRIMARY]); 358 machine->Inputs[ATI_FS_INPUT_SECONDARY]); 550 GLfloat (*inputs)[4] = machine->Inputs; 558 COPY_4V(inputs[ATI_FS_INPUT_PRIMARY], span->array->attribs[VARYING_SLOT_COL0][col]); 559 COPY_4V(inputs[ATI_FS_INPUT_SECONDARY], span->array->attribs[VARYING_SLOT_COL1][col]);
|
/external/python/cpython2/Lib/distutils/command/ |
install.py | 637 inputs = [] 640 inputs.extend(cmd.get_inputs()) 642 return inputs
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
install.py | 674 inputs = [] 677 inputs.extend(cmd.get_inputs()) 679 return inputs
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
install.py | 674 inputs = [] 677 inputs.extend(cmd.get_inputs()) 679 return inputs
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
loopreschedchecks.go | 60 // are present in the graph, initially with trivial inputs. 314 // with all inputs set to v. 342 if v == y { // don't rewrite self -- phi inputs are handled below. 353 // Rewrite appropriate inputs of phis reached in successors 415 old := defForUses[idom[s.ID].ID] // new phi function is correct-but-redundant, combining value "old" on all inputs. 418 newphis[s] = rewrite{before: old, after: headerPhi} // record new phi, to have inputs labeled "old" rewritten to "headerPhi"
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
loopreschedchecks.go | 60 // are present in the graph, initially with trivial inputs. 314 // with all inputs set to v. 342 if v == y { // don't rewrite self -- phi inputs are handled below. 353 // Rewrite appropriate inputs of phis reached in successors 415 old := defForUses[idom[s.ID].ID] // new phi function is correct-but-redundant, combining value "old" on all inputs. 418 newphis[s] = rewrite{before: old, after: headerPhi} // record new phi, to have inputs labeled "old" rewritten to "headerPhi"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install.py | 674 inputs = [] 677 inputs.extend(cmd.get_inputs()) 679 return inputs
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install.py | 674 inputs = [] 677 inputs.extend(cmd.get_inputs()) 679 return inputs
|
/external/v8/src/compiler/ |
raw-machine-assembler.h | 718 // The call target is passed as part of the {inputs} array. 719 Node* CallN(CallDescriptor* desc, int input_count, Node* const* inputs); 722 // The call target and frame state are passed as part of the {inputs} array. 724 Node* const* inputs); 727 // The call target is passed as part of the {inputs} array. 728 Node* TailCallN(CallDescriptor* desc, int input_count, Node* const* inputs); 790 Node* Phi(MachineRepresentation rep, int input_count, Node* const* inputs); 798 Node* AddNode(const Operator* op, int input_count, Node* const* inputs); 811 Node* MakeNode(const Operator* op, int input_count, Node* const* inputs);
|