/third_party/spirv-tools/source/opt/ |
H A D | spread_volatile_semantics.cpp | 210 uint32_t ptr_id = worklist.back(); 213 ptr_id, [this, &worklist, &ptr_id, handle_load, 227 if (ptr_id == user->GetSingleWordInOperand(0))
|
H A D | interp_fixup_pass.cpp | 54 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 D | inst_bindless_check_pass.cpp | 236 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 D | inst_bindless_check_pass.h | 60 uint32_t ptr_id{0};
|
H A D | mem_pass.h | 108 // Add stores using |ptr_id| to |insts| 109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
|
H A 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()
|
H A 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()
|
H A D | aggressive_dead_code_elim_pass.h | 166 // 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 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()
|
H A 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()
|
H A D | mem_pass.h | 108 // Add stores using |ptr_id| to |insts| 109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
|
H A 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()
|
H A 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()
|
H A D | aggressive_dead_code_elim_pass.h | 159 // 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 D | inst_bindless_check_pass.h | 130 uint32_t ptr_id; member
|
H A D | mem_pass.cpp | 178 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 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()
|
H A 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()
|
H A D | mem_pass.h | 108 // Add stores using |ptr_id| to |insts| 109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
|
H A 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()
|
H A 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()
|
H A D | aggressive_dead_code_elim_pass.h | 159 // 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 D | inst_bindless_check_pass.h | 130 uint32_t ptr_id; member
|
/third_party/alsa-lib/include/ |
H A 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/ |
H A 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() 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
|