Home
last modified time | relevance | path

Searched defs:operand (Results 26 - 50 of 274) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp80 const auto& operand = inst.GetOperand(index); in GetOpportunitiesForDominatingInst() local
H A Doperand_to_undef_reduction_opportunity_finder.cpp44 const auto& operand = inst.GetOperand(index); in GetAvailableOpportunities() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Doperand_to_const_reduction_opportunity_finder.cpp45 const auto& operand = inst.GetOperand(index); in GetAvailableOpportunities() local
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp80 const auto& operand = inst.GetOperand(index); in GetOpportunitiesForDominatingInst() local
H A Doperand_to_undef_reduction_opportunity_finder.cpp44 const auto& operand = inst.GetOperand(index); in GetAvailableOpportunities() local
/third_party/skia/src/sksl/ir/
H A DSkSLPrefixExpression.h27 PrefixExpression(Operator op, std::unique_ptr<Expression> operand) in PrefixExpression() argument
44 std::unique_ptr<Expression>& operand() { in operand() function in SkSL::final
48 const std::unique_ptr<Expression>& operand() const { in operand() function in SkSL::final
H A DSkSLPostfixExpression.h24 PostfixExpression(std::unique_ptr<Expression> operand, Operator op) in PostfixExpression() argument
43 std::unique_ptr<Expression>& operand() { in operand() function in SkSL::final
47 const std::unique_ptr<Expression>& operand() const { in operand() function in SkSL::final
H A DSkSLPrefixExpression.cpp122 logical_not_operand(const Context& context, std::unique_ptr<Expression> operand) logical_not_operand() argument
/third_party/spirv-tools/source/reduce/
H A Doperand_to_const_reduction_opportunity_finder.cpp45 const auto& operand = inst.GetOperand(index); in GetAvailableOpportunities() local
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp80 const auto& operand = inst.GetOperand(index); in GetOpportunitiesForDominatingInst() local
H A Doperand_to_undef_reduction_opportunity_finder.cpp44 const auto& operand = inst.GetOperand(index); in GetAvailableOpportunities() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.hpp36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument
57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument
72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument
91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument
106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument
125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument
[all...]
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp36 SparseShaderIntrinsicsCaseStorage(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseStorage() argument
60 SparseCaseOpImageSparseFetch(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseFetch() argument
84 SparseCaseOpImageSparseRead(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseRead() argument
H A DvktSparseResourcesShaderIntrinsics.cpp41 std::string operand; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp41 std::string operand; member
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.annotation_test.cpp51 input << " " << operand; in TEST_P() local
74 input << " %" << operand; in TEST_P() local
450 input << " " << operand; TEST_P() local
[all...]
H A Dtext_to_binary.mode_setting_test.cpp147 input << " " << operand; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.annotation_test.cpp51 input << " " << operand; in TEST_P() local
74 input << " %" << operand; in TEST_P() local
450 input << " " << operand; TEST_P() local
[all...]
H A Dtext_to_binary.mode_setting_test.cpp147 input << " " << operand; in TEST_P() local
/third_party/vixl/src/aarch32/
H A Doperands-aarch32.cc51 std::ostream& operator<<(std::ostream& os, const Operand& operand) { in operator <<() argument
100 operator <<(std::ostream& os, const SOperand& operand) operator <<() argument
109 operator <<(std::ostream& os, const DOperand& operand) operator <<() argument
118 operator <<(std::ostream& os, const QOperand& operand) operator <<() argument
518 operator <<(std::ostream& os, const MemOperand& operand) operator <<() argument
550 operator <<(std::ostream& os, const AlignedMemOperand& operand) operator <<() argument
[all...]
/third_party/rust/crates/syn/codegen/src/
H A Dmain.rs32 mod operand; modules
/third_party/spirv-tools/test/
H A Dtext_to_binary.annotation_test.cpp51 input << " " << operand; in TEST_P() local
74 input << " %" << operand; in TEST_P() local
455 input << " " << operand; TEST_P() local
[all...]
H A Dtext_to_binary.mode_setting_test.cpp147 input << " " << operand; in TEST_P() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc-data.h53 compiler::AllocatedOperand& operand(size_t i) { return operands()[i]; } in operand() function
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_capability.cpp272 const spv_parsed_operand_t& operand = inst->operand(0); in CapabilityPass() local

Completed in 9 milliseconds

1234567891011