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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c607 LLVMValueRef attr_pos[3]; local
612 load_attribute(gallivm, args, key, 0, attr_pos);
621 xy0_center = LLVMBuildFSub(b, attr_pos[0], pixel_center, "xy0_center" );
623 dxy01 = LLVMBuildFSub(b, attr_pos[0], attr_pos[1], "dxy01");
624 dxy20 = LLVMBuildFSub(b, attr_pos[2], attr_pos[0], "dxy20");
643 lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos);
659 emit_position_coef(gallivm, args, 0, attr_pos);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c607 LLVMValueRef attr_pos[3]; local
612 load_attribute(gallivm, args, key, 0, attr_pos);
621 xy0_center = LLVMBuildFSub(b, attr_pos[0], pixel_center, "xy0_center" );
623 dxy01 = LLVMBuildFSub(b, attr_pos[0], attr_pos[1], "dxy01");
624 dxy20 = LLVMBuildFSub(b, attr_pos[2], attr_pos[0], "dxy20");
643 lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos);
659 emit_position_coef(gallivm, args, 0, attr_pos);
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c33 * attr_pos - Array of indexes to attributes
38 size_t *attr_pos; member in struct:radius_msg
68 (wpabuf_mhead_u8(msg->buf) + msg->attr_pos[idx]);
81 msg->attr_pos = os_calloc(RADIUS_DEFAULT_ATTR_COUNT,
82 sizeof(*msg->attr_pos));
83 if (msg->attr_pos == NULL)
133 os_free(msg->attr_pos);
593 nattr_pos = os_realloc_array(msg->attr_pos, nlen,
594 sizeof(*msg->attr_pos));
598 msg->attr_pos
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius.c33 * attr_pos - Array of indexes to attributes
38 size_t *attr_pos; member in struct:radius_msg
68 (wpabuf_mhead_u8(msg->buf) + msg->attr_pos[idx]);
81 msg->attr_pos = os_calloc(RADIUS_DEFAULT_ATTR_COUNT,
82 sizeof(*msg->attr_pos));
83 if (msg->attr_pos == NULL)
133 os_free(msg->attr_pos);
593 nattr_pos = os_realloc_array(msg->attr_pos, nlen,
594 sizeof(*msg->attr_pos));
598 msg->attr_pos
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c33 * attr_pos - Array of indexes to attributes
38 size_t *attr_pos; member in struct:radius_msg
68 (wpabuf_mhead_u8(msg->buf) + msg->attr_pos[idx]);
81 msg->attr_pos = os_calloc(RADIUS_DEFAULT_ATTR_COUNT,
82 sizeof(*msg->attr_pos));
83 if (msg->attr_pos == NULL)
133 os_free(msg->attr_pos);
593 nattr_pos = os_realloc_array(msg->attr_pos, nlen,
594 sizeof(*msg->attr_pos));
598 msg->attr_pos
[all...]

Completed in 151 milliseconds