Lines Matching defs:image
31 * Get the offset into the base image
95 * Checks if the texture target compatible with the image resource
200 * Implement the image LOAD operation.
203 sp_tgsi_load(const struct tgsi_image *image,
211 struct sp_tgsi_image *sp_img = (struct sp_tgsi_image *)image;
283 * Implement the image STORE operation.
286 sp_tgsi_store(const struct tgsi_image *image,
294 struct sp_tgsi_image *sp_img = (struct sp_tgsi_image *)image;
614 * Implement atomic image operations.
617 sp_tgsi_op(const struct tgsi_image *image,
627 struct sp_tgsi_image *sp_img = (struct sp_tgsi_image *)image;
705 sp_tgsi_get_dims(const struct tgsi_image *image,
709 struct sp_tgsi_image *sp_img = (struct sp_tgsi_image *)image;