HomeSort by relevance Sort by last modified time
    Searched refs:inputs (Results 326 - 350 of 1134) sorted by null

<<11121314151617181920>>

  /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::__anon36591::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::__anon36599::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::__anon36611::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...]
  /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) {
  /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/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 50 lp_rast_shade_quads_all(task, &tri->inputs, x, y);
355 &tri->inputs,
443 &tri->inputs,
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 38 GLfloat Inputs[2][4]; /** Primary, secondary input colors */
369 machine->Inputs[ATI_FS_INPUT_PRIMARY]);
372 machine->Inputs[ATI_FS_INPUT_SECONDARY]);
564 GLfloat (*inputs)[4] = machine->Inputs;
572 COPY_4V(inputs[ATI_FS_INPUT_PRIMARY], span->array->attribs[FRAG_ATTRIB_COL0][col]);
573 COPY_4V(inputs[ATI_FS_INPUT_SECONDARY], span->array->attribs[FRAG_ATTRIB_COL1][col]);
  /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/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 560 vector<vector<deUint32> > inputs (numInputVecs);
636 inputs[curInVec].resize(numVertices*numScalars);
648 float* dst = (float*)&inputs[curInVec][0];
701 deInt32* dst = (deInt32*)&inputs[curInVec][0];
737 deUint32* dst = &inputs[curInVec][0];
797 gl.vertexAttribPointer(loc, scalarSize, glScalarType, GL_FALSE, 0, &inputs[curInVec][0]);
799 gl.vertexAttribIPointer(loc, scalarSize, glScalarType, 0, &inputs[curInVec][0]);
851 const void* inputData = &inputs[curInNdx][0];
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 202 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
225 void VertexExpanderShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
229 packets[ndx]->position = rr::readVertexAttribFloat(inputs[0], packets[ndx]->instanceNdx, packets[ndx]->vertexNdx);
231 packets[ndx]->outputs[0] = rr::readVertexAttribFloat(inputs[1], packets[ndx]->instanceNdx, packets[ndx]->vertexNdx);
301 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
332 void VertexEmitterShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
336 packets[ndx]->position = rr::readVertexAttribFloat(inputs[0], packets[ndx]->instanceNdx, packets[ndx]->vertexNdx);
338 packets[ndx]->outputs[0] = rr::readVertexAttribFloat(inputs[1], packets[ndx]->instanceNdx, packets[ndx]->vertexNdx);
436 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
454 void VertexVaryingShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) cons
    [all...]
es31fSeparateShaderTests.cpp 509 const vector<VariableDeclaration>& inputs,
527 for (vector<VariableDeclaration>::const_iterator it = inputs.begin();
528 it != inputs.end(); ++it)
552 if (inputs.size() > 0)
562 << inputs.size() << "))" << "\n"
565 for (size_t i = 0; i < inputs.size(); ++i)
570 printInputColor(oss, inputs[i]);
576 oss << "\t\t" << "case " << inputs.size() << ":\n"
832 msg << "Varying outputs and inputs correspond ";
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 169 void RandomShaderProgram::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
194 const tcu::Vec4 attribValue = rr::readVertexAttribFloat(inputs[attribNdx], packet->instanceNdx, packet->vertexNdx);
  /external/gemmlowp/meta/generators/
neon_emitter.py 205 def EmitAsmEnd(self, outputs, inputs, clobbers):
207 self.EmitAsmMapping(inputs, 'r')
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 386 * the inputs it asks for, whether they are varying or not.
426 brw->vb.inputs[i].glarray->Type == GL_FIXED) {
427 key.gl_fixed_input_size[i] = brw->vb.inputs[i].glarray->Size;
  /packages/apps/TV/src/com/android/tv/
TvApplication.java 450 List<TvInputInfo> inputs = inputManager.getTvInputList(); local
454 for (TvInputInfo input : inputs) {
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 32 // inputs in package syscall say
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
interactive.go 339 inputs := strings.SplitN(input, "=", 2)
340 option := strings.ToLower(strings.TrimSpace(inputs[0]))
342 if len(inputs) == 2 {
343 value = strings.TrimSpace(inputs[1])
  /prebuilts/go/darwin-x86/src/internal/trace/
parser_test.go 16 // These inputs crashed parser previously.

Completed in 1235 milliseconds

<<11121314151617181920>>