Home
last modified time | relevance | path

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

12345678

/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp136 void EliminateDeadMembersPass::MarkTypeAsFullyUsed(uint32_t type_id) { in MarkTypeAsFullyUsed()
166 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForCopyMemory() local
180 uint32_t type_id = composite_inst->type_id(); in MarkMembersAsLiveForExtract() local
213 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForAccessChain() local
267 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForArrayLength() local
364 uint32_t type_id = inst->GetSingleWordInOperand(0); in UpdateOpMemberNameOrDecorate() local
394 uint32_t type_id = inst->GetSingleWordInOperand(i); in UpdateOpGroupMemberDecorate() local
431 uint32_t type_id = inst->type_id(); in UpdateConstantComposite() local
458 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in UpdateAccessChain() local
525 uint32_t EliminateDeadMembersPass::GetNewMemberIndex(uint32_t type_id, in GetNewMemberIndex()
[all …]
Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp()
74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp()
88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp()
104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp()
121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddQuadOp()
140 Instruction* AddIdLiteralOp(uint32_t type_id, SpvOp opcode, uint32_t id, in AddIdLiteralOp()
411 uint32_t type_id = in GetIntConstant() local
455 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain()
471 Instruction* AddLoad(uint32_t type_id, uint32_t base_ptr_id) { in AddLoad()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp120 void EliminateDeadMembersPass::MarkTypeAsFullyUsed(uint32_t type_id) { in MarkTypeAsFullyUsed()
150 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForCopyMemory() local
160 uint32_t type_id = composite_inst->type_id(); in MarkMembersAsLiveForExtract() local
193 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForAccessChain() local
247 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForArrayLength() local
332 uint32_t type_id = inst->GetSingleWordInOperand(0); in UpdateOpMemberNameOrDecorate() local
362 uint32_t type_id = inst->GetSingleWordInOperand(i); in UpdateOpGroupMemberDecorate() local
398 uint32_t type_id = inst->type_id(); in UpdateConstantComposite() local
425 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in UpdateAccessChain() local
492 uint32_t EliminateDeadMembersPass::GetNewMemberIndex(uint32_t type_id, in GetNewMemberIndex()
[all …]
Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp()
74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp()
88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp()
104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp()
121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddQuadOp()
140 Instruction* AddIdLiteralOp(uint32_t type_id, SpvOp opcode, uint32_t id, in AddIdLiteralOp()
411 uint32_t type_id = in GetIntConstant() local
455 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain()
471 Instruction* AddLoad(uint32_t type_id, uint32_t base_ptr_id) { in AddLoad()
/external/angle/third_party/spirv-tools/src/source/opt/
Deliminate_dead_members_pass.cpp136 void EliminateDeadMembersPass::MarkTypeAsFullyUsed(uint32_t type_id) { in MarkTypeAsFullyUsed()
166 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForCopyMemory() local
180 uint32_t type_id = composite_inst->type_id(); in MarkMembersAsLiveForExtract() local
213 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForAccessChain() local
267 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForArrayLength() local
364 uint32_t type_id = inst->GetSingleWordInOperand(0); in UpdateOpMemberNameOrDecorate() local
394 uint32_t type_id = inst->GetSingleWordInOperand(i); in UpdateOpGroupMemberDecorate() local
431 uint32_t type_id = inst->type_id(); in UpdateConstantComposite() local
458 uint32_t type_id = pointer_type_inst->GetSingleWordInOperand(1); in UpdateAccessChain() local
525 uint32_t EliminateDeadMembersPass::GetNewMemberIndex(uint32_t type_id, in GetNewMemberIndex()
[all …]
Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp()
74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp()
88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp()
104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp()
121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddQuadOp()
140 Instruction* AddIdLiteralOp(uint32_t type_id, SpvOp opcode, uint32_t id, in AddIdLiteralOp()
411 uint32_t type_id = in GetIntConstant() local
455 Instruction* AddAccessChain(uint32_t type_id, uint32_t base_ptr_id, in AddAccessChain()
471 Instruction* AddLoad(uint32_t type_id, uint32_t base_ptr_id) { in AddLoad()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h611 bool IsPointerToUniformBlock(uint32_t type_id) const { in IsPointerToUniformBlock()
616 void RegisterPointerToUniformBlock(uint32_t type_id) { in RegisterPointerToUniformBlock()
622 bool IsStructForUniformBlock(uint32_t type_id) const { in IsStructForUniformBlock()
627 void RegisterStructForUniformBlock(uint32_t type_id) { in RegisterStructForUniformBlock()
634 bool IsPointerToStorageBuffer(uint32_t type_id) const { in IsPointerToStorageBuffer()
639 void RegisterPointerToStorageBuffer(uint32_t type_id) { in RegisterPointerToStorageBuffer()
645 bool IsStructForStorageBuffer(uint32_t type_id) const { in IsStructForStorageBuffer()
650 void RegisterStructForStorageBuffer(uint32_t type_id) { in RegisterStructForStorageBuffer()
656 bool IsPointerToStorageImage(uint32_t type_id) const { in IsPointerToStorageImage()
661 void RegisterPointerToStorageImage(uint32_t type_id) { in RegisterPointerToStorageImage()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.h611 bool IsPointerToUniformBlock(uint32_t type_id) const { in IsPointerToUniformBlock()
616 void RegisterPointerToUniformBlock(uint32_t type_id) { in RegisterPointerToUniformBlock()
622 bool IsStructForUniformBlock(uint32_t type_id) const { in IsStructForUniformBlock()
627 void RegisterStructForUniformBlock(uint32_t type_id) { in RegisterStructForUniformBlock()
634 bool IsPointerToStorageBuffer(uint32_t type_id) const { in IsPointerToStorageBuffer()
639 void RegisterPointerToStorageBuffer(uint32_t type_id) { in RegisterPointerToStorageBuffer()
645 bool IsStructForStorageBuffer(uint32_t type_id) const { in IsStructForStorageBuffer()
650 void RegisterStructForStorageBuffer(uint32_t type_id) { in RegisterStructForStorageBuffer()
656 bool IsPointerToStorageImage(uint32_t type_id) const { in IsPointerToStorageImage()
661 void RegisterPointerToStorageImage(uint32_t type_id) { in RegisterPointerToStorageImage()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidation_state.h611 bool IsPointerToUniformBlock(uint32_t type_id) const { in IsPointerToUniformBlock()
616 void RegisterPointerToUniformBlock(uint32_t type_id) { in RegisterPointerToUniformBlock()
622 bool IsStructForUniformBlock(uint32_t type_id) const { in IsStructForUniformBlock()
627 void RegisterStructForUniformBlock(uint32_t type_id) { in RegisterStructForUniformBlock()
634 bool IsPointerToStorageBuffer(uint32_t type_id) const { in IsPointerToStorageBuffer()
639 void RegisterPointerToStorageBuffer(uint32_t type_id) { in RegisterPointerToStorageBuffer()
645 bool IsStructForStorageBuffer(uint32_t type_id) const { in IsStructForStorageBuffer()
650 void RegisterStructForStorageBuffer(uint32_t type_id) { in RegisterStructForStorageBuffer()
656 bool IsPointerToStorageImage(uint32_t type_id) const { in IsPointerToStorageImage()
661 void RegisterPointerToStorageImage(uint32_t type_id) { in RegisterPointerToStorageImage()
/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/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/swiftshader/third_party/SPIRV-Tools/source/reduce/
Doperand_to_const_reduction_opportunity_finder.cpp61 auto type_id = def->type_id(); in GetAvailableOpportunities() local
Doperand_to_undef_reduction_opportunity_finder.cpp34 auto type_id = inst.type_id(); in GetAvailableOpportunities() local
/external/angle/third_party/spirv-tools/src/source/reduce/
Doperand_to_const_reduction_opportunity_finder.cpp61 auto type_id = def->type_id(); in GetAvailableOpportunities() local
/external/deqp-deps/SPIRV-Tools/source/reduce/
Doperand_to_const_reduction_opportunity_finder.cpp61 auto type_id = def->type_id(); in GetAvailableOpportunities() local
Doperand_to_undef_reduction_opportunity_finder.cpp34 auto type_id = inst.type_id(); in GetAvailableOpportunities() local
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_mset.proto68 required int32 type_id = 2; field
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_mset.proto68 required int32 type_id = 2; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_mset.proto68 required int32 type_id = 2; field
/external/protobuf/src/google/protobuf/
Dunittest_mset.proto81 required int32 type_id = 2; field
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_global_undef.cpp27 uint32_t type_id) { in TransformationAddGlobalUndef()
Dtransformation_add_constant_null.cpp27 uint32_t type_id) { in TransformationAddConstantNull()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_global_undef.cpp27 uint32_t type_id) { in TransformationAddGlobalUndef()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_constant_null.cpp27 uint32_t type_id) { in TransformationAddConstantNull()
Dtransformation_add_global_undef.cpp27 uint32_t type_id) { in TransformationAddGlobalUndef()

12345678