/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | eliminate_dead_members_pass.cpp | 140 void EliminateDeadMembersPass::MarkTypeAsFullyUsed(uint32_t type_id) { in MarkTypeAsFullyUsed() 174 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForCopyMemory() local 189 uint32_t type_id = composite_inst->type_id(); in MarkMembersAsLiveForExtract() local 222 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForAccessChain() local 271 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForArrayLength() local 368 uint32_t type_id = inst->GetSingleWordInOperand(0); in UpdateOpMemberNameOrDecorate() local 398 uint32_t type_id = inst->GetSingleWordInOperand(i); in UpdateOpGroupMemberDecorate() local 435 uint32_t type_id = inst->type_id(); in UpdateConstantComposite() local 462 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in UpdateAccessChain() local 525 uint32_t EliminateDeadMembersPass::GetNewMemberIndex(uint32_t type_id, in GetNewMemberIndex() [all …]
|
D | ir_builder.h | 61 Instruction* AddNullaryOp(uint32_t type_id, spv::Op opcode) { in AddNullaryOp() 74 Instruction* AddUnaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1) { in AddUnaryOp() 88 Instruction* AddBinaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddBinaryOp() 105 Instruction* AddTernaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddTernaryOp() 122 Instruction* AddQuadOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddQuadOp() 141 Instruction* AddIdLiteralOp(uint32_t type_id, spv::Op opcode, uint32_t id, in AddIdLiteralOp() 419 uint32_t type_id = in GetIntConstant() local 445 uint32_t type_id = GetContext()->get_type_mgr()->GetTypeInstruction(&type); in GetBoolConstant() local 483 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain() 517 Instruction* AddVariable(uint32_t type_id, uint32_t storage_class) { in AddVariable()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | eliminate_dead_members_pass.cpp | 145 void EliminateDeadMembersPass::MarkTypeAsFullyUsed(uint32_t type_id) { in MarkTypeAsFullyUsed() 179 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForCopyMemory() local 194 uint32_t type_id = composite_inst->type_id(); in MarkMembersAsLiveForExtract() local 229 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForAccessChain() local 280 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForArrayLength() local 377 uint32_t type_id = inst->GetSingleWordInOperand(0); in UpdateOpMemberNameOrDecorate() local 407 uint32_t type_id = inst->GetSingleWordInOperand(i); in UpdateOpGroupMemberDecorate() local 444 uint32_t type_id = inst->type_id(); in UpdateConstantComposite() local 471 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in UpdateAccessChain() local 536 uint32_t EliminateDeadMembersPass::GetNewMemberIndex(uint32_t type_id, in GetNewMemberIndex() [all …]
|
D | ir_builder.h | 61 Instruction* AddNullaryOp(uint32_t type_id, spv::Op opcode) { in AddNullaryOp() 74 Instruction* AddUnaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1) { in AddUnaryOp() 88 Instruction* AddBinaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddBinaryOp() 105 Instruction* AddTernaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddTernaryOp() 122 Instruction* AddQuadOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddQuadOp() 141 Instruction* AddIdLiteralOp(uint32_t type_id, spv::Op opcode, uint32_t id, in AddIdLiteralOp() 419 uint32_t type_id = in GetIntConstant() local 445 uint32_t type_id = GetContext()->get_type_mgr()->GetTypeInstruction(&type); in GetBoolConstant() local 483 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain() 517 Instruction* AddVariable(uint32_t type_id, uint32_t storage_class) { in AddVariable()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | eliminate_dead_members_pass.cpp | 145 void EliminateDeadMembersPass::MarkTypeAsFullyUsed(uint32_t type_id) { in MarkTypeAsFullyUsed() 179 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForCopyMemory() local 194 uint32_t type_id = composite_inst->type_id(); in MarkMembersAsLiveForExtract() local 230 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForAccessChain() local 282 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForArrayLength() local 379 uint32_t type_id = inst->GetSingleWordInOperand(0); in UpdateOpMemberNameOrDecorate() local 409 uint32_t type_id = inst->GetSingleWordInOperand(i); in UpdateOpGroupMemberDecorate() local 446 uint32_t type_id = inst->type_id(); in UpdateConstantComposite() local 473 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in UpdateAccessChain() local 539 uint32_t EliminateDeadMembersPass::GetNewMemberIndex(uint32_t type_id, in GetNewMemberIndex() [all …]
|
D | ir_builder.h | 62 Instruction* AddNullaryOp(uint32_t type_id, spv::Op opcode) { in AddNullaryOp() 75 Instruction* AddUnaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1) { in AddUnaryOp() 89 Instruction* AddBinaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddBinaryOp() 106 Instruction* AddTernaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddTernaryOp() 123 Instruction* AddQuadOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddQuadOp() 142 Instruction* AddIdLiteralOp(uint32_t type_id, spv::Op opcode, uint32_t id, in AddIdLiteralOp() 420 uint32_t type_id = in GetIntConstant() local 446 uint32_t type_id = GetContext()->get_type_mgr()->GetTypeInstruction(&type); in GetBoolConstant() local 484 Instruction* AddOpcodeAccessChain(spv::Op opcode, uint32_t type_id, in AddOpcodeAccessChain() 502 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain() [all …]
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | transformation_add_opphi_synonym.cpp | 83 uint32_t type_id = ir_context->get_def_use_mgr()->GetDef(first_id)->type_id(); in IsApplicable() local 129 uint32_t type_id = ir_context->get_def_use_mgr()->GetDef(first_id)->type_id(); in Apply() local 170 opt::IRContext* ir_context, uint32_t type_id) { in CheckTypeIsAllowed()
|
D | fuzzer_pass_replace_irrelevant_ids.cpp | 75 uint32_t type_id = pair.second->type_id(); in Apply() local 91 uint32_t type_id = in Apply() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_opphi_synonym.cpp | 83 uint32_t type_id = ir_context->get_def_use_mgr()->GetDef(first_id)->type_id(); in IsApplicable() local 129 uint32_t type_id = ir_context->get_def_use_mgr()->GetDef(first_id)->type_id(); in Apply() local 170 opt::IRContext* ir_context, uint32_t type_id) { in CheckTypeIsAllowed()
|
D | fuzzer_pass_replace_irrelevant_ids.cpp | 75 uint32_t type_id = pair.second->type_id(); in Apply() local 91 uint32_t type_id = in Apply() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_opphi_synonym.cpp | 83 uint32_t type_id = ir_context->get_def_use_mgr()->GetDef(first_id)->type_id(); in IsApplicable() local 129 uint32_t type_id = ir_context->get_def_use_mgr()->GetDef(first_id)->type_id(); in Apply() local 170 opt::IRContext* ir_context, uint32_t type_id) { in CheckTypeIsAllowed()
|
D | fuzzer_pass_replace_irrelevant_ids.cpp | 75 uint32_t type_id = pair.second->type_id(); in Apply() local 91 uint32_t type_id = in Apply() local
|
/external/pytorch/torch/csrc/utils/ |
D | tensor_flatten.h | 14 inline size_t type_id(const at::Tensor& tensor) { in type_id() function 34 size_t type_id() { in type_id() function
|
/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/bpftool/src/ |
D | btf_dumper.c | 135 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() 247 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() 465 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() 513 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var() 527 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec() 555 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type() 598 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_type() 619 static int __btf_dumper_type_only(const struct btf *btf, __u32 type_id, in __btf_dumper_type_only() 747 void btf_dumper_type_only(const struct btf *btf, __u32 type_id, char *func_sig, in btf_dumper_type_only()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.h | 671 bool IsPointerToUniformBlock(uint32_t type_id) const { in IsPointerToUniformBlock() 676 void RegisterPointerToUniformBlock(uint32_t type_id) { in RegisterPointerToUniformBlock() 682 bool IsStructForUniformBlock(uint32_t type_id) const { in IsStructForUniformBlock() 687 void RegisterStructForUniformBlock(uint32_t type_id) { in RegisterStructForUniformBlock() 694 bool IsPointerToStorageBuffer(uint32_t type_id) const { in IsPointerToStorageBuffer() 699 void RegisterPointerToStorageBuffer(uint32_t type_id) { in RegisterPointerToStorageBuffer() 705 bool IsStructForStorageBuffer(uint32_t type_id) const { in IsStructForStorageBuffer() 710 void RegisterStructForStorageBuffer(uint32_t type_id) { in RegisterStructForStorageBuffer() 716 bool IsPointerToStorageImage(uint32_t type_id) const { in IsPointerToStorageImage() 721 void RegisterPointerToStorageImage(uint32_t type_id) { in RegisterPointerToStorageImage()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validation_state.h | 690 bool IsPointerToUniformBlock(uint32_t type_id) const { in IsPointerToUniformBlock() 695 void RegisterPointerToUniformBlock(uint32_t type_id) { in RegisterPointerToUniformBlock() 701 bool IsStructForUniformBlock(uint32_t type_id) const { in IsStructForUniformBlock() 706 void RegisterStructForUniformBlock(uint32_t type_id) { in RegisterStructForUniformBlock() 713 bool IsPointerToStorageBuffer(uint32_t type_id) const { in IsPointerToStorageBuffer() 718 void RegisterPointerToStorageBuffer(uint32_t type_id) { in RegisterPointerToStorageBuffer() 724 bool IsStructForStorageBuffer(uint32_t type_id) const { in IsStructForStorageBuffer() 729 void RegisterStructForStorageBuffer(uint32_t type_id) { in RegisterStructForStorageBuffer() 735 bool IsPointerToStorageImage(uint32_t type_id) const { in IsPointerToStorageImage() 740 void RegisterPointerToStorageImage(uint32_t type_id) { in RegisterPointerToStorageImage()
|
/external/cronet/tot/base/metrics/ |
D | persistent_memory_allocator.h | 242 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() 249 Reference GetAsReference(const void* memory, uint32_t type_id) const { in GetAsReference() 473 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { in GetAsArray() 479 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() 727 uint32_t type_id, in GetBlock() 740 volatile void* GetBlockData(Reference ref, uint32_t type_id, size_t size) { in GetBlockData()
|
/external/cronet/stable/base/metrics/ |
D | persistent_memory_allocator.h | 242 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() 249 Reference GetAsReference(const void* memory, uint32_t type_id) const { in GetAsReference() 473 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { in GetAsArray() 479 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() 727 uint32_t type_id, in GetBlock() 740 volatile void* GetBlockData(Reference ref, uint32_t type_id, size_t size) { in GetBlockData()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validation_state.h | 713 bool IsPointerToUniformBlock(uint32_t type_id) const { in IsPointerToUniformBlock() 718 void RegisterPointerToUniformBlock(uint32_t type_id) { in RegisterPointerToUniformBlock() 724 bool IsStructForUniformBlock(uint32_t type_id) const { in IsStructForUniformBlock() 729 void RegisterStructForUniformBlock(uint32_t type_id) { in RegisterStructForUniformBlock() 736 bool IsPointerToStorageBuffer(uint32_t type_id) const { in IsPointerToStorageBuffer() 741 void RegisterPointerToStorageBuffer(uint32_t type_id) { in RegisterPointerToStorageBuffer() 747 bool IsStructForStorageBuffer(uint32_t type_id) const { in IsStructForStorageBuffer() 752 void RegisterStructForStorageBuffer(uint32_t type_id) { in RegisterStructForStorageBuffer() 758 bool IsPointerToStorageImage(uint32_t type_id) const { in IsPointerToStorageImage() 763 void RegisterPointerToStorageImage(uint32_t type_id) { in RegisterPointerToStorageImage()
|
D | validate_arithmetics.cpp | 59 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local 71 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local 108 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local 120 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local 167 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local 231 const uint32_t type_id = _.GetOperandTypeId(inst, operand_index); in ArithmeticsPass() local
|
/external/rust/android-crates-io/crates/protobuf/src/reflect/enums/ |
D | generated.rs | 12 type_id: TypeId, field 33 pub(crate) type_id: TypeId, field
|
/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/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
D | lib.rs | 39 mod type_id; module 89 pub fn type_id(input: TokenStream) -> TokenStream { in type_id() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
D | lib.rs | 39 mod type_id; module 89 pub fn type_id(input: TokenStream) -> TokenStream { in type_id() function
|