| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | ir_builder.h | 61 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/ |
| D | ir_builder.h | 61 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/ |
| D | persistent_memory_allocator.h | 201 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/ |
| D | markv_codec.h | 161 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/ |
| D | markv_codec.h | 161 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/ |
| D | validate_datarules.cpp | 131 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
|
| D | validate_image.cpp | 256 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
|
| D | validate_arithmetics.cpp | 95 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
|
| D | validate_debug.cpp | 27 const auto type_id = inst->GetOperandAs<uint32_t>(0); in ValidateMemberName() local
|
| D | validate_bitwise.cpp | 88 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in BitwisePass() local
|
| /external/deqp-deps/SPIRV-Tools/source/val/ |
| D | validate_datarules.cpp | 131 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
|
| D | validate_image.cpp | 256 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
|
| D | validate_arithmetics.cpp | 95 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
|
| D | validate_debug.cpp | 27 const auto type_id = inst->GetOperandAs<uint32_t>(0); in ValidateMemberName() local
|
| D | validate_bitwise.cpp | 88 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in BitwisePass() local
|
| /external/libchrome/ipc/ |
| D | ipc_fuzzing_tests.cc | 192 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/ |
| D | probes_data_source.h | 46 const int type_id; variable
|
| /external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
| D | reduction_util.cpp | 24 uint32_t FindOrCreateGlobalUndef(IRContext* context, uint32_t type_id) { in FindOrCreateGlobalUndef()
|
| D | operand_to_const_reduction_pass.cpp | 61 auto type_id = def->type_id(); in GetAvailableOpportunities() local
|
| D | operand_to_undef_reduction_pass.cpp | 34 auto type_id = inst.type_id(); in GetAvailableOpportunities() local
|
| /external/protobuf/src/google/protobuf/ |
| D | unittest_mset.proto | 79 required int32 type_id = 2; field
|
| /external/deqp-deps/SPIRV-Tools/source/reduce/ |
| D | operand_to_const_reduction_pass.cpp | 60 auto type_id = def->type_id(); in GetAvailableOpportunities() local
|
| /external/tensorflow/tensorflow/contrib/ignite/python/ops/ |
| D | ignite_dataset_ops.py | 185 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/ |
| D | generate_protocol_externs.py | 54 def full_qualified_type_id(domain_name, type_id): argument
|
| /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
| D | ResourceUtils.java | 41 static int make_resid(byte package_id, byte type_id, short entry_id) { in make_resid()
|