HomeSort by relevance Sort by last modified time
    Searched refs:rr (Results 126 - 150 of 631) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp/modules/gles3/functional/
es3fDepthTests.cpp 57 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
58 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const;
65 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT)
66 << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT)
91 void DepthShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
94 packets[packetNdx]->position = rr::readVertexAttribFloat(inputs[0], packets[packetNdx]->instanceNdx, packets[packetNdx]->vertexNdx);
97 void DepthShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) cons
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 112 * get CERT RR by FQDN and create certinfo structure chain.
129 struct rrsetinfo *rr = NULL; local
139 error = getrrsetbyname(name, C_IN, T_CERT, 0, &rr);
148 if (rr->rri_rdclass != C_IN
149 || rr->rri_rdtype != T_CERT
150 || rr->rri_nrdatas == 0) {
158 if (!(rr->rri_flags & LWRDATA_VALIDATED))
159 printf("rr is not valid");
162 for (i = 0; i < rr->rri_nrdatas; i++) {
163 rdlength = rr->rri_rdatas[i].rdi_length
    [all...]
  /external/tensorflow/tensorflow/python/ops/
io_ops.py 380 rr = gen_io_ops._whole_file_reader_v2(name=name)
381 super(WholeFileReader, self).__init__(rr, supports_serialize=True)
409 rr = gen_io_ops._text_line_reader_v2(skip_header_lines=skip_header_lines,
411 super(TextLineReader, self).__init__(rr)
447 rr = gen_io_ops._fixed_length_record_reader_v2(
454 super(FixedLengthRecordReader, self).__init__(rr)
483 rr = gen_io_ops._tf_record_reader_v2(
485 super(TFRecordReader, self).__init__(rr)
509 rr = gen_io_ops._lmdb_reader(name=name)
510 super(LMDBReader, self).__init__(rr)
    [all...]
  /external/deqp/framework/referencerenderer/
rrPrimitivePacket.hpp 31 namespace rr namespace
74 } // rr
rrVertexPacket.hpp 32 namespace rr namespace
114 } // rr
  /external/vboot_reference/firmware/2lib/include/
2rsa.h 16 uint32_t arrsize; /* Length of n[] and rr[] in number of uint32_t */
19 const uint32_t *rr; /* R^2 as little endian array */ member in struct:vb2_public_key
  /prebuilts/go/darwin-x86/src/image/
format.go 44 if rr, ok := r.(reader); ok {
45 return rr
79 rr := asReader(r)
80 f := sniff(rr)
84 m, err := f.decode(rr)
93 rr := asReader(r)
94 f := sniff(rr)
98 c, err := f.decodeConfig(rr)
  /prebuilts/go/linux-x86/src/image/
format.go 44 if rr, ok := r.(reader); ok {
45 return rr
79 rr := asReader(r)
80 f := sniff(rr)
84 m, err := f.decode(rr)
93 rr := asReader(r)
94 f := sniff(rr)
98 c, err := f.decodeConfig(rr)
  /external/skia/include/core/
SkRRect.h 23 // add heart rect computation (max rect inside RR)
58 * Enum to capture the various possible subtypes of RR. Accessed
62 // !< The RR has zero width and/or zero height. All radii are zero.
65 //!< The RR is actually a (non-empty) rect (i.e., at least one radius
69 //!< The RR is actually a (non-empty) oval (i.e., all x radii are equal
73 //!< The RR is non-empty and all the x radii are equal & all y radii
78 //!< The RR is non-empty and the two left x radii are equal, the two top
80 //!< neither an rect, oval, nor a simple RR. It is called "nine patch"
82 //!< rect with edges that divide the RR into an 9 rectangular patches:
86 //!< A fully general (non-empty) RR. Some of the x and/or y radii ar
146 SkRRect rr; local
152 SkRRect rr; local
158 SkRRect rr; local
    [all...]
  /external/skqp/include/core/
SkRRect.h 23 // add heart rect computation (max rect inside RR)
58 * Enum to capture the various possible subtypes of RR. Accessed
62 // !< The RR has zero width and/or zero height. All radii are zero.
65 //!< The RR is actually a (non-empty) rect (i.e., at least one radius
69 //!< The RR is actually a (non-empty) oval (i.e., all x radii are equal
73 //!< The RR is non-empty and all the x radii are equal & all y radii
78 //!< The RR is non-empty and the two left x radii are equal, the two top
80 //!< neither an rect, oval, nor a simple RR. It is called "nine patch"
82 //!< rect with edges that divide the RR into an 9 rectangular patches:
86 //!< A fully general (non-empty) RR. Some of the x and/or y radii ar
147 SkRRect rr; local
153 SkRRect rr; local
159 SkRRect rr; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
adjust_saturation_op.cc 122 float rr, gg, bb; local
134 rr = c;
139 rr = x;
144 rr = 0;
149 rr = 0;
154 rr = x;
159 rr = c;
164 rr = 0;
168 *r = rr + m;
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.cpp 47 static VkCompareOp mapCompareOp (rr::TestFunc compareFunc)
51 case rr::TESTFUNC_NEVER: return VK_COMPARE_OP_NEVER;
52 case rr::TESTFUNC_LESS: return VK_COMPARE_OP_LESS;
53 case rr::TESTFUNC_EQUAL: return VK_COMPARE_OP_EQUAL;
54 case rr::TESTFUNC_LEQUAL: return VK_COMPARE_OP_LESS_OR_EQUAL;
55 case rr::TESTFUNC_GREATER: return VK_COMPARE_OP_GREATER;
56 case rr::TESTFUNC_NOTEQUAL: return VK_COMPARE_OP_NOT_EQUAL;
57 case rr::TESTFUNC_GEQUAL: return VK_COMPARE_OP_GREATER_OR_EQUAL;
58 case rr::TESTFUNC_ALWAYS: return VK_COMPARE_OP_ALWAYS;
65 rr::PrimitiveType mapVkPrimitiveToRRPrimitive(const vk::VkPrimitiveTopology& primitiveTopology
    [all...]
  /external/libmojo/ui/gfx/geometry/
rect_f.cc 108 float rr = std::min(right(), rect.right()); local
111 if (rx >= rr || ry >= rb)
112 rx = ry = rr = rb = 0; // non-intersecting
114 SetRect(rx, ry, rr - rx, rb - ry);
127 float rr = std::max(right(), rect.right()); local
130 SetRect(rx, ry, rr - rx, rb - ry);
143 float rr = right(); local
151 rr = rect.x();
161 SetRect(rx, ry, rr - rx, rb - ry);
254 float rr = std::max(p1.x(), p2.x()) local
    [all...]
  /external/tensorflow/tensorflow/python/training/
supervisor_test.py 176 rr = summary_iterator.summary_iterator(path)
178 ev = next(rr)
182 ev = next(rr)
185 ev = next(rr)
190 ev = next(rr)
198 ev = next(rr)
203 next(rr)
225 rr = _summary_iterator(logdir)
227 ev = next(rr)
231 ev = next(rr)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c3_14pf.cpp 94 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
218 Word16 rr[L_CODE][L_CODE]; local
261 rr,
267 rr,
318 rr[][L_CODE] Double Array of type Word16 -- autocorrelation matrix
376 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
437 /* account for ptr. init. (rr[io]) */
444 /* alp0 = L_mult(rr[i0][i0],_1_4, pOverflow); */
445 alp0 = (Word32) rr[i0][i0] << 14;
460 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]"
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 55 static rr::GenericVecType mapDataTypeToGenericVecType(glu::DataType type)
59 case glu::TYPE_FLOAT_VEC4: return rr::GENERICVECTYPE_FLOAT;
60 case glu::TYPE_INT_VEC4: return rr::GENERICVECTYPE_INT32;
61 case glu::TYPE_UINT_VEC4: return rr::GENERICVECTYPE_UINT32;
64 return rr::GENERICVECTYPE_LAST;
120 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
121 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
122 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
203 void Texture2DShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) cons
    [all...]
es31fGeometryShaderTests.cpp 129 std::string inputTypeToGLString (rr::GeometryShaderInputType inputType)
133 case rr::GEOMETRYSHADERINPUTTYPE_POINTS: return "points";
134 case rr::GEOMETRYSHADERINPUTTYPE_LINES: return "lines";
135 case rr::GEOMETRYSHADERINPUTTYPE_LINES_ADJACENCY: return "lines_adjacency";
136 case rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES: return "triangles";
137 case rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES_ADJACENCY: return "triangles_adjacency";
144 std::string outputTypeToGLString (rr::GeometryShaderOutputType outputType)
148 case rr::GEOMETRYSHADEROUTPUTTYPE_POINTS: return "points";
149 case rr::GEOMETRYSHADEROUTPUTTYPE_LINE_STRIP: return "line_strip";
150 case rr::GEOMETRYSHADEROUTPUTTYPE_TRIANGLE_STRIP: return "triangle_strip"
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsmsg_test.go 124 for idx, rr := range msg.answer {
125 if g, e := rr.Header().Rrtype, uint16(dnsTypeSRV); g != e {
126 t.Errorf("rr[%d].Header().Rrtype = %d; want %d", idx, g, e)
128 if _, ok := rr.(*dnsRR_SRV); !ok {
129 t.Errorf("answer[%d] = %T; want *dnsRR_SRV", idx, rr)
172 for idx, rr := range msg.answer {
173 if g, e := rr.Header().Rrtype, uint16(dnsTypeSRV); g != e {
174 t.Errorf("rr[%d].Header().Rrtype = %d; want %d", idx, g, e)
177 if _, ok := rr.(*dnsRR_Header); !ok {
178 t.Errorf("answer[%d] = %T; want *dnsRR_Header", idx, rr)
    [all...]
  /prebuilts/go/linux-x86/src/net/
dnsmsg_test.go 124 for idx, rr := range msg.answer {
125 if g, e := rr.Header().Rrtype, uint16(dnsTypeSRV); g != e {
126 t.Errorf("rr[%d].Header().Rrtype = %d; want %d", idx, g, e)
128 if _, ok := rr.(*dnsRR_SRV); !ok {
129 t.Errorf("answer[%d] = %T; want *dnsRR_SRV", idx, rr)
172 for idx, rr := range msg.answer {
173 if g, e := rr.Header().Rrtype, uint16(dnsTypeSRV); g != e {
174 t.Errorf("rr[%d].Header().Rrtype = %d; want %d", idx, g, e)
177 if _, ok := rr.(*dnsRR_Header); !ok {
178 t.Errorf("answer[%d] = %T; want *dnsRR_Header", idx, rr)
    [all...]
  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 84 rr::WindowRectangle scissorRectangle;
87 StencilState stencil[rr::FACETYPE_LAST];
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/
post.pass.cpp 29 std::move_iterator<It> rr = r++; local
31 assert(rr.base() == i);
pre.pass.cpp 29 std::move_iterator<It>& rr = ++r; local
31 assert(&rr == &r);
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
move_iterator.pass.cpp 33 std::move_iterator<It>& rr = r1 = r2; local
35 assert(&rr == &r1);
  /external/skia/experimental/sksg/geometry/
SkSGRect.cpp 38 RRect::RRect(const SkRRect& rr) : fRRect(rr) {}
SkSGRect.h 55 static sk_sp<RRect> Make(const SkRRect& rr) { return sk_sp<RRect>(new RRect(rr)); }

Completed in 451 milliseconds

1 2 3 4 56 7 8 91011>>