Home
last modified time | relevance | path

Searched refs:INSTANCE_OFFSET_ICD_TERM (Results 1 - 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dasm_offset.c46 __asm__("# INSTANCE_OFFSET_ICD_TERM = %c0" : : "i"(offsetof(struct loader_icd_term, this_instance))); in produce_asm_define()
60 static const uint32_t INSTANCE_OFFSET_ICD_TERM = offsetof(struct loader_icd_term, this_instance); variable
114 { .name = "INSTANCE_OFFSET_ICD_TERM", .value = offsetof(struct loader_icd_term, this_instance), in main()
H A Dunknown_ext_chain_gas_x86.S66 mov rdi, [rax + INSTANCE_OFFSET_ICD_TERM] # Load the loader_instance into rdi (first arg)
119 mov eax, dword ptr [eax + INSTANCE_OFFSET_ICD_TERM] # Load the loader_instance into eax
H A Dunknown_ext_chain_masm.asm53 mov rcx, qword ptr [rax + INSTANCE_OFFSET_ICD_TERM] ; Load the loader_instance into rcx (first arg)
96 mov eax, dword ptr [eax + INSTANCE_OFFSET_ICD_TERM] ; Load the loader_instance into eax
H A Dunknown_ext_chain_gas_aarch64.S58 ldr x11, [x9, INSTANCE_OFFSET_ICD_TERM] // Load the instance pointer

Completed in 3 milliseconds