Home
last modified time | relevance | path

Searched defs:type_id (Results 1 – 25 of 100) sorted by relevance

1234

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp()
69 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp()
77 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp()
88 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp()
99 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddQuadOp()
112 Instruction* AddIdLiteralOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddIdLiteralOp()
361 uint32_t GetNullId(uint32_t type_id) { in GetNullId()
387 uint32_t type_id = in GetIntConstant() local
431 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain()
447 Instruction* AddLoad(uint32_t type_id, uint32_t base_ptr_id) { in AddLoad()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp()
69 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp()
77 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp()
88 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp()
99 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddQuadOp()
112 Instruction* AddIdLiteralOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddIdLiteralOp()
361 uint32_t GetNullId(uint32_t type_id) { in GetNullId()
387 uint32_t type_id = in GetIntConstant() local
431 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain()
447 Instruction* AddLoad(uint32_t type_id, uint32_t base_ptr_id) { in AddLoad()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h201 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray()
208 Reference GetAsReference(const void* memory, uint32_t type_id) const { in GetAsReference()
413 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { in GetAsArray()
419 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray()
655 volatile BlockHeader* GetBlock(Reference ref, uint32_t type_id, uint32_t size, in GetBlock()
665 volatile void* GetBlockData(Reference ref, uint32_t type_id, in GetBlockData()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.h161 uint64_t GetMtfIdOfType(uint32_t type_id) const { in GetMtfIdOfType()
176 uint64_t GetMtfVectorOfComponentType(uint32_t type_id) const { in GetMtfVectorOfComponentType()
186 uint64_t GetMtfPointerToType(uint32_t type_id) const { in GetMtfPointerToType()
191 uint64_t GetMtfFunctionTypeWithReturnType(uint32_t type_id) const { in GetMtfFunctionTypeWithReturnType()
196 uint64_t GetMtfFunctionWithReturnType(uint32_t type_id) const { in GetMtfFunctionWithReturnType()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_codec.h161 uint64_t GetMtfIdOfType(uint32_t type_id) const { in GetMtfIdOfType()
176 uint64_t GetMtfVectorOfComponentType(uint32_t type_id) const { in GetMtfVectorOfComponentType()
186 uint64_t GetMtfPointerToType(uint32_t type_id) const { in GetMtfPointerToType()
191 uint64_t GetMtfFunctionTypeWithReturnType(uint32_t type_id) const { in GetMtfFunctionTypeWithReturnType()
196 uint64_t GetMtfFunctionWithReturnType(uint32_t type_id) const { in GetMtfFunctionWithReturnType()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_datarules.cpp131 auto type_id = inst->GetOperandAs<const uint32_t>(1); in ValidateMatrixColumnType() local
168 auto type_id = inst->GetOperandAs<const uint32_t>(0); in ValidateSpecConstNumerical() local
206 auto type_id = inst->GetOperandAs<const uint32_t>(i); in ValidateStruct() local
Dvalidate_image.cpp256 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() local
289 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() local
361 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() local
389 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() local
421 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() local
469 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() local
483 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() local
Dvalidate_arithmetics.cpp95 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local
128 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local
Dvalidate_debug.cpp27 const auto type_id = inst->GetOperandAs<uint32_t>(0); in ValidateMemberName() local
Dvalidate_bitwise.cpp88 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in BitwisePass() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_datarules.cpp131 auto type_id = inst->GetOperandAs<const uint32_t>(1); in ValidateMatrixColumnType() local
168 auto type_id = inst->GetOperandAs<const uint32_t>(0); in ValidateSpecConstNumerical() local
206 auto type_id = inst->GetOperandAs<const uint32_t>(i); in ValidateStruct() local
Dvalidate_image.cpp256 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() local
289 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() local
361 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() local
389 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() local
421 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() local
469 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() local
483 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() local
Dvalidate_arithmetics.cpp95 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local
128 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local
Dvalidate_debug.cpp27 const auto type_id = inst->GetOperandAs<uint32_t>(0); in ValidateMemberName() local
Dvalidate_bitwise.cpp88 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in BitwisePass() local
/external/libchrome/ipc/
Dipc_fuzzing_tests.cc192 bool RoundtripAckReply(int routing, uint32_t type_id, int reply) { in RoundtripAckReply()
207 void ReplyMsgNotHandled(uint32_t type_id) { in ReplyMsgNotHandled()
235 bool ExpectMessage(int value, uint32_t type_id) { in ExpectMessage()
255 bool ExpectMsgNotHandled(uint32_t type_id) { in ExpectMsgNotHandled()
260 bool MsgHandlerInternal(uint32_t type_id) { in MsgHandlerInternal()
/external/perfetto/src/traced/probes/
Dprobes_data_source.h46 const int type_id; variable
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp24 uint32_t FindOrCreateGlobalUndef(IRContext* context, uint32_t type_id) { in FindOrCreateGlobalUndef()
Doperand_to_const_reduction_pass.cpp61 auto type_id = def->type_id(); in GetAvailableOpportunities() local
Doperand_to_undef_reduction_pass.cpp34 auto type_id = inst.type_id(); in GetAvailableOpportunities() local
/external/protobuf/src/google/protobuf/
Dunittest_mset.proto79 required int32 type_id = 2; field
/external/deqp-deps/SPIRV-Tools/source/reduce/
Doperand_to_const_reduction_pass.cpp60 auto type_id = def->type_id(); in GetAvailableOpportunities() local
/external/tensorflow/tensorflow/contrib/ignite/python/ops/
Dignite_dataset_ops.py185 def __init__(self, type_id, type_name, fields): argument
195 def __init__(self, field_name, type_id, field_id): argument
231 def __init__(self, name, type_id, fields=None, permutation=None): argument
629 def _get_type(self, type_id): argument
/external/v8/src/inspector/build/
Dgenerate_protocol_externs.py54 def full_qualified_type_id(domain_name, type_id): argument
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceUtils.java41 static int make_resid(byte package_id, byte type_id, short entry_id) { in make_resid()

1234