Home
last modified time | relevance | path

Searched refs:ptr_id (Results 1 - 25 of 53) sorted by relevance

123

/third_party/spirv-tools/source/opt/
H A Dspread_volatile_semantics.cpp210 uint32_t ptr_id = worklist.back();
213 ptr_id, [this, &worklist, &ptr_id, handle_load,
227 if (ptr_id == user->GetSingleWordInOperand(0))
H A Dinterp_fixup_pass.cpp54 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate() local
63 new_operands.push_back({SPV_OPERAND_TYPE_ID, {ptr_id}}); in ReplaceInternalInterpolate()
H A Dinst_bindless_check_pass.cpp236 ref->ptr_id = ref_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference()
237 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference()
332 ref->ptr_id = desc_load_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference()
333 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference()
336 ref->var_id = ref->ptr_id; in AnalyzeDescriptorReference()
445 Instruction* ac_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in GenLastByteIdx()
681 Instruction* ref_ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescCheckCode()
H A Dinst_bindless_check_pass.h60 uint32_t ptr_id{0};
H A Dmem_pass.h108 // Add stores using |ptr_id| to |insts|
109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
H A 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()
H A 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()
H A Daggressive_dead_code_elim_pass.h166 // Returns the id of the variable that |ptr_id| point to. |ptr_id| must be a
168 uint32_t GetVariableId(uint32_t ptr_id);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A 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()
H A 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()
H A Dmem_pass.h108 // Add stores using |ptr_id| to |insts|
109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
H A 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()
H A 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()
H A Daggressive_dead_code_elim_pass.h159 // Returns the id of the variable that |ptr_id| point to. |ptr_id| must be a
161 uint32_t GetVariableId(uint32_t ptr_id);
H A Dinst_bindless_check_pass.h130 uint32_t ptr_id; member
H A Dmem_pass.cpp178 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) {
179 get_def_use_mgr()->ForEachUser(ptr_id, [this, insts](Instruction* user) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A 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()
H A 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()
H A Dmem_pass.h108 // Add stores using |ptr_id| to |insts|
109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
H A 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()
H A 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()
H A Daggressive_dead_code_elim_pass.h159 // Returns the id of the variable that |ptr_id| point to. |ptr_id| must be a
161 uint32_t GetVariableId(uint32_t ptr_id);
H A Dinst_bindless_check_pass.h130 uint32_t ptr_id; member
/third_party/alsa-lib/include/
H A Dalisp.h55 int alsa_lisp_seq_pointer(struct alisp_seq_iterator *seq, const char *ptr_id, void **ptr);
/third_party/alsa-lib/src/alisp/
H A 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()
222 p1 = add_cons(instance, lexpr, 1, ptr_id, new_pointer(instance, ptr)); in new_result1()
207 new_result1(struct alisp_instance * instance, int err, const char *ptr_id, void *ptr) new_result1() argument

Completed in 18 milliseconds

123