Lines Matching refs:store
1169 /* Unaligned store due to the vertex header */
1174 * Adjust the mask to architecture endianess. The mask will the store in struct:
1258 /* store vertex header for each of the n vertices */
1289 /* store for each of the n vertices */
1421 /* Unaligned store */
1481 /* store transformed outputs */
2311 /* store original positions in clip before further manipulation */
2326 /* store temporary clipping boolean value */
2342 /* store clipmask in vertex header,
2366 draw_llvm_make_variant_key(struct draw_llvm *llvm, char *store)
2373 key = (struct draw_llvm_variant_key *)store;
2410 * NOTE: we NEED to store the needed number of needed inputs
3002 draw_gs_llvm_make_variant_key(struct draw_llvm *llvm, char *store)
3009 key = (struct draw_gs_llvm_variant_key *)store;
3668 draw_tcs_llvm_make_variant_key(struct draw_llvm *llvm, char *store)
3675 key = (struct draw_tcs_llvm_variant_key *)store;
4199 draw_tes_llvm_make_variant_key(struct draw_llvm *llvm, char *store)
4206 key = (struct draw_tes_llvm_variant_key *)store;