| /third_party/spirv-tools/source/ |
| H A D | assembly_grammar.cpp | 214 lookupOperand(spv_operand_type_t type, uint32_t operand, spv_operand_desc* desc) const lookupOperand() argument
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | transformation_add_bit_instruction_synonym.cpp | 123 auto operand = instruction->GetInOperand(0).words[0]; in IsInstructionSupported() local
|
| H A D | transformation_move_instruction_down.cpp | 102 const auto& operand = successor_it->GetInOperand(i); in IsApplicable() local
|
| H A D | transformation_propagate_instruction_up.cpp | 59 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 D | instruction.h | 72 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 D | extract_source.cpp | 76 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 D | bignum.cc | 156 void Bignum::AddUInt64(const uint64_t operand) { in AddUInt64() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | double-conversion-bignum.cpp | 170 void Bignum::AddUInt64(const uint64_t operand) { in AddUInt64() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_combine_stores.c | 376 nir_deref_instr *operand = nir_src_as_deref(intrin->src[0]); in combine_stores_block() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texstate.c | 478 tex_combine_translate_operand(GLenum operand) in tex_combine_translate_operand() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | double-conversion-bignum.cpp | 170 void Bignum::AddUInt64(const uint64_t operand) { in AddUInt64() argument
|
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-assembler-inl.h | 95 void BaselineAssembler::Move(Register output, MemOperand operand) { in Move() argument
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-register-optimizer.h | 166 static Register OperandToRegister(uint32_t operand) { in OperandToRegister() argument
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-code-gen-state.h | 129 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 D | vktSparseResourcesShaderIntrinsicsBase.hpp | 108 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 D | ValidateLimitations.cpp | 430 TIntermTyped *operand = node->getLeft(); in validateIndexing() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | RewriteDfdy.cpp | 164 TIntermTyped *operand = node->getChildNode(0)->getAsTyped(); visitAggregateWithRotation() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_instruction.cpp | 143 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 D | instruction_test.cpp | 193 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 D | ValidateLimitations.cpp | 496 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 D | disassemble.cpp | 215 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 D | transformation_duplicate_region_with_selection.cpp | 610 uint32_t operand = merge_block_terminator->GetSingleWordInOperand(0); in Apply() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | fold.cpp | 291 const Operand* operand = &inst->GetInOperand(i); FoldBinaryIntegerOpToConstant() local 475 const Operand* operand = &inst->GetInOperand(i); FoldBinaryBooleanOpToConstant() local [all...] |
| H A D | fold_spec_constant_op_and_composite_pass.cpp | 161 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 D | disassemble.cpp | 215 const spv_parsed_operand_t& operand = inst.operands[0]; in HandleInstruction() local [all...] |