/third_party/spirv-tools/source/opt/ |
D | spread_volatile_semantics.cpp | 208 uint32_t ptr_id = worklist.back(); in VisitLoadsOfPointersToVariableInEntries() local 211 ptr_id, [this, &worklist, &ptr_id, handle_load, in VisitLoadsOfPointersToVariableInEntries() 225 if (ptr_id == user->GetSingleWordInOperand(0)) in VisitLoadsOfPointersToVariableInEntries()
|
D | interp_fixup_pass.cpp | 56 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate() local 65 new_operands.push_back({SPV_OPERAND_TYPE_ID, {ptr_id}}); in ReplaceInternalInterpolate()
|
D | inst_bindless_check_pass.cpp | 195 ref->ptr_id = ref_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference() 196 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() 281 ref->ptr_id = desc_load_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference() 282 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() 285 ref->var_id = ref->ptr_id; in AnalyzeDescriptorReference() 384 Instruction* ac_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in GenLastByteIdx() 595 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescIdxCheckCode() 662 Instruction* ref_ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescInitCheckCode()
|
D | fix_storage_class.cpp | 220 uint32_t ptr_id = inst->GetSingleWordInOperand(0); in PropagateType() local 221 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in PropagateType()
|
D | mem_pass.h | 109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
|
D | inline_pass.cpp | 86 void InlinePass::AddStore(uint32_t ptr_id, uint32_t val_id, in AddStore() argument 92 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {ptr_id}}, in AddStore() 101 void InlinePass::AddLoad(uint32_t type_id, uint32_t resultId, uint32_t ptr_id, in AddLoad() argument 107 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {ptr_id}}})); in AddLoad()
|
D | inst_bindless_check_pass.h | 130 uint32_t ptr_id; member
|
D | aggressive_dead_code_elim_pass.h | 161 uint32_t GetVariableId(uint32_t ptr_id);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | interp_fixup_pass.cpp | 63 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate() local 72 new_operands.push_back({SPV_OPERAND_TYPE_ID, {ptr_id}}); in ReplaceInternalInterpolate()
|
D | inst_bindless_check_pass.cpp | 202 ref->ptr_id = ref_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference() 203 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() 288 ref->ptr_id = desc_load_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference() 289 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() 292 ref->var_id = ref->ptr_id; in AnalyzeDescriptorReference() 391 Instruction* ac_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in GenLastByteIdx() 602 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescIdxCheckCode() 669 Instruction* ref_ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescInitCheckCode()
|
D | fix_storage_class.cpp | 220 uint32_t ptr_id = inst->GetSingleWordInOperand(0); in PropagateType() local 221 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in PropagateType()
|
D | mem_pass.h | 109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
|
D | inline_pass.cpp | 86 void InlinePass::AddStore(uint32_t ptr_id, uint32_t val_id, in AddStore() argument 92 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {ptr_id}}, in AddStore() 101 void InlinePass::AddLoad(uint32_t type_id, uint32_t resultId, uint32_t ptr_id, in AddLoad() argument 107 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {ptr_id}}})); in AddLoad()
|
D | inst_bindless_check_pass.h | 130 uint32_t ptr_id; member
|
D | aggressive_dead_code_elim_pass.h | 161 uint32_t GetVariableId(uint32_t ptr_id);
|
D | mem_pass.cpp | 178 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) { in AddStores() argument 179 get_def_use_mgr()->ForEachUser(ptr_id, [this, insts](Instruction* user) { in AddStores()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | interp_fixup_pass.cpp | 63 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate() local 72 new_operands.push_back({SPV_OPERAND_TYPE_ID, {ptr_id}}); in ReplaceInternalInterpolate()
|
D | inst_bindless_check_pass.cpp | 202 ref->ptr_id = ref_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference() 203 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() 288 ref->ptr_id = desc_load_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference() 289 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() 292 ref->var_id = ref->ptr_id; in AnalyzeDescriptorReference() 391 Instruction* ac_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in GenLastByteIdx() 602 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescIdxCheckCode() 669 Instruction* ref_ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescInitCheckCode()
|
D | fix_storage_class.cpp | 220 uint32_t ptr_id = inst->GetSingleWordInOperand(0); in PropagateType() local 221 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in PropagateType()
|
D | mem_pass.h | 109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
|
D | inline_pass.cpp | 86 void InlinePass::AddStore(uint32_t ptr_id, uint32_t val_id, in AddStore() argument 92 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {ptr_id}}, in AddStore() 101 void InlinePass::AddLoad(uint32_t type_id, uint32_t resultId, uint32_t ptr_id, in AddLoad() argument 107 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {ptr_id}}})); in AddLoad()
|
D | inst_bindless_check_pass.h | 130 uint32_t ptr_id; member
|
D | aggressive_dead_code_elim_pass.h | 161 uint32_t GetVariableId(uint32_t ptr_id);
|
/third_party/alsa-lib/include/ |
D | alisp.h | 55 int alsa_lisp_seq_pointer(struct alisp_seq_iterator *seq, const char *ptr_id, void **ptr);
|
/third_party/alsa-lib/src/alisp/ |
D | alisp_snd.c | 106 const char *ptr_id; in get_ptr() local 109 ptr_id = get_string(car(obj), NULL); in get_ptr() 110 if (ptr_id == NULL) { in get_ptr() 114 if (strcmp(ptr_id, _ptr_id)) { in get_ptr() 208 int err, const char *ptr_id, void *ptr) in new_result1() argument 222 p1 = add_cons(instance, lexpr, 1, ptr_id, new_pointer(instance, ptr)); in new_result1()
|