Home
last modified time | relevance | path

Searched refs:rValue (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1888 …const Interval rValue (reconstructLinearXYChromaSample(filteringFormat, conversionFormat, xChromaO… in calculateBounds() local
1892 rValue, in calculateBounds()
1907 …const Interval rValue (reconstructLinearXChromaSample(filteringFormat, conversionFormat, xChromaOf… in calculateBounds() local
1911 rValue, in calculateBounds()
2061 const Interval rValue (linearInterpolate(filteringFormat, lumaA, lumaB, in calculateBounds() local
2073 rValue, in calculateBounds()
2089 const Interval rValue (linearInterpolate(filteringFormat, lumaA, lumaB, in calculateBounds() local
2101 rValue, in calculateBounds()
2158 …const Interval rValue (linearSample(rAccess, conversionFormat, filteringFormat, addressModeU, add… in calculateBounds() local
2163 rValue, in calculateBounds()
[all …]
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h306 …void createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskN…
601 void setAccessChainRValue(Id rValue) in setAccessChainRValue() argument
604 accessChain.base = rValue; in setAccessChainRValue()
DGlslangToSpv.cpp159 void multiTypeStore(const glslang::TType&, spv::Id rValue);
1661 spv::Id rValue = accessChainLoad(node->getRight()->getType()); in visitBinary() local
1672 rValue = createBinaryOperation(node->getOp(), decorations, in visitBinary()
1673 … convertGlslangToSpvType(node->getType()), leftRValue, rValue, in visitBinary()
1677 assert(rValue != spv::NoResult); in visitBinary()
1682 multiTypeStore(node->getLeft()->getType(), rValue); in visitBinary()
1686 builder.setAccessChainRValue(rValue); in visitBinary()
3489 void TGlslangToSpvTraverser::multiTypeStore(const glslang::TType& type, spv::Id rValue) in multiTypeStore() argument
3493 accessChainStore(type, rValue); in multiTypeStore()
3498 spv::Id rType = builder.getTypeId(rValue); in multiTypeStore()
[all …]
DSpvBuilder.cpp1330 void Builder::createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess, spv::Scope scop… in createStore() argument
1334 store->addIdOperand(rValue); in createStore()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3435 TIntermTyped* rValue; in decomposeStructBufferMethods() local
3437 rValue = argValue; in decomposeStructBufferMethods()
3439 rValue = intermediate.addIndex(EOpIndexDirect, argValue, idxConst, loc); in decomposeStructBufferMethods()
3441 rValue->setType(indexType); in decomposeStructBufferMethods()
3444 TIntermTyped* assign = intermediate.addAssign(EOpAssign, lValue, rValue, loc); in decomposeStructBufferMethods()
3545 TIntermTyped* rValue = argAggregate->getSequence()[1]->getAsTyped(); in decomposeStructBufferMethods() local
3550 node = intermediate.addAssign(EOpAssign, lValue, rValue, loc); in decomposeStructBufferMethods()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4789 std::unique_ptr<CFXJSE_Value> rValue = GetSimpleValue(pThis, args, 1); in assign_value_operator() local
4801 if (!SetObjectDefaultValue(jsObjectValue.get(), rValue.get())) { in assign_value_operator()
4810 propertyValue->ToString().AsStringView(), rValue.get()); in assign_value_operator()
4814 if (!SetObjectDefaultValue(lValue.get(), rValue.get())) { in assign_value_operator()
4819 args.GetReturnValue()->Assign(rValue.get()); in assign_value_operator()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/sqlite/dist/orig/
Dsqlite3.c79103 SQLITE_API int sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){
79108 sqlite3VdbeMemSetDouble(&p->aVar[i-1], rValue);
80145 double rValue;
80149 if( sqlite3AtoF(pRec->z, &rValue, pRec->n, enc)==0 ) return;
80154 pRec->u.r = rValue;
167335 RtreeDValue rValue; /* Constraint value. */
168241 if( p->u.rValue>=val ) return;
168249 if( p->u.rValue<=val ) return;
168278 case RTREE_LE: if( xN <= p->u.rValue ) return; break;
168279 case RTREE_LT: if( xN < p->u.rValue ) return; break;
[all …]
/external/sqlite/dist/
Dsqlite3.c79119 SQLITE_API int sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){
79124 sqlite3VdbeMemSetDouble(&p->aVar[i-1], rValue);
80161 double rValue;
80165 if( sqlite3AtoF(pRec->z, &rValue, pRec->n, enc)==0 ) return;
80170 pRec->u.r = rValue;
167363 RtreeDValue rValue; /* Constraint value. */
168269 if( p->u.rValue>=val ) return;
168277 if( p->u.rValue<=val ) return;
168306 case RTREE_LE: if( xN <= p->u.rValue ) return; break;
168307 case RTREE_LT: if( xN < p->u.rValue ) return; break;
[all …]
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...