Home
last modified time | relevance | path

Searched defs:abi (Results 1 – 25 of 45) sorted by relevance

12

/third_party/libffi/src/
Dprep_cif.c109 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core()
221 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif()
228 ffi_abi abi, in ffi_prep_cif_var()
251 ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type, size_t *offsets) in ffi_get_struct_offsets()
/third_party/skia/third_party/externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86_64/
Dabi.json1 {"abi":"x86_64","api":21,"ndk":21,"stl":"c++_shared"} string
/third_party/skia/third_party/externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86/
Dabi.json1 {"abi":"x86","api":16,"ndk":21,"stl":"c++_shared"} string
/third_party/skia/third_party/externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.armeabi-v7a/
Dabi.json1 {"abi":"armeabi-v7a","api":16,"ndk":21,"stl":"c++_shared"} string
/third_party/skia/third_party/externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.arm64-v8a/
Dabi.json1 {"abi":"arm64-v8a","api":21,"ndk":21,"stl":"c++_shared"} string
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c44 static LLVMValueRef si_llvm_load_input_gs(struct ac_shader_abi *abi, unsigned input_index, in si_llvm_load_input_gs()
85 static LLVMValueRef si_nir_load_input_gs(struct ac_shader_abi *abi, in si_nir_load_input_gs()
135 void si_llvm_emit_es_epilogue(struct ac_shader_abi *abi) in si_llvm_emit_es_epilogue()
216 static void si_llvm_emit_gs_epilogue(struct ac_shader_abi *abi) in si_llvm_emit_gs_epilogue()
227 static void si_llvm_emit_vertex(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef *addrs) in si_llvm_emit_vertex()
302 static void si_llvm_emit_primitive(struct ac_shader_abi *abi, unsigned stream) in si_llvm_emit_primitive()
Dsi_shader_llvm_resources.c89 static LLVMValueRef load_ubo(struct ac_shader_abi *abi, in load_ubo()
109 static LLVMValueRef load_ssbo(struct ac_shader_abi *abi, LLVMValueRef index, bool write, bool non_u… in load_ssbo()
244 static LLVMValueRef si_nir_load_sampler_desc(struct ac_shader_abi *abi, unsigned descriptor_set, in si_nir_load_sampler_desc()
Dsi_shader_llvm_tess.c381 static LLVMValueRef si_nir_load_tcs_varyings(struct ac_shader_abi *abi, LLVMTypeRef type, in si_nir_load_tcs_varyings()
441 static LLVMValueRef si_nir_load_input_tes(struct ac_shader_abi *abi, LLVMTypeRef type, in si_nir_load_input_tes()
473 static void si_nir_store_output_tcs(struct ac_shader_abi *abi, in si_nir_store_output_tcs()
590 static LLVMValueRef si_load_tess_level(struct ac_shader_abi *abi, unsigned varying_id, in si_load_tess_level()
624 static LLVMValueRef si_load_patch_vertices_in(struct ac_shader_abi *abi) in si_load_patch_vertices_in()
827 static void si_llvm_emit_tcs_epilogue(struct ac_shader_abi *abi) in si_llvm_emit_tcs_epilogue()
941 void si_llvm_emit_ls_epilogue(struct ac_shader_abi *abi) in si_llvm_emit_ls_epilogue()
Dsi_shader_llvm_ps.c34 static LLVMValueRef load_sample_mask_in(struct ac_shader_abi *abi) in load_sample_mask_in()
40 static LLVMValueRef load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) in load_sample_position()
60 static LLVMValueRef si_nir_emit_fbfetch(struct ac_shader_abi *abi) in si_nir_emit_fbfetch()
489 static void si_llvm_return_fs_outputs(struct ac_shader_abi *abi) in si_llvm_return_fs_outputs()
Dsi_shader_internal.h59 struct ac_shader_abi abi; member
157 static inline struct si_shader_context *si_shader_context_from_abi(struct ac_shader_abi *abi) in si_shader_context_from_abi()
Dsi_shader_llvm_vs.c256 static LLVMValueRef si_load_vs_input(struct ac_shader_abi *abi, unsigned driver_location, in si_load_vs_input()
760 void si_llvm_emit_vs_epilogue(struct ac_shader_abi *abi) in si_llvm_emit_vs_epilogue()
970 static LLVMValueRef get_base_vertex(struct ac_shader_abi *abi, bool non_indexed_is_zero) in get_base_vertex()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c46 struct ac_shader_abi abi; member
88 radv_shader_context_from_abi(struct ac_shader_abi *abi) in radv_shader_context_from_abi()
200 radv_load_resource(struct ac_shader_abi *abi, LLVMValueRef index, unsigned desc_set, in radv_load_resource()
254 load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) in load_sample_position()
274 load_sample_mask_in(struct ac_shader_abi *abi) in load_sample_mask_in()
303 visit_emit_vertex_with_counter(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef vertexidx, in visit_emit_vertex_with_counter()
350 visit_end_primitive(struct ac_shader_abi *abi, unsigned stream) in visit_end_primitive()
364 load_ring_tess_factors(struct ac_shader_abi *abi) in load_ring_tess_factors()
373 load_ring_tess_offchip(struct ac_shader_abi *abi) in load_ring_tess_offchip()
382 load_ring_esgs(struct ac_shader_abi *abi) in load_ring_esgs()
[all …]
/third_party/python/Modules/_ctypes/libffi_osx/
Dffi.c134 ffi_abi abi, in ffi_prep_cif()
/third_party/flutter/engine/flutter/sky/tools/
Dflutter_gdb57 def _default_local_engine(abi): argument
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java62 String abi = Build.CPU_ABI; in executeBinary() local
/third_party/libffi/src/powerpc/
Dffi_sysv.c47 ffi_prep_types_sysv (ffi_abi abi) in ffi_prep_types_sysv()
64 translate_float (int abi, int type) in translate_float()
Dffi.c38 ffi_prep_types (ffi_abi abi) in ffi_prep_types()
Dffi_linux64.c50 ffi_prep_types_linux64 (ffi_abi abi) in ffi_prep_types_linux64()
67 discover_homogeneous_aggregate (ffi_abi abi, in discover_homogeneous_aggregate()
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstdirectcontrolbinding.h93 } abi; member
/third_party/gstreamer/gstreamer/gst/
Dgstcontrolbinding.h85 } abi; member
Dgstpadtemplate.h145 } abi; member
/third_party/libffi/src/cris/
Dffi.c158 ffi_abi abi, unsigned int isvariadic, in ffi_prep_cif_core()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.h165 } abi; member
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dffi.h171 ffi_abi abi; member
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py438 def __init__ (self, abi): argument
688 def __init__ (self, package, abi): argument

12