Home
last modified time | relevance | path

Searched defs:operand (Results 1 - 25 of 274) sorted by relevance

1234567891011

/third_party/skia/src/utils/
H A DSkClipStackUtils.cpp22 SkPath operand; in SkClipStack_AsPath() local
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dextensions.cpp30 const auto& operand = inst->operands[0]; in GetExtensionString() local
H A Dparsed_operand.cpp24 EmitNumericLiteral(std::ostream* out, const spv_parsed_instruction_t& inst, const spv_parsed_operand_t& operand) EmitNumericLiteral() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dextensions.cpp30 const auto& operand = inst->operands[0]; in GetExtensionString() local
H A Dparsed_operand.cpp24 EmitNumericLiteral(std::ostream* out, const spv_parsed_instruction_t& inst, const spv_parsed_operand_t& operand) EmitNumericLiteral() argument
[all...]
/third_party/spirv-tools/source/
H A Dextensions.cpp33 const auto& operand = inst->operands[0]; in GetExtensionString() local
H A Dparsed_operand.cpp24 EmitNumericLiteral(std::ostream* out, const spv_parsed_instruction_t& inst, const spv_parsed_operand_t& operand) EmitNumericLiteral() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_rvalue_visitor.cpp40 unsigned int operand; in rvalue_visit() local
H A Dir_builder.h49 class operand { class
51 operand(ir_rvalue *val) in operand() function in ir_builder::operand
56 operand(ir_variable *var) in operand() function in ir_builder::operand
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_validate.c154 bool rogue_validate_operand(const struct rogue_operand *operand) in rogue_validate_operand() argument
[all...]
H A Drogue_dump.c89 bool rogue_dump_operand(const struct rogue_operand *operand, FILE *fp) in rogue_dump_operand() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_literals.cpp31 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.memory_test.cpp43 for (auto operand : GetParam().operands()) input << " " << operand; in TEST_P() local
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dchange_operand_to_undef_reduction_opportunity.cpp30 auto operand = inst_->GetOperand(operand_index_); in Apply() local
H A Doperand_to_const_reduction_opportunity_finder.cpp45 const auto& operand = inst.GetOperand(index); in GetAvailableOpportunities() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dchange_operand_to_undef_reduction_opportunity.cpp30 auto operand = inst_->GetOperand(operand_index_); in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_literals.cpp31 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.memory_test.cpp43 for (auto operand : GetParam().operands()) input << " " << operand; in TEST_P() local
/third_party/spirv-tools/source/reduce/
H A Dchange_operand_to_undef_reduction_opportunity.cpp30 auto operand = inst_->GetOperand(operand_index_); in Apply() local
/third_party/spirv-tools/source/val/
H A Dvalidate_literals.cpp28 bool IsLiteralNumber(const spv_parsed_operand_t& operand) { in IsLiteralNumber() argument
[all...]
/third_party/spirv-tools/test/
H A Dtext_to_binary.memory_test.cpp43 for (auto operand : GetParam().operands()) input << " " << operand; in TEST_P() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_liveness.c124 agx_index operand = I->src[agx_predecessor_index(blk, *pred)]; in agx_compute_liveness() local
/third_party/vk-gl-cts/external/vulkancts/modules/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
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRecordConstantPrecision.cpp44 bool RecordConstantPrecisionTraverser::operandAffectsParentOperationPrecision(TIntermTyped *operand) in operandAffectsParentOperationPrecision() argument

Completed in 20 milliseconds

1234567891011