Home
last modified time | relevance | path

Searched refs:slot_name (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c75 unsigned slot_name; member
875 unsigned slot_name = outputs[i].slot_name; in radv_build_param_exports() local
878 if (slot_name != VARYING_SLOT_LAYER && slot_name != VARYING_SLOT_PRIMITIVE_ID && in radv_build_param_exports()
879 slot_name != VARYING_SLOT_VIEWPORT && slot_name != VARYING_SLOT_CLIP_DIST0 && in radv_build_param_exports()
880 slot_name != VARYING_SLOT_CLIP_DIST1 && slot_name < VARYING_SLOT_VAR0) in radv_build_param_exports()
883 if ((slot_name in radv_build_param_exports()
[all...]
/third_party/python/Objects/
H A Dcall.c83 _Py_CheckSlotResult(PyObject *obj, const char *slot_name, int success) in _Py_CheckSlotResult() argument
91 slot_name, Py_TYPE(obj)->tp_name); in _Py_CheckSlotResult()
99 slot_name, Py_TYPE(obj)->tp_name); in _Py_CheckSlotResult()
/third_party/python/Include/internal/
H A Dpycore_object.h233 const char *slot_name,
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c121 const char *slot_name = in load_input() local
126 slot_name); in load_input()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c3056 unsigned char slot_name[16]; in do_scsi_inquiry() local
3059 memset(slot_name, '\0', sizeof(slot_name)); in do_scsi_inquiry()
3060 if (ioctl(sg_fd, SCSI_IOCTL_GET_PCI, slot_name) < 0) { in do_scsi_inquiry()
3071 printf("PCI:slot_name: %s\n", slot_name); in do_scsi_inquiry()

Completed in 15 milliseconds