Home
last modified time | relevance | path

Searched defs:operand (Results 51 - 75 of 274) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_id.cpp145 const spv_parsed_operand_t& operand = inst->operand(i); in IdPass() local
[all...]
H A Dinstruction.h72 const spv_parsed_operand_t& operand(size_t idx) const { in operand() function in spvtools::val::Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_capability.cpp272 const spv_parsed_operand_t& operand = inst->operand(0); in CapabilityPass() local
H A Dvalidate_id.cpp145 const spv_parsed_operand_t& operand = inst->operand(i); in IdPass() local
[all...]
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/source/val/
H A Dvalidate_capability.cpp294 const spv_parsed_operand_t& operand = inst->operand(0); in CapabilityPass() local
H A Dvalidate_id.cpp134 const spv_parsed_operand_t& operand = inst->operand(i); in IdPass() local
[all...]
/third_party/elfutils/libdw/
H A Dcfi.c134 Dwarf_Word operand = opcode & CFI_PRIMARY_MAX; in execute_cfi() local
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_encode.c39 static size_t rogue_encode_reg_bank(const struct rogue_operand *operand) in rogue_encode_reg_bank() argument
704 static bool rogue_encode_operand(const struct rogue_operand *operand, in rogue_encode_operand() argument
[all...]
H A Drogue_regalloc.c276 struct rogue_operand *operand = *operand_ptr; in rogue_ra_alloc() local
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderParse.c189 parse_operand(const unsigned **curr, struct Shader_operand *operand) parse_operand() argument
220 parse_relative_operand(const unsigned **curr, struct Shader_relative_operand *operand) parse_relative_operand() argument
273 parse_operand_index(const unsigned **curr, struct Shader_operand *operand) parse_operand_index() argument
[all...]
/third_party/node/benchmark/napi/function_args/
H A Dbinding.cc74 Local<Value> operand; in CallWithObject() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-decoder.cc22 int32_t operand = in DecodeRegisterOperand() local
H A Dbytecode-node.h110 uint32_t operand(int i) const { in operand() function in v8::internal::interpreter::final
238 V8_INLINE static OperandScale ScaleForOperand(uint32_t operand) { in ScaleForOperand() argument
248 V8_INLINE void UpdateScaleForOperand(int operand_index, uint32_t operand) { in UpdateScaleForOperand() argument
259 V8_INLINE void SetOperand(int operand_index, uint32_t operand) { in SetOperand() argument
[all...]
H A Dbytecode-register.h64 static Register FromOperand(int32_t operand) { in FromOperand() argument
H A Dbytecode-register.cc95 int32_t operand = ToOperand(); in SizeOfOperand() local
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dassembly_grammar.cpp209 lookupOperand(spv_operand_type_t type, uint32_t operand, spv_operand_desc* desc) const lookupOperand() argument
/third_party/skia/third_party/externals/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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dassembly_grammar.cpp209 lookupOperand(spv_operand_type_t type, uint32_t operand, spv_operand_desc* desc) const lookupOperand() argument
/third_party/skia/third_party/externals/swiftshader/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/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp74 SkPath operand; in apply_clip() local
86 Op(SkPath::Rect(bounds), operand, op, &operand); in apply_clip() local

Completed in 13 milliseconds

1234567891011