Searched refs:rValue (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1727 Interval rValue, bValue; in calculateBounds() local 1733 …rValue = lookupWrapped(rAccess, conversionFormat[0], addressModeU, addressModeV, IVec2(subI, subJ)… in calculateBounds() 1740 …rValue = reconstructLinearXYChromaSample(filteringFormat[0], conversionFormat[0], xChromaOffset, y… in calculateBounds() 1745 …rValue = reconstructLinearXChromaSample(filteringFormat[0], conversionFormat[0], xChromaOffset, ad… in calculateBounds() 1752 rValue, in calculateBounds() 1776 Interval rValue, bValue; in calculateBounds() local 1780 …rValue = lookupWrapped(rAccess, conversionFormat[0], addressModeU, addressModeV, IVec2(chromaI, ch… in calculateBounds() 1788 …rValue = linearSample(rAccess, conversionFormat[0], filteringFormat[0], addressModeU, addressModeV… in calculateBounds() 1794 rValue, in calculateBounds() 1818 Interval rValue, bValue; in calculateBounds() local [all …]
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.h | 371 …void createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskN… 691 void setAccessChainRValue(Id rValue) in setAccessChainRValue() argument 694 accessChain.base = rValue; in setAccessChainRValue()
|
D | GlslangToSpv.cpp | 179 void multiTypeStore(const glslang::TType&, spv::Id rValue); 1863 spv::Id rValue = accessChainLoad(node->getRight()->getType()); in visitBinary() local 1874 rValue = createBinaryOperation(node->getOp(), decorations, in visitBinary() 1875 … convertGlslangToSpvType(node->getType()), leftRValue, rValue, in visitBinary() 1879 assert(rValue != spv::NoResult); in visitBinary() 1884 multiTypeStore(node->getLeft()->getType(), rValue); in visitBinary() 1888 builder.setAccessChainRValue(rValue); in visitBinary() 4190 void TGlslangToSpvTraverser::multiTypeStore(const glslang::TType& type, spv::Id rValue) in multiTypeStore() argument 4194 accessChainStore(type, rValue); in multiTypeStore() 4199 spv::Id rType = builder.getTypeId(rValue); in multiTypeStore() [all …]
|
D | SpvBuilder.cpp | 1513 void Builder::createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess, spv::Scope scop… in createStore() argument 1518 store->addIdOperand(rValue); in createStore()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3572 TIntermTyped* rValue; in decomposeStructBufferMethods() local 3574 rValue = argValue; in decomposeStructBufferMethods() 3576 rValue = intermediate.addIndex(EOpIndexDirect, argValue, idxConst, loc); in decomposeStructBufferMethods() 3578 rValue->setType(indexType); in decomposeStructBufferMethods() 3581 TIntermTyped* assign = intermediate.addAssign(EOpAssign, lValue, rValue, loc); in decomposeStructBufferMethods() 3682 TIntermTyped* rValue = argAggregate->getSequence()[1]->getAsTyped(); in decomposeStructBufferMethods() local 3687 node = intermediate.addAssign(EOpAssign, lValue, rValue, loc); in decomposeStructBufferMethods()
|