Home
last modified time | relevance | path

Searched refs:ptr_id (Results 1 – 25 of 52) sorted by relevance

123

/third_party/spirv-tools/source/opt/
Dspread_volatile_semantics.cpp208 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()
Dinterp_fixup_pass.cpp56 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate() local
65 new_operands.push_back({SPV_OPERAND_TYPE_ID, {ptr_id}}); in ReplaceInternalInterpolate()
Dinst_bindless_check_pass.cpp195 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()
Dfix_storage_class.cpp220 uint32_t ptr_id = inst->GetSingleWordInOperand(0); in PropagateType() local
221 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in PropagateType()
Dmem_pass.h109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
Dinline_pass.cpp86 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()
Dinst_bindless_check_pass.h130 uint32_t ptr_id; member
Daggressive_dead_code_elim_pass.h161 uint32_t GetVariableId(uint32_t ptr_id);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinterp_fixup_pass.cpp63 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate() local
72 new_operands.push_back({SPV_OPERAND_TYPE_ID, {ptr_id}}); in ReplaceInternalInterpolate()
Dinst_bindless_check_pass.cpp202 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()
Dfix_storage_class.cpp220 uint32_t ptr_id = inst->GetSingleWordInOperand(0); in PropagateType() local
221 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in PropagateType()
Dmem_pass.h109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
Dinline_pass.cpp86 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()
Dinst_bindless_check_pass.h130 uint32_t ptr_id; member
Daggressive_dead_code_elim_pass.h161 uint32_t GetVariableId(uint32_t ptr_id);
Dmem_pass.cpp178 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/
Dinterp_fixup_pass.cpp63 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate() local
72 new_operands.push_back({SPV_OPERAND_TYPE_ID, {ptr_id}}); in ReplaceInternalInterpolate()
Dinst_bindless_check_pass.cpp202 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()
Dfix_storage_class.cpp220 uint32_t ptr_id = inst->GetSingleWordInOperand(0); in PropagateType() local
221 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in PropagateType()
Dmem_pass.h109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
Dinline_pass.cpp86 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()
Dinst_bindless_check_pass.h130 uint32_t ptr_id; member
Daggressive_dead_code_elim_pass.h161 uint32_t GetVariableId(uint32_t ptr_id);
/third_party/alsa-lib/include/
Dalisp.h55 int alsa_lisp_seq_pointer(struct alisp_seq_iterator *seq, const char *ptr_id, void **ptr);
/third_party/alsa-lib/src/alisp/
Dalisp_snd.c106 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()

123