Searched refs:rr (Results 176 - 200 of 302) sorted by relevance

1234567891011>>

/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp27 namespace rr namespace
75 MultisampleConstPixelBufferAccess::MultisampleConstPixelBufferAccess (const rr::MultisamplePixelBufferAccess& msAccess)
244 } // rr
H A DrrRasterizer.hpp32 namespace rr namespace
258 * \note Not used by rr, but provided to prevent test cases requiring
284 } // rr
H A DrrShaders.hpp34 namespace rr namespace
240 } // rr
H A DrrFragmentOperations.cpp41 namespace rr namespace
740 void FragmentProcessor::render (const rr::MultisamplePixelBufferAccess& msColorBuffer,
741 const rr::MultisamplePixelBufferAccess& msDepthBuffer,
742 const rr::MultisamplePixelBufferAccess& msStencilBuffer,
761 rr::GenericVecType fragmentDataType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorbufferClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) ? (rr::GENERICVECTYPE_UINT32) : (rr::GENERICVECTYPE_FLOAT));
846 case rr::GENERICVECTYPE_FLOAT:
957 case rr
[all...]
/external/libconstrainedcrypto/
H A Drsa.c117 montMul(key, aR, a, key->rr); // aR = a * RR / R mod M
125 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */
H A Dp256_ec.c844 felem z1z1, z1z1z1, s2, u2, h, i, j, r, rr, v, tmp; local
861 felem_square(rr, r);
862 felem_diff(x_out, rr, j);
882 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; local
908 felem_square(rr, r);
909 felem_diff(x_out, rr, j);
929 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; local
962 felem_square(rr, r);
963 felem_diff(x_out, rr, j);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilTests.cpp936 const rr::Program program (&vertexShader, &fragmentShader);
943 rr::RenderState renderState(refRenderer.getViewportState());
949 rr::StencilState& refStencilFront = renderState.fragOps.stencilStates[rr::FACETYPE_FRONT];
950 rr::StencilState& refStencilBack = renderState.fragOps.stencilStates[rr::FACETYPE_BACK];
983 rr::PRIMITIVETYPE_TRIANGLES,
/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp185 const char* getBlendLayoutQualifier (rr::BlendEquationAdvanced equation)
205 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_qualifiers) == rr::BLENDEQUATION_ADVANCED_LAST);
206 DE_ASSERT(de::inBounds<int>(equation, 0, rr::BLENDEQUATION_ADVANCED_LAST));
210 glu::ProgramSources getBlendProgramSrc (rr::BlendEquationAdvanced equation, glu::RenderContext& renderContext)
491 rr::FragmentOperationState referenceState;
510 referenceState.blendMode = quadNdx == 0 ? rr::BLENDMODE_NONE : rr::BLENDMODE_ADVANCED;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpaint.c306 VGfloat rr = paint->gradient.radial.vals[4]; local
310 rr *= rr;
317 if (0.998f * rr < dd) {
320 scale = (dd > 0.0f) ? sqrt(0.998f * rr / dd) : 0.0f;
330 map[2] = (rr > dd) ? rr - dd : 1.0f;
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DXYRegionExampleActivity.java193 * @param lpf LineAndPointFormatter with which rr and rf are to be added/removed
194 * @param rf The XYRegionFormatter with which rr should be rendered
195 * @param rr The RectRegion to add/remove
198 XYRegionFormatter rf, RectRegion rr) {
200 lpf.removeRegion(rr);
202 lpf.addRegion(rr, rf);
197 onCheckBoxClicked(CheckBox cb, LineAndPointFormatter lpf, XYRegionFormatter rf, RectRegion rr) argument
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c364 CacheRecord *rr; local
365 FORALL_CACHERECORDS(slot, cg, rr) mDNS_PurgeCacheResourceRecord(m, rr);
/external/regex-re2/re2/
H A Dparse.cc127 // Parse a character class range into rr.
129 bool ParseCCRange(StringPiece* s, RuneRange* rr,
1634 // For single characters, rr->lo == rr->hi.
1637 bool Regexp::ParseState::ParseCCRange(StringPiece* s, RuneRange* rr, argument
1641 if (!ParseCCCharacter(s, &rr->lo, whole_class, status))
1646 if (!ParseCCCharacter(s, &rr->hi, whole_class, status))
1648 if (rr->hi < rr->lo) {
1654 rr
1742 RuneRange rr; local
[all...]
/external/skia/gm/
H A Dfilterfastbounds.cpp37 SkRRect rr; local
38 rr.setRectXY(r, xRad, yRad);
39 canvas->drawRRect(rr, p);
/external/valgrind/include/
H A Dpub_tool_tooliface.h539 Bool rr, Bool ww, Bool xx,
544 Bool rr, Bool ww, Bool xx,
549 Bool rr, Bool ww, Bool xx));
/external/vboot_reference/tests/
H A Dvboot_firmware_tests.c199 uint32_t rr = 256; local
202 VbNvGet(&vnc, VBNV_RECOVERY_REQUEST, &rr);
203 TEST_EQ(rr, expected_recovery, " recovery request");
/external/libconstrainedcrypto/test/
H A Drsa_test.c93 .rr = {820482522u,2494434288u,1082168230u,731376296u,
/external/skia/src/core/
H A DSkBitmapDevice.h77 void drawRRect(const SkRRect& rr, const SkPaint& paint) override;
/external/syslinux/com32/include/syslinux/
H A Dconfig.h77 } rr; /* real raw */ member in union:syslinux_derivative_info
/external/vboot_reference/firmware/lib/cryptolib/
H A Drsa.c100 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */
/external/ltp/utils/ffsb-6.0-rc2/
H A Dffsb_tg.c163 void tg_set_read_random(ffsb_tg_t * tg, int rr) argument
165 tg->read_random = rr;
/external/dng_sdk/source/
H A Ddng_lens_correction.cpp248 const real64 rr = dvdv + dhdh; local
254 rr,
1450 const real64 rr = Min_real64 (diffNormSqr.v + diffNormSqr.h,
1461 rr);
1474 rr,
1489 rr);
1492 rr,
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h896 struct r600_resource *rr = (struct r600_resource *)r; local
909 if (rr->domains & RADEON_DOMAIN_GTT) {
910 rctx->gtt += rr->buf->size;
912 if (rr->domains & RADEON_DOMAIN_VRAM) {
913 rctx->vram += rr->buf->size;
/external/skia/samplecode/
H A DSampleQuadStroker.cpp623 SkRRect rr; variable
624 rr.setRectXY(r, rad, rad);
625 path.addRRect(rr);
631 rr.inset(width/2, width/2, &rr2);
633 rr.inset(-width/2, -width/2, &rr2);
/external/boringssl/src/crypto/conf/
H A Dconf.c201 int q, r, rr = 0, to = 0, len = 0; local
288 rr = *e;
312 * r and rr are the chars replaced by the '\0'
313 * rp and rrp is where 'r' and 'rr' came from. */
316 *rrp = rr;
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp217 rr::FragmentOperationState referenceState;
258 referenceState.blendMode = rr::BLENDMODE_NONE;
260 referenceState.blendMode = rr::BLENDMODE_STANDARD;

Completed in 848 milliseconds

1234567891011>>