Searched refs:resultVariable (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | UnfoldShortCircuitToIf.cpp | 79 TVariable *resultVariable = CreateTempVariable(mSymbolTable, boolType); in visitBinary() local 82 insertions.push_back(CreateTempInitDeclarationNode(resultVariable, node->getLeft())); in visitBinary() 87 CreateTempAssignmentNode(resultVariable, node->getRight())); in visitBinary() 90 new TIntermUnary(EOpLogicalNot, CreateTempSymbolNode(resultVariable), nullptr); in visitBinary() 96 queueReplacement(CreateTempSymbolNode(resultVariable), OriginalNode::IS_DROPPED); in visitBinary() 106 TVariable *resultVariable = CreateTempVariable(mSymbolTable, boolType); in visitBinary() local 109 insertions.push_back(CreateTempInitDeclarationNode(resultVariable, node->getLeft())); in visitBinary() 114 CreateTempAssignmentNode(resultVariable, node->getRight())); in visitBinary() 117 new TIntermIfElse(CreateTempSymbolNode(resultVariable), assignRightBlock, nullptr); in visitBinary() 122 queueReplacement(CreateTempSymbolNode(resultVariable), OriginalNode::IS_DROPPED); in visitBinary() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsSampled.hpp | 46 virtual std::string sparseImageOpString (const std::string& resultVariable, 78 std::string sparseImageOpString (const std::string& resultVariable, 110 std::string sparseImageOpString (const std::string& resultVariable, 128 std::string sparseImageOpString (const std::string& resultVariable,
|
D | vktSparseResourcesShaderIntrinsicsStorage.hpp | 49 virtual std::string sparseImageOpString (const std::string& resultVariable, 72 std::string sparseImageOpString (const std::string& resultVariable, 95 std::string sparseImageOpString (const std::string& resultVariable,
|
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 396 …g SparseCaseOpImageSparseSampleExplicitLod::sparseImageOpString (const std::string& resultVariable, in sparseImageOpString() argument 404 …src << resultVariable << " = OpImageSparseSampleExplicitLod " << resultType << " " << image << " "… in sparseImageOpString() 409 …g SparseCaseOpImageSparseSampleImplicitLod::sparseImageOpString (const std::string& resultVariable, in sparseImageOpString() argument 419 …src << resultVariable << " = OpImageSparseSampleImplicitLod " << resultType << " " << image << " "… in sparseImageOpString() 424 std::string SparseCaseOpImageSparseGather::sparseImageOpString (const std::string& resultVariable, in sparseImageOpString() argument 488 …src << resultVariable << " = OpCompositeConstruct " << resultType << " %local_gather_residency_cod… in sparseImageOpString()
|
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 305 std::string SparseCaseOpImageSparseFetch::sparseImageOpString (const std::string& resultVariable, in sparseImageOpString() argument 313 …src << resultVariable << " = OpImageSparseFetch " << resultType << " " << image << " " << coord <<… in sparseImageOpString() 328 std::string SparseCaseOpImageSparseRead::sparseImageOpString (const std::string& resultVariable, in sparseImageOpString() argument 338 …src << resultVariable << " = OpImageSparseRead " << resultType << " " << image << " " << coord << … in sparseImageOpString()
|