Home
last modified time | relevance | path

Searched defs:operand (Results 76 - 100 of 274) sorted by relevance

1234567891011

/third_party/spirv-tools/source/
H A Dassembly_grammar.cpp214 lookupOperand(spv_operand_type_t type, uint32_t operand, spv_operand_desc* desc) const lookupOperand() argument
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_bit_instruction_synonym.cpp123 auto operand = instruction->GetInOperand(0).words[0]; in IsInstructionSupported() local
H A Dtransformation_move_instruction_down.cpp102 const auto& operand = successor_it->GetInOperand(i); in IsApplicable() local
H A Dtransformation_propagate_instruction_up.cpp59 const auto& operand = inst->GetInOperand(i); in HasValidDependencies() local
159 auto& operand = clone->GetInOperand(i); in Apply() local
/third_party/spirv-tools/source/val/
H A Dinstruction.h72 const spv_parsed_operand_t& operand(size_t idx) const { in operand() function in spvtools::val::Instruction
/third_party/spirv-tools/tools/objdump/
H A Dextract_source.cpp76 const auto& operand = instruction.operands[1]; in extractOpString() local
95 const auto& operand = instruction.operands[0]; in extractOpSourceContinued() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.cc156 void Bignum::AddUInt64(const uint64_t operand) { in AddUInt64() argument
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.cpp170 void Bignum::AddUInt64(const uint64_t operand) { in AddUInt64() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_combine_stores.c376 nir_deref_instr *operand = nir_src_as_deref(intrin->src[0]); in combine_stores_block() local
/third_party/mesa3d/src/mesa/main/
H A Dtexstate.c478 tex_combine_translate_operand(GLenum operand) in tex_combine_translate_operand() argument
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-bignum.cpp170 void Bignum::AddUInt64(const uint64_t operand) { in AddUInt64() argument
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler-inl.h95 void BaselineAssembler::Move(Register output, MemOperand operand) { in Move() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.h166 static Register OperandToRegister(uint32_t operand) { in OperandToRegister() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-gen-state.h129 inline MemOperand GetStackSlot(const compiler::AllocatedOperand& operand) { in GetStackSlot() argument
133 inline Register ToRegister(const compiler::InstructionOperand& operand) { in ToRegister() argument
141 inline MemOperand ToMemOperand(const compiler::InstructionOperand& operand) { in ToMemOperand() argument
114 GetFramePointerOffsetForStackSlot( const compiler::AllocatedOperand& operand) GetFramePointerOffsetForStackSlot() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.hpp108 SparseShaderIntrinsicsCaseBase(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) SparseShaderIntrinsicsCaseBase() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateLimitations.cpp430 TIntermTyped *operand = node->getLeft(); in validateIndexing() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteDfdy.cpp164 TIntermTyped *operand = node->getChildNode(0)->getAsTyped(); visitAggregateWithRotation() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_instruction.cpp143 CheckRequiredCapabilities(ValidationState_t& state, const Instruction* inst, size_t which_operand, const spv_parsed_operand_t& operand, uint32_t word) CheckRequiredCapabilities() argument
253 const auto& operand = inst->operand(i); CapabilityCheck() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinstruction_test.cpp193 const auto& operand = *citer; in TEST() local
220 const auto& operand = *iter; TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp496 TIntermTyped* operand = node->getLeft(); in validateIndexing() local
450 validateOperation(TIntermOperator* node, TIntermNode* operand) validateOperation() argument
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddisassemble.cpp215 const spv_parsed_operand_t& operand = inst.operands[0]; in HandleInstruction() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_duplicate_region_with_selection.cpp610 uint32_t operand = merge_block_terminator->GetSingleWordInOperand(0); in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfold.cpp291 const Operand* operand = &inst->GetInOperand(i); FoldBinaryIntegerOpToConstant() local
475 const Operand* operand = &inst->GetInOperand(i); FoldBinaryBooleanOpToConstant() local
[all...]
H A Dfold_spec_constant_op_and_composite_pass.cpp161 const Operand& operand = (*inst_iter_ptr)->GetInOperand(i); in FoldWithInstructionFolder() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddisassemble.cpp215 const spv_parsed_operand_t& operand = inst.operands[0]; in HandleInstruction() local
[all...]

Completed in 18 milliseconds

1234567891011